rpms/redhat-rpm-config/devel redhat-rpm-config-find-requires.patch, 1.1, 1.2 redhat-rpm-config.spec, 1.38, 1.39

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Oct 12 05:54:54 UTC 2006


Author: jcm

Update of /cvs/dist/rpms/redhat-rpm-config/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8583

Modified Files:
	redhat-rpm-config-find-requires.patch redhat-rpm-config.spec 
Log Message:
Use new symsets location.


redhat-rpm-config-find-requires.patch:
 find-requires |   20 ++++++--------------
 symset-table  |    5 +++++
 2 files changed, 11 insertions(+), 14 deletions(-)

Index: redhat-rpm-config-find-requires.patch
===================================================================
RCS file: /cvs/dist/rpms/redhat-rpm-config/devel/redhat-rpm-config-find-requires.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- redhat-rpm-config-find-requires.patch	12 Oct 2006 04:01:29 -0000	1.1
+++ redhat-rpm-config-find-requires.patch	12 Oct 2006 05:54:52 -0000	1.2
@@ -41,3 +41,18 @@
  
  [ -x /usr/lib/rpm/redhat/find-requires.ksyms ] && [ "$is_kmod" ] &&
      printf "%s\n" "${filelist[@]}" | /usr/lib/rpm/redhat/find-requires.ksyms
+diff -urN redhat-rpm-config-8.0.45_orig/symset-table redhat-rpm-config-8.0.45/symset-table
+--- redhat-rpm-config-8.0.45_orig/symset-table	2006-06-13 03:48:59.000000000 +0100
++++ redhat-rpm-config-8.0.45/symset-table	2006-10-12 06:53:11.000000000 +0100
+@@ -19,6 +19,11 @@
+     | tar xf -
+ done
+ 
++for symsets in /usr/src/kernels/*/symsets-*.tar.gz; do
++    zcat $symsets \
++    | tar xf -
++done
++
+ for symsets in *; do
+     krel=${symsets#symsets-}
+     for symset in $symsets/*; do


Index: redhat-rpm-config.spec
===================================================================
RCS file: /cvs/dist/rpms/redhat-rpm-config/devel/redhat-rpm-config.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- redhat-rpm-config.spec	12 Oct 2006 04:01:29 -0000	1.38
+++ redhat-rpm-config.spec	12 Oct 2006 05:54:52 -0000	1.39
@@ -1,7 +1,7 @@
 Summary: Red Hat specific rpm configuration files.
 Name: redhat-rpm-config
 Version: 8.0.45
-Release: 7
+Release: 8
 License: GPL
 Group: Development/System
 Source: redhat-rpm-config-%{version}.tar.gz
@@ -42,7 +42,7 @@
 %{_prefix}/lib/rpm/redhat
 
 %changelog
-* Thu Oct 12 2006 Jon Masters <jcm at redhat.com> 8.0.45-7
+* Thu Oct 12 2006 Jon Masters <jcm at redhat.com> 8.0.45-8
 - 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




More information about the fedora-cvs-commits mailing list