aboutsummaryrefslogtreecommitdiffstats
path: root/macros.in
diff options
context:
space:
mode:
Diffstat (limited to 'macros.in')
-rw-r--r--macros.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/macros.in b/macros.in
index 45403de..bb0dccb 100644
--- a/macros.in
+++ b/macros.in
@@ -379,6 +379,14 @@ then %{_scrollkeeper_bin} -q || true ; fi \
%_hkp_keyserver_query %nil
+# Verify digest/signature flags for various rpm modes:
+# 0x30300 (_RPMVSF_NODIGESTS) --nohdrchk if set, don't check digest(s)
+# 0xc0c00 (_RPMVSF_NOSIGNATURES) --nosignature if set, don't check signature(s)
+# 0xf0000 (_RPMVSF_NOPAYLOAD) --nolegacy if set, check header+payload (if possible)
+# 0x00f00 (_RPMVSF_NOHEADER) --nohdrchk if set, don't check rpmdb headers
+%_vsflags_query 0xc0c00
+
+
#==============================================================================
# ---- Transaction macros.
# Macro(s) used to parameterize transactions.