From 7a4e10bb6560b90d44ae0a7ee43f419140a5aae9 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 1 Oct 2004 18:54:27 +0000 Subject: [PATCH] don't filter symbol versioning --- find-requires | 2 +- redhat-rpm-config.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/find-requires b/find-requires index 0d8d868..d22f10c 100755 --- a/find-requires +++ b/find-requires @@ -111,7 +111,7 @@ for f in $liblist $exelist ; do sub(/:/, "", $3); LIBNAME=$3; } - (START==2) && (LIBNAME!="") && ($4!="") && (($4~/^GLIBC_*/) || ($4~/^GCC_*/)) { + (START==2) && (LIBNAME!="") && ($4!="") { print LIBNAME "(" $4 ")'$lib64'"; } ' diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index c1d1b22..461c242 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -1,6 +1,6 @@ Summary: Red Hat specific rpm configuration files. Name: redhat-rpm-config -Version: 8.0.31 +Version: 8.0.32 Release: 1 License: GPL Group: Development/System @@ -31,6 +31,10 @@ rm -rf ${RPM_BUILD_ROOT} %{_prefix}/lib/rpm/redhat %changelog +* Fri Oct 1 2004 Bill Nottingham 8.0.32-1 +- allow all symbol versioning in find_requires - matches RPM internal + behavior + * Mon Jun 28 2004 Elliot Lee 8.0.31-1 - Add ppc8[25]60 to rpmrc optflags