[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:47:14 UTC 2022
@pmatilai commented on this pull request.
> @@ -37,7 +37,9 @@ enum rpmtransFlags_e {
RPMTRANS_FLAG_NOCONTEXTS = (1 << 8), /*!< from --nocontexts */
RPMTRANS_FLAG_NOCAPS = (1 << 9), /*!< from --nocaps */
RPMTRANS_FLAG_NODB = (1 << 10), /*!< from --nodb */
- /* bits 11-15 unused */
+ /* bits 11-13 unused */
+ RPMTRANS_FLAG_NOPREUNTRANS = (1 << 14), /*!< from --preuntrans */
Oh. I did multiple versions of this patch, some with scriptlet specific disablers and some without, and the final version was supposed to be *without*, ie there are no --nopreuntrans cli switches either, so these RPMTRANS_FLAG_* additions shouldn't be there at all.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2177#discussion_r976057580
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/2177/review/1114787850 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220920/39cd7d41/attachment.html>
More information about the Rpm-maint
mailing list