[Rpm-maint] [rpm-software-management/rpm] Add support for %preuntrans and %postuntrans scriptlets (PR #2177)
Michal Domonkos
notifications at github.com
Wed Sep 21 08:05:22 UTC 2022
@dmnks 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 */
> "Cheapskate on transaction flags are reuse pre/posttrans flags [...]
Ah, at the risk of sounding nitpicky, wasn't the "are" supposed to be "and"? :sweat_smile: Otherwise the sentence sounds non-sensical (to me) :smile:
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2177#discussion_r976176174
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/2177/review/1114952082 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220921/c9de5732/attachment-0001.html>
More information about the Rpm-maint
mailing list