From 5ef0bf77c22339195fc0b746e8b4dfe03020d360 Mon Sep 17 00:00:00 2001 From: jbj Date: Tue, 2 Mar 2004 01:31:01 +0000 Subject: - permit globs in macrofiles: directive (#117217). CVS patchset: 7139 CVS date: 2004/03/02 01:31:01 --- rpmrc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rpmrc.in') 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 #*/ -- cgit v1.2.1