diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-03-17 12:04:39 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-03-17 12:04:39 +0200 |
commit | ed78cef2c3e14df29d95b476f00d51203fbe098e (patch) | |
tree | 8b998c19087e25a7a1cd624fe25963edad20e12a /macros.in | |
parent | 874f6849d9f5f71b3815e358c6c5a049f6a4fa66 (diff) | |
download | librpm-tizen-ed78cef2c3e14df29d95b476f00d51203fbe098e.tar.gz librpm-tizen-ed78cef2c3e14df29d95b476f00d51203fbe098e.tar.bz2 librpm-tizen-ed78cef2c3e14df29d95b476f00d51203fbe098e.zip |
Remove support for automatic rollback on failure
- doing this reliably from rpm is simply not possible as there's no way
to undo script actions, might as well not pretend we can
- for a feature that's not generally usable it complicates mainline code
way too much
Diffstat (limited to 'macros.in')
-rw-r--r-- | macros.in | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -729,10 +729,6 @@ print (t)\ # 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: # 0x30300 (_RPMVSF_NODIGESTS) --nohdrchk if set, don't check digest(s) # 0xc0c00 (_RPMVSF_NOSIGNATURES) --nosignature if set, don't check signature(s) |