[Rpm-maint] [rpm-software-management/rpm] Fix isUnorderedReq() for multiple qualifiers (#1031)

Panu Matilainen notifications at github.com
Mon Feb 3 10:28:04 UTC 2020


pmatilai commented on this pull request.



> @@ -82,12 +82,16 @@ typedef rpmFlags rpmsenseFlags;
     _notpre(RPMSENSE_SCRIPT_PREUN|RPMSENSE_SCRIPT_POSTUN)
 #define _UNORDERED_ONLY_MASK \
     _notpre(RPMSENSE_RPMLIB|RPMSENSE_CONFIG|RPMSENSE_PRETRANS|RPMSENSE_POSTTRANS|RPMSENSE_SCRIPT_VERIFY)
+#define _STILL_ORDERED_MASK \
+    _notpre(RPMSENSE_SCRIPT_PRE|RPMSENSE_SCRIPT_POST|RPMSENSE_SCRIPT_PREUN|RPMSENSE_SCRIPT_POSTUN)

Calling this _ORDERED_ONLY_MASK would seem more in line with the others.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1031#pullrequestreview-352153123
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20200203/294e8102/attachment.html>


More information about the Rpm-maint mailing list