rpms/redhat-rpm-config/devel redhat-rpm-config-9.0.3-fix-requires.patch, NONE, 1.1 redhat-rpm-config.spec, 1.54, 1.55

Panu Matilainen (pmatilai) fedora-extras-commits at redhat.com
Mon Aug 11 07:27:12 UTC 2008


Author: pmatilai

Update of /cvs/pkgs/rpms/redhat-rpm-config/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29819

Modified Files:
	redhat-rpm-config.spec 
Added Files:
	redhat-rpm-config-9.0.3-fix-requires.patch 
Log Message:
- Unbreak find-requires (#443015)


redhat-rpm-config-9.0.3-fix-requires.patch:

--- NEW FILE redhat-rpm-config-9.0.3-fix-requires.patch ---
--- find-requires.orig	2008-08-11 09:41:48.000000000 +0300
+++ find-requires	2008-08-11 09:42:25.000000000 +0300
@@ -106,6 +106,7 @@
 		print $2 ;
 	    }
 	}
+	(START==2) && /^[A-Za-z]/ { START=3; }
 	/^Version References:$/ { START=2; }
 	(START==2) && /required from/ {
 	    sub(/:/, "", $3);
@@ -114,7 +115,6 @@
 	(START==2) && (LIBNAME!="") && ($4!="") {
 	    print LIBNAME "(" $4 ")'$lib64'";
 	}
-	/^[A-Za-z]/ { START=3; }
     '
 done | sort -u
 


Index: redhat-rpm-config.spec
===================================================================
RCS file: /cvs/pkgs/rpms/redhat-rpm-config/devel/redhat-rpm-config.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- redhat-rpm-config.spec	6 May 2008 23:54:35 -0000	1.54
+++ redhat-rpm-config.spec	11 Aug 2008 07:26:42 -0000	1.55
@@ -1,10 +1,11 @@
 Summary: Red Hat specific rpm configuration files.
 Name: redhat-rpm-config
 Version: 9.0.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL
 Group: Development/System
 Source: redhat-rpm-config-%{version}.tar.bz2
+Patch0: redhat-rpm-config-9.0.3-fix-requires.patch
 BuildArch: noarch
 Requires: mktemp
 # if rpm-build is present (thus building rpms), we need newer for 
@@ -21,6 +22,7 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 %install
 make DESTDIR=${RPM_BUILD_ROOT} install
@@ -33,6 +35,9 @@
 %{_prefix}/lib/rpm/redhat
 
 %changelog
+* Mon Aug 11 2008 Panu Matilainen <pmatilai at redhat.com> - 9.0.3-2
+- Unbreak find-requires (#443015)
+
 * Tue May 06 2008 Jon Masters <jcm at redhat.com> - 9.0.3-1
 - Ensure Java Jar files have readable files within.
 - Remove overwritten config.guess|sub files (testing).




More information about the fedora-extras-commits mailing list