summaryrefslogtreecommitdiff
path: root/macros.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2004-10-15 00:14:29 +0000
committerjbj <devnull@localhost>2004-10-15 00:14:29 +0000
commitd57bc03f6567acf6d1631541b97ce7cdb1b262bb (patch)
tree4e0a051b813de9c4d92d338cdd529808d3e8efb1 /macros.in
parent44b6c334221653154fc75afd45115f530906f9e9 (diff)
downloadrpm-d57bc03f6567acf6d1631541b97ce7cdb1b262bb.tar.gz
- disable expensive header+payload verifies in default config.
- adjust digest/signature stats to count #pkgs and bytes. CVS patchset: 7465 CVS date: 2004/10/15 00:14:29
Diffstat (limited to 'macros.in')
-rw-r--r--macros.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros.in b/macros.in
index aab6215f2..3c791b0e3 100644
--- a/macros.in
+++ b/macros.in
@@ -1,7 +1,7 @@
#/*! \page config_macros Default configuration: @RPMCONFIGDIR@/macros
# \verbatim
#
-# $Id: macros.in,v 1.152 2004/10/09 20:22:01 jbj Exp $
+# $Id: macros.in,v 1.153 2004/10/15 00:14:29 jbj Exp $
#
# This is a global RPM configuration file. All changes made here will
# be lost when the rpm package is upgraded. Any per-system configuration
@@ -727,7 +727,7 @@ print (t)\
# Note: the %_vsflags_erase applies to --upgrade/--freshen modes as
# well as --erase.
#
-%__vsflags 0
+%__vsflags 0xf0000
%_vsflags_build %{__vsflags}
%_vsflags_erase %{__vsflags}
%_vsflags_install %{__vsflags}