don't filter symbol versioning
This commit is contained in:
parent
4b07b8dbc6
commit
7a4e10bb65
@ -111,7 +111,7 @@ for f in $liblist $exelist ; do
|
|||||||
sub(/:/, "", $3);
|
sub(/:/, "", $3);
|
||||||
LIBNAME=$3;
|
LIBNAME=$3;
|
||||||
}
|
}
|
||||||
(START==2) && (LIBNAME!="") && ($4!="") && (($4~/^GLIBC_*/) || ($4~/^GCC_*/)) {
|
(START==2) && (LIBNAME!="") && ($4!="") {
|
||||||
print LIBNAME "(" $4 ")'$lib64'";
|
print LIBNAME "(" $4 ")'$lib64'";
|
||||||
}
|
}
|
||||||
'
|
'
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
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.31
|
Version: 8.0.32
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
@ -31,6 +31,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_prefix}/lib/rpm/redhat
|
%{_prefix}/lib/rpm/redhat
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 1 2004 Bill Nottingham <notting@redhat.com> 8.0.32-1
|
||||||
|
- allow all symbol versioning in find_requires - matches RPM internal
|
||||||
|
behavior
|
||||||
|
|
||||||
* Mon Jun 28 2004 Elliot Lee <sopwith@redhat.com> 8.0.31-1
|
* Mon Jun 28 2004 Elliot Lee <sopwith@redhat.com> 8.0.31-1
|
||||||
- Add ppc8[25]60 to rpmrc optflags
|
- Add ppc8[25]60 to rpmrc optflags
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user