summaryrefslogtreecommitdiff
path: root/rpmrc.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-06-28 00:35:57 +0000
committerjbj <devnull@localhost>2002-06-28 00:35:57 +0000
commit4252cddc29cd3e60bdc6a0791c6d2dd58fcb3c2e (patch)
treee7f96c5a6e5cd7fab6dc50930d2f7ab181687f7e /rpmrc.in
parent446dfecf4305808f80cae52b8432f1434d6bb4f8 (diff)
downloadlibrpm-tizen-4252cddc29cd3e60bdc6a0791c6d2dd58fcb3c2e.tar.gz
librpm-tizen-4252cddc29cd3e60bdc6a0791c6d2dd58fcb3c2e.tar.bz2
librpm-tizen-4252cddc29cd3e60bdc6a0791c6d2dd58fcb3c2e.zip
Establish mechanism for up2date to reconfigure rpmlib.
Disambiguate failures to import with error messages. CVS patchset: 5528 CVS date: 2002/06/28 00:35:57
Diffstat (limited to 'rpmrc.in')
-rw-r--r--rpmrc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpmrc.in b/rpmrc.in
index c7256d9fd..9c2dc517d 100644
--- a/rpmrc.in
+++ b/rpmrc.in
@@ -1,7 +1,7 @@
#/*! \page config_rpmrc Default configuration: /usr/lib/rpm/rpmrc
# \verbatim
#
-# $Id: rpmrc.in,v 2.49 2002/06/20 02:19:21 jbj Exp $
+# $Id: rpmrc.in,v 2.50 2002/06/28 00:35:57 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:@SYSCONFIGDIR@/%{_target}/macros:~/.rpmmacros
+macrofiles: @RPMCONFIGDIR@/macros:@RPMCONFIGDIR@/%{_target}/macros:@SYSCONFIGDIR@/macros.specspo:@SYSCONFIGDIR@/macros.prelink:@SYSCONFIGDIR@/macros.up2date:@SYSCONFIGDIR@/macros:@SYSCONFIGDIR@/%{_target}/macros:~/.rpmmacros
# \endverbatim
#*/