diff options
author | jbj <devnull@localhost> | 2002-07-04 21:08:05 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-07-04 21:08:05 +0000 |
commit | 6dca216517ffb04f30d84ce1d1335efc37e7736d (patch) | |
tree | 0321a51a42d454fb20473111111ea4d983c061ea /macros.in | |
parent | af3c677f06687e5ad1e33eb24f984c7ac5ff2a33 (diff) | |
download | rpm-6dca216517ffb04f30d84ce1d1335efc37e7736d.tar.gz rpm-6dca216517ffb04f30d84ce1d1335efc37e7736d.tar.bz2 rpm-6dca216517ffb04f30d84ce1d1335efc37e7736d.zip |
- fix: forgot lazy open of database on --freshen path (#67907).
- proof-of-concept rpmcache functionality.
CVS patchset: 5539
CVS date: 2002/07/04 21:08:05
Diffstat (limited to 'macros.in')
-rw-r--r-- | macros.in | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,7 @@ #/*! \page config_macros Default configuration: /usr/lib/rpm/macros # \verbatim # -# $Id: macros.in,v 1.106 2002/07/02 13:16:50 jbj Exp $ +# $Id: macros.in,v 1.107 2002/07/04 21:08:05 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 @@ -530,6 +530,8 @@ # The directory in which erased packages will be saved when using # the --repackage option. %_repackage_dir /var/spool/up2date + +# A path (i.e. URL) prefix that is pre-pended to %{_repackage_dir}. %_repackage_root %{nil} # Relations between package names that cause dependency loops @@ -589,6 +591,10 @@ %_bhVR RedHat %_bhA RPMS +# The cache database directory. +%_cache_dbpath /var/spool/up2date/cache + +# A path (i.e. URL) prefix that is pre-pended to %{_repackage_dir}. #============================================================================== # ---- per-platform macros. # Macros that are specific to an individual platform. The values here |