[Rpm-maint] [rpm-software-management/rpm] Add support for %preuntrans and %postuntrans scriptlets (PR #2177)
Panu Matilainen
notifications at github.com
Wed Sep 21 05:50:41 UTC 2022
@pmatilai commented on this pull request.
> @@ -17,6 +17,8 @@ enum rpmscriptTypes_e {
RPMSCRIPT_TRIGGERPOSTUN = (1 << 7),
RPMSCRIPT_PRETRANS = (1 << 8),
RPMSCRIPT_POSTTRANS = (1 << 9),
+ RPMSCRIPT_PREUNTRANS = (1 << 10),
+ RPMSCRIPT_POSUNTTRANS = (1 << 11),
Doh. Yep, the rpmscript stuff is one of those work-in-progress construction sites forgotten over ten years ago :laughing: Good spotting.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2177#discussion_r976059415
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/2177/review/1114790444 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220920/0f9f4408/attachment.html>
More information about the Rpm-maint
mailing list