summaryrefslogtreecommitdiff
path: root/autodeps
diff options
context:
space:
mode:
authorJindrich Novy <jnovy@redhat.com>2008-04-18 19:45:10 +0200
committerJindrich Novy <jnovy@redhat.com>2008-04-20 21:49:51 +0200
commit12d3a07710543a72cdc1d46a287051dda53f38a3 (patch)
treef7837c5c15150391057ad458c0d33c24c1fc8f2b /autodeps
parent3d7db31479c1cf72fdec31bffe207b2a82068210 (diff)
downloadrpm-12d3a07710543a72cdc1d46a287051dda53f38a3.tar.gz
rpm-12d3a07710543a72cdc1d46a287051dda53f38a3.tar.bz2
rpm-12d3a07710543a72cdc1d46a287051dda53f38a3.zip
Fix find-requires (rhbz#443015), thanks to Bill Nottingham
Diffstat (limited to 'autodeps')
-rw-r--r--autodeps/linux.req2
1 files changed, 1 insertions, 1 deletions
diff --git a/autodeps/linux.req b/autodeps/linux.req
index c0a0cc9d5..30e2e5b1c 100644
--- a/autodeps/linux.req
+++ b/autodeps/linux.req
@@ -105,6 +105,7 @@ for f in $liblist $exelist ; do
print $2 ;
}
}
+ (START==2) && /^[A-Za-z]/ { START=3; }
/^Version References:$/ { START=2; }
(START==2) && /required from/ {
sub(/:/, "", $3);
@@ -113,7 +114,6 @@ for f in $liblist $exelist ; do
(START==2) && (LIBNAME!="") && ($4!="") && (($4~/^GLIBC_*/) || ($4~/^GCC_*/)) {
print LIBNAME "(" $4 ")'$lib64'";
}
- /^[A-Za-z]/ { START=3; }
'
done | sort -u