diff options
-rw-r--r-- | NEWS | 4 | ||||
-rwxr-xr-x | find-requires.in | 3 |
2 files changed, 4 insertions, 3 deletions
@@ -1,3 +1,7 @@ +- 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 ~8K packages' dependency on it during next rebuild. + (Per Oyvind, mdv) - use upstream fonconfig.prov as we had exactly the same file Version 1.147-12 - 24 Jul 2012, by Colin 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); |