Use new symsets location.

This commit is contained in:
Jon Masters 2006-10-12 05:54:52 +00:00
parent 25befb7fc6
commit e3077ee936
2 changed files with 17 additions and 2 deletions

View File

@ -41,3 +41,18 @@ diff -urN redhat-rpm-config-8.0.45_orig/find-requires redhat-rpm-config-8.0.45/f
[ -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

View File

@ -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 @@ rm -rf ${RPM_BUILD_ROOT}
%{_prefix}/lib/rpm/redhat
%changelog
* Thu Oct 12 2006 Jon Masters <jcm@redhat.com> 8.0.45-7
* Thu Oct 12 2006 Jon Masters <jcm@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@redhat.com> 8.0.45-6