[redhat-rpm-config: 85/215] don't filter symbol versioning

Panu Matilainen pmatilai at fedoraproject.org
Wed Apr 2 10:25:31 UTC 2014


commit 7a4e10bb6560b90d44ae0a7ee43f419140a5aae9
Author: Bill Nottingham <notting at redhat.com>
Date:   Fri Oct 1 18:54:27 2004 +0000

    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 <notting at redhat.com> 8.0.32-1
+- allow all symbol versioning in find_requires - matches RPM internal
+  behavior
+
 * Mon Jun 28 2004 Elliot Lee <sopwith at redhat.com> 8.0.31-1
 - Add ppc8[25]60 to rpmrc optflags
 


More information about the scm-commits mailing list