diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2007-01-15 12:54:14 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2007-01-15 12:54:14 +0000 |
commit | 0b6fa4c21edc6bcf17dc0e875d15b3744f662800 (patch) | |
tree | b759b18c45711b1af39bf432e20bf997f3b43ffc /find-requires.in | |
parent | 80c02e2b25eff090764b4c18998757c146702be0 (diff) | |
download | rpm-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
Diffstat (limited to 'find-requires.in')
-rwxr-xr-x | find-requires.in | 3 |
1 files changed, 3 insertions, 0 deletions
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); |