summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2018-11-13 14:06:53 +0200
committerPanu Matilainen <pmatilai@redhat.com>2020-03-26 11:57:58 +0200
commitd7789792ad4e53472c3b2fc0b525fd43428278d4 (patch)
tree4d6e44fb1bce42697515dbad7a94922980acd24c
parenta2156fcfe9b19497aff71c063fdde8be7278de7e (diff)
downloadrpm-d7789792ad4e53472c3b2fc0b525fd43428278d4.tar.gz
%verify scriptlet dependencies are not supposed to affect ordering
(cherry picked from commit b5077933da26c16d4f5bbff2e00755cecd5c8304)
-rw-r--r--lib/rpmds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmds.h b/lib/rpmds.h
index 708f83066..cfa03a79a 100644
--- a/lib/rpmds.h
+++ b/lib/rpmds.h
@@ -81,7 +81,7 @@ typedef rpmFlags rpmsenseFlags;
#define _ERASE_ONLY_MASK \
_notpre(RPMSENSE_SCRIPT_PREUN|RPMSENSE_SCRIPT_POSTUN)
#define _UNORDERED_ONLY_MASK \
- _notpre(RPMSENSE_RPMLIB|RPMSENSE_CONFIG|RPMSENSE_PRETRANS|RPMSENSE_POSTTRANS)
+ _notpre(RPMSENSE_RPMLIB|RPMSENSE_CONFIG|RPMSENSE_PRETRANS|RPMSENSE_POSTTRANS|RPMSENSE_SCRIPT_VERIFY)
#define isLegacyPreReq(_x) (((_x) & _ALL_REQUIRES_MASK) == RPMSENSE_PREREQ)
#define isInstallPreReq(_x) ((_x) & _INSTALL_ONLY_MASK)