diff options
author | jbj <devnull@localhost> | 2002-08-13 20:40:32 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-08-13 20:40:32 +0000 |
commit | 48a2529ce4b3ab1f677d3de9b70e8cbe14d910c6 (patch) | |
tree | 318f4066a1c3d2eee21732d288e74e0dc963067e /macros.in | |
parent | 9b29055f422cd5f2aeff27b6c80e7c83317920c9 (diff) | |
download | rpm-48a2529ce4b3ab1f677d3de9b70e8cbe14d910c6.tar.gz rpm-48a2529ce4b3ab1f677d3de9b70e8cbe14d910c6.tar.bz2 rpm-48a2529ce4b3ab1f677d3de9b70e8cbe14d910c6.zip |
- fix: rebuilddb stat'ed target, not source, for rename sanity.
- create /var/lib/rpm if non-existent in, say, a chroot.
- erased packages are now repackaged into /var/spool/repackage.
CVS patchset: 5625
CVS date: 2002/08/13 20:40:32
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: /usr/lib/rpm/macros # \verbatim # -# $Id: macros.in,v 1.119 2002/08/13 16:36:45 jbj Exp $ +# $Id: macros.in,v 1.120 2002/08/13 20:40:32 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 @@ -553,7 +553,7 @@ # The directory in which erased packages will be saved when using # the --repackage option. -%_repackage_dir /var/spool/up2date +%_repackage_dir /var/spool/repackage # A path (i.e. URL) prefix that is pre-pended to %{_repackage_dir}. %_repackage_root %{nil} |