diff options
author | jbj <devnull@localhost> | 2004-10-15 00:14:29 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-10-15 00:14:29 +0000 |
commit | d57bc03f6567acf6d1631541b97ce7cdb1b262bb (patch) | |
tree | 4e0a051b813de9c4d92d338cdd529808d3e8efb1 /macros.in | |
parent | 44b6c334221653154fc75afd45115f530906f9e9 (diff) | |
download | rpm-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.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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} |