diff options
author | jbj <devnull@localhost> | 2004-03-02 01:31:01 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-03-02 01:31:01 +0000 |
commit | 5ef0bf77c22339195fc0b746e8b4dfe03020d360 (patch) | |
tree | 1a7b5a4c88f6ca828c7094d67ddaede4d02a6d6a /rpmrc.in | |
parent | f3cd4db8ea843f622d4ff887c41af0d00ae3cef4 (diff) | |
download | librpm-tizen-5ef0bf77c22339195fc0b746e8b4dfe03020d360.tar.gz librpm-tizen-5ef0bf77c22339195fc0b746e8b4dfe03020d360.tar.bz2 librpm-tizen-5ef0bf77c22339195fc0b746e8b4dfe03020d360.zip |
- permit globs in macrofiles: directive (#117217).
CVS patchset: 7139
CVS date: 2004/03/02 01:31:01
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.58 2004/02/22 20:24:14 jbj Exp $ +# $Id: rpmrc.in,v 2.59 2004/03/02 01:31:03 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 @@ -367,7 +367,7 @@ buildarch_compat: x86_64: noarch buildarch_compat: amd64: x86_64 buildarch_compat: ia32e: x86_64 -macrofiles: @RPMCONFIGDIR@/macros:@RPMCONFIGDIR@/%{_target}/macros:@SYSCONFIGDIR@/macros.specspo:@SYSCONFIGDIR@/macros.prelink:@SYSCONFIGDIR@/macros.solve:@SYSCONFIGDIR@/macros.up2date:@SYSCONFIGDIR@/macros:@SYSCONFIGDIR@/%{_target}/macros:~/.rpmmacros +macrofiles: @RPMCONFIGDIR@/macros:@RPMCONFIGDIR@/%{_target}/macros:@SYSCONFIGDIR@/macros.*:@SYSCONFIGDIR@/macros:@SYSCONFIGDIR@/%{_target}/macros:~/.rpmmacros # \endverbatim #*/ |