summaryrefslogtreecommitdiff
path: root/rpmrc.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2004-03-02 01:31:01 +0000
committerjbj <devnull@localhost>2004-03-02 01:31:01 +0000
commit5ef0bf77c22339195fc0b746e8b4dfe03020d360 (patch)
tree1a7b5a4c88f6ca828c7094d67ddaede4d02a6d6a /rpmrc.in
parentf3cd4db8ea843f622d4ff887c41af0d00ae3cef4 (diff)
downloadrpm-5ef0bf77c22339195fc0b746e8b4dfe03020d360.tar.gz
- 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.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpmrc.in b/rpmrc.in
index aa8356fe4..ba1f03c3c 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.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
#*/