aboutsummaryrefslogtreecommitdiffstats
path: root/find-requires.in
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-07-25 17:01:52 +0000
committerThierry Vignaud <tv@mageia.org>2012-07-25 17:01:52 +0000
commit6ca6d0c8e14c816485b954f2c636b8ea9500ec1b (patch)
tree60286af913f7283b21f17a46f8403bd3d8953d34 /find-requires.in
parent1bffcf586ec0322d43c186da69ee141247cf3cf5 (diff)
downloadrpm-setup-6ca6d0c8e14c816485b954f2c636b8ea9500ec1b.tar
rpm-setup-6ca6d0c8e14c816485b954f2c636b8ea9500ec1b.tar.gz
rpm-setup-6ca6d0c8e14c816485b954f2c636b8ea9500ec1b.tar.bz2
rpm-setup-6ca6d0c8e14c816485b954f2c636b8ea9500ec1b.tar.xz
rpm-setup-6ca6d0c8e14c816485b954f2c636b8ea9500ec1b.zip
drop automatically generated rtld(GNU_HASH) dependencies, it's been
provided by glibc for five years now and can safely be assumed that there's no longer any need for it, reducing ~5K packages' dependency on it during next rebuild. (Per Oyvind, mdv)
Diffstat (limited to 'find-requires.in')
-rwxr-xr-xfind-requires.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/find-requires.in b/find-requires.in
index 751e8b1..b3a2b5f 100755
--- a/find-requires.in
+++ b/find-requires.in
@@ -157,9 +157,6 @@ for f in $liblist $exelist ; do
print $2 ;
}
}
- (START==1) && /GNU_HASH/ {
- print "rtld(GNU_HASH)";
- }
/^Version References:$/ { START=2; }
(START==2) && /required from/ {
sub(/:/, "", $3);