[Rpm-maint] [rpm-software-management/rpm] Add support for %preuntrans and %postuntrans scriptlets (PR #2177)
Panu Matilainen
notifications at github.com
Wed Sep 21 08:12:53 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 */
Yep, another typo, only now in the commit message :facepalm: Noticed that myself as well, now fixed.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2177#discussion_r976183680
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/2177/review/1114963007 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220921/30f397f6/attachment.html>
More information about the Rpm-maint
mailing list