diff options
author | jbj <devnull@localhost> | 2002-06-28 00:35:57 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-06-28 00:35:57 +0000 |
commit | 4252cddc29cd3e60bdc6a0791c6d2dd58fcb3c2e (patch) | |
tree | e7f96c5a6e5cd7fab6dc50930d2f7ab181687f7e /rpmrc.in | |
parent | 446dfecf4305808f80cae52b8432f1434d6bb4f8 (diff) | |
download | librpm-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.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.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 #*/ |