diff --git a/redhat-rpm-config-find-requires.patch b/redhat-rpm-config-find-requires.patch index cc29d5c..095bbda 100644 --- a/redhat-rpm-config-find-requires.patch +++ b/redhat-rpm-config-find-requires.patch @@ -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 diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 01b30b6..1cf379e 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -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 8.0.45-7 +* Thu Oct 12 2006 Jon Masters 8.0.45-8 - Added patch for find-requires. Waiting on write access to public CVS. * Tue Sep 12 2006 Deepak Bhole 8.0.45-6