Use new symsets location.
This commit is contained in:
parent
25befb7fc6
commit
e3077ee936
@ -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" ] &&
|
[ -x /usr/lib/rpm/redhat/find-requires.ksyms ] && [ "$is_kmod" ] &&
|
||||||
printf "%s\n" "${filelist[@]}" | /usr/lib/rpm/redhat/find-requires.ksyms
|
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
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Red Hat specific rpm configuration files.
|
Summary: Red Hat specific rpm configuration files.
|
||||||
Name: redhat-rpm-config
|
Name: redhat-rpm-config
|
||||||
Version: 8.0.45
|
Version: 8.0.45
|
||||||
Release: 7
|
Release: 8
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
Source: redhat-rpm-config-%{version}.tar.gz
|
Source: redhat-rpm-config-%{version}.tar.gz
|
||||||
@ -42,7 +42,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_prefix}/lib/rpm/redhat
|
%{_prefix}/lib/rpm/redhat
|
||||||
|
|
||||||
%changelog
|
%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.
|
- 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
|
* Tue Sep 12 2006 Deepak Bhole <dbhole@redhat.com> 8.0.45-6
|
||||||
|
Loading…
Reference in New Issue
Block a user