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: 31-Dec-2007 13:49:55
Branch: HEAD Handle: 2007123112495500
Modified files:
rpm macros.in
Log:
cosmetic: rpmrc is dead
Summary:
Revision Changes Path
1.224 +5 -5 rpm/macros.in
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/macros.in
============================================================================
$ cvs diff -u -r1.223 -r1.224 macros.in
--- rpm/macros.in 27 Dec 2007 16:49:03 -0000 1.223
+++ rpm/macros.in 31 Dec 2007 12:49:55 -0000 1.224
@@ -1,7 +1,7 @@
#/*! \page config_macros Default configuration: @USRLIBRPM@/macros
# \verbatim
#
-# $Id: macros.in,v 1.223 2007/12/27 16:49:03 afb Exp $
+# $Id: macros.in,v 1.224 2007/12/31 12:49:55 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
@@ -168,8 +168,8 @@
%bcond_without() %{expand:%%{!?_without_%{1}:%%global with_%{1} 1}}
#
#==============================================================================
-# ---- Required rpmrc macros.
-# Macros that used to be initialized as a side effect of rpmrc parsing.
+# ---- Required macros.
+# Macros that used to be initialized as a side effect of parsing.
# These are the default values that can be overridden by other
# (e.g. per-platform, per-system, per-packager, per-package) macros.
#
@@ -250,8 +250,8 @@
%_topdir @PKGSRCDIR_MACRO@
#==============================================================================
-# ---- Optional rpmrc macros.
-# Macros that are initialized as a side effect of rpmrc and/or spec
+# ---- Optional macros.
+# Macros that are initialized as a side effect of spec
# file parsing.
#
# Configurable build root path, same as BuildRoot: in a specfile.
@@ .
Received on Mon Dec 31 13:49:55 2007