diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-07-25 17:01:52 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-07-25 17:01:52 +0000 |
commit | 6ca6d0c8e14c816485b954f2c636b8ea9500ec1b (patch) | |
tree | 60286af913f7283b21f17a46f8403bd3d8953d34 /find-requires.in | |
parent | 1bffcf586ec0322d43c186da69ee141247cf3cf5 (diff) | |
download | rpm-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-x | find-requires.in | 3 |
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); |