initial autorollback feature.

CVS patchset: 7146
CVS date: 2004/03/05 02:21:48
This commit is contained in:
joden 2004-03-05 02:21:48 +00:00
parent 0e3c5edc64
commit 42f592baf7
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#/*! \page config_macros Default configuration: @RPMCONFIGDIR@/macros
# \verbatim
#
# $Id: macros.in,v 1.145 2004/01/22 23:03:40 jbj Exp $
# $Id: macros.in,v 1.146 2004/03/05 02:21:48 joden 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
@ -646,6 +646,10 @@ package or when debugging this package.\
# If non-zero, all erasures will be automagically repackaged.
%_repackage_all_erasures 0
# If non-zero, a failed transaction will be automagically rolled
# back (sans, the failing transaction element).
%_rollback_transaction_on_failure 0
# Verify digest/signature flags for various rpm modes:
# 1 --nohdrchk if set, don't check rpmdb headers
#