summaryrefslogtreecommitdiff
path: root/lib/rpmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpmds.h')
-rwxr-xr-x[-rw-r--r--]lib/rpmds.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/rpmds.h b/lib/rpmds.h
index bf3ee2c..ab58a98 100644..100755
--- a/lib/rpmds.h
+++ b/lib/rpmds.h
@@ -48,7 +48,7 @@ enum rpmsenseFlags_e {
RPMSENSE_RPMLIB = (1 << 24), /*!< rpmlib(feature) dependency. */
RPMSENSE_TRIGGERPREIN = (1 << 25), /*!< %triggerprein dependency. */
RPMSENSE_KEYRING = (1 << 26),
- /* bit 27 unused */
+ RPMSENSE_STRONG = (1 << 27),
RPMSENSE_CONFIG = (1 << 28)
};
@@ -72,7 +72,9 @@ typedef rpmFlags rpmsenseFlags;
RPMSENSE_KEYRING | \
RPMSENSE_PRETRANS | \
RPMSENSE_POSTTRANS | \
- RPMSENSE_PREREQ)
+ RPMSENSE_PREREQ | \
+ RPMSENSE_MISSINGOK | \
+ RPMSENSE_STRONG)
#define _notpre(_x) ((_x) & ~RPMSENSE_PREREQ)
#define _INSTALL_ONLY_MASK \