rpms/redhat-rpm-config/devel redhat-rpm-config-9.0.3-filtering-macros.patch, 1.1, 1.2 redhat-rpm-config.spec, 1.73, 1.74

Paul Howarth pghmcfc at fedoraproject.org
Thu Sep 3 08:57:22 UTC 2009


Author: pghmcfc

Update of /cvs/pkgs/rpms/redhat-rpm-config/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19416

Modified Files:
	redhat-rpm-config-9.0.3-filtering-macros.patch 
	redhat-rpm-config.spec 
Log Message:
* Thu Sep 03 2009 Paul Howarth <paul at city-fan.org> 9.0.3-17
- redhat-rpm-config-9.0.3-filtering-macros.patch: Rediff so we don't ship a .orig file
- add (empty) %build section
- fix unescaped macros in changelog


redhat-rpm-config-9.0.3-filtering-macros.patch:
 macros |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Index: redhat-rpm-config-9.0.3-filtering-macros.patch
===================================================================
RCS file: /cvs/pkgs/rpms/redhat-rpm-config/devel/redhat-rpm-config-9.0.3-filtering-macros.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- redhat-rpm-config-9.0.3-filtering-macros.patch	19 Aug 2009 06:08:05 -0000	1.1
+++ redhat-rpm-config-9.0.3-filtering-macros.patch	3 Sep 2009 08:57:20 -0000	1.2
@@ -1,6 +1,6 @@
 --- redhat-rpm-config-9.0.3/macros.orig	2009-08-07 08:48:50.925412526 -0700
 +++ redhat-rpm-config-9.0.3/macros	2009-08-07 08:55:16.374536719 -0700
-@@ -224,3 +224,37 @@
+@@ -243,3 +243,37 @@ kernel_module_package_release	1
  	fi \
  	kmp_override_filelist="$filelist" kmp_override_preamble="$preamble" kmp_nobuildreqs="$buildreqs" %{kmodtool} rpmtemplate_kmp %{-n*}%{!-n:%name} %{kverrel} $flavors_to_build 2>/dev/null \
  )}


Index: redhat-rpm-config.spec
===================================================================
RCS file: /cvs/pkgs/rpms/redhat-rpm-config/devel/redhat-rpm-config.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -p -r1.73 -r1.74
--- redhat-rpm-config.spec	1 Sep 2009 19:14:30 -0000	1.73
+++ redhat-rpm-config.spec	3 Sep 2009 08:57:20 -0000	1.74
@@ -1,7 +1,7 @@
-Summary: Red Hat specific rpm configuration files.
+Summary: Red Hat specific rpm configuration files
 Name: redhat-rpm-config
 Version: 9.0.3
-Release: 16%{?dist}
+Release: 17%{?dist}
 # No version specified.
 License: GPL+
 Group: Development/System
@@ -36,6 +36,8 @@ Red Hat specific rpm configuration files
 %patch8 -p1
 %patch9 -p1
 
+%build
+
 %install
 make DESTDIR=${RPM_BUILD_ROOT} install
 
@@ -47,6 +49,11 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_prefix}/lib/rpm/redhat
 
 %changelog
+* Thu Sep 03 2009 Paul Howarth <paul at city-fan.org> 9.0.3-17
+- redhat-rpm-config-9.0.3-filtering-macros.patch: Rediff so we don't ship a .orig file
+- add (empty) %%build section
+- fix unescaped macros in changelog
+
 * Tue Aug 18 2009 Chris Weyl <cweyl at alumni.drew.edu> 9.0.3-16
 - add the filtering framework approved by the FPC/FESCo. (#516240)
 
@@ -156,7 +163,7 @@ rm -rf ${RPM_BUILD_ROOT}
 - Added patch for find-requires. Waiting on write access to public CVS.
 
 * Tue Sep 12 2006 Deepak Bhole <dbhole at redhat.com> 8.0.45-6
-- Fix brp-java-repack-jars to work with builddirs that aren't %name-%version
+- Fix brp-java-repack-jars to work with builddirs that aren't %%name-%%version
 
 * Mon Sep 11 2006 Fernando Nasser <fnasser at redhat.com> - 8.0.45-5
 - Fix order of tokens in find command (thanks mikeb at redhat.com)
@@ -300,7 +307,7 @@ rm -rf ${RPM_BUILD_ROOT}
 - Remove tracking dependency
 
 * Wed Oct 16 2002 Phil Knirsch <pknirsch at redhat.com> 8.0.3-2
-- Added fix for outdated config.[sub|guess] files in %configure section
+- Added fix for outdated config.[sub|guess] files in %%configure section
 
 * Wed Oct 16 2002 Elliot Lee <sopwith at redhat.com> 8.0.3-1
 - New release that blows up on unpackaged files and missing doc files.
@@ -309,7 +316,7 @@ rm -rf ${RPM_BUILD_ROOT}
 - don't redefine everything in macros, just what we need to
 
 * Mon Sep 16 2002 Alexander Larsson <alexl at redhat.com> 8.0.1
-- Add debug package support to %__spec_install_post
+- Add debug package support to %%__spec_install_post
 
 * Tue Sep  3 2002 Bill Nottingham <notting at redhat.com> 8.0-1
 - bump version




More information about the scm-commits mailing list