aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2007-01-15 12:54:14 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2007-01-15 12:54:14 +0000
commit0b6fa4c21edc6bcf17dc0e875d15b3744f662800 (patch)
treeb759b18c45711b1af39bf432e20bf997f3b43ffc
parent80c02e2b25eff090764b4c18998757c146702be0 (diff)
downloadrpm-setup-0b6fa4c21edc6bcf17dc0e875d15b3744f662800.tar
rpm-setup-0b6fa4c21edc6bcf17dc0e875d15b3744f662800.tar.gz
rpm-setup-0b6fa4c21edc6bcf17dc0e875d15b3744f662800.tar.bz2
rpm-setup-0b6fa4c21edc6bcf17dc0e875d15b3744f662800.tar.xz
rpm-setup-0b6fa4c21edc6bcf17dc0e875d15b3744f662800.zip
Auto-detect binary files that Requires: rtld(GNU_HASH)1.34
-rw-r--r--configure.ac2
-rwxr-xr-xfind-requires.in3
2 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 80a0a87..aea77b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
# $Id$
AC_PREREQ(2.59)
-AC_INIT(rpm-mandriva-setup, 1.33, nanardon@mandriva.org)
+AC_INIT(rpm-mandriva-setup, 1.34, nanardon@mandriva.org)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(1.9)
AC_CONFIG_SRCDIR
diff --git a/find-requires.in b/find-requires.in
index 80e9d7c..ffb23ed 100755
--- a/find-requires.in
+++ b/find-requires.in
@@ -142,6 +142,9 @@ 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);