RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Ralf S. Engelschall
Root: /v/rpm/cvs Email: rse@rpm5.org
Module: rpm Date: 25-Jun-2007 13:55:42
Branch: HEAD Handle: 2007062512554200
Modified files:
rpm rpmrc.in
Log:
initialize the the calculated MACROFILES to avoid redundancy
Summary:
Revision Changes Path
2.71 +2 -2 rpm/rpmrc.in
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/rpmrc.in
============================================================================
$ cvs diff -u -r2.70 -r2.71 rpmrc.in
--- rpm/rpmrc.in 25 May 2007 17:35:52 -0000 2.70
+++ rpm/rpmrc.in 25 Jun 2007 11:55:42 -0000 2.71
@@ -2,7 +2,7 @@
# \verbatim
#
# @USRLIBRPM@/@configure_input@
-# $Id: rpmrc.in,v 2.70 2007/05/25 17:35:52 jbj Exp $
+# $Id: rpmrc.in,v 2.71 2007/06/25 11:55:42 rse 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
@@ -418,7 +418,7 @@
buildarch_compat: amd64: x86_64
buildarch_compat: ia32e: x86_64
-macrofiles: @USRLIBRPM@/macros:@USRLIBRPM@/%{_target}/macros:@SYSCONFIGDIR@/macros.*:@SYSCONFIGDIR@/macros:@SYSCONFIGDIR@/%{_target}/macros:~/etc/.rpmmacros:~/.rpmmacros
+macrofiles: @MACROFILES@
# \endverbatim
#*/
@@ .
Received on Mon Jun 25 13:55:42 2007