diff options
author | jbj <devnull@localhost> | 2002-07-18 21:42:18 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-07-18 21:42:18 +0000 |
commit | 6c4025a55b46c33c8eaffe21b942aeb83fe08a3e (patch) | |
tree | 3d5c0534aaf9a3eec43a0756f6d194f89e247f22 /rpmrc.in | |
parent | 1adc12b6875596843ec98d3849206aefdc4d5679 (diff) | |
download | librpm-tizen-6c4025a55b46c33c8eaffe21b942aeb83fe08a3e.tar.gz librpm-tizen-6c4025a55b46c33c8eaffe21b942aeb83fe08a3e.tar.bz2 librpm-tizen-6c4025a55b46c33c8eaffe21b942aeb83fe08a3e.zip |
up2date functional on rpm-python-4.1 bindings.
CVS patchset: 5558
CVS date: 2002/07/18 21:42:18
Diffstat (limited to 'rpmrc.in')
-rw-r--r-- | rpmrc.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ #/*! \page config_rpmrc Default configuration: /usr/lib/rpm/rpmrc # \verbatim # -# $Id: rpmrc.in,v 2.50 2002/06/28 00:35:57 jbj Exp $ +# $Id: rpmrc.in,v 2.51 2002/07/18 21:42:20 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 @@ -343,7 +343,7 @@ buildarch_compat: ia64: noarch buildarch_compat: s390: noarch buildarch_compat: s390x: noarch -macrofiles: @RPMCONFIGDIR@/macros:@RPMCONFIGDIR@/%{_target}/macros:@SYSCONFIGDIR@/macros.specspo:@SYSCONFIGDIR@/macros.prelink:@SYSCONFIGDIR@/macros.up2date:@SYSCONFIGDIR@/macros:@SYSCONFIGDIR@/%{_target}/macros:~/.rpmmacros +macrofiles: @RPMCONFIGDIR@/macros:@RPMCONFIGDIR@/%{_target}/macros:@SYSCONFIGDIR@/macros.specspo:@SYSCONFIGDIR@/macros.prelink:@SYSCONFIGDIR@/macros.solve:@SYSCONFIGDIR@/macros.up2date:@SYSCONFIGDIR@/macros:@SYSCONFIGDIR@/%{_target}/macros:~/.rpmmacros # \endverbatim #*/ |