aboutsummaryrefslogtreecommitdiffstats
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
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)
-rw-r--r--NEWS4
-rwxr-xr-xfind-requires.in3
2 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 16787c2..8ac85f5 100644
--- a/NEWS
+++ b/NEWS
@@ -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);