From 12d3a07710543a72cdc1d46a287051dda53f38a3 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Fri, 18 Apr 2008 19:45:10 +0200 Subject: [PATCH] Fix find-requires (rhbz#443015), thanks to Bill Nottingham --- autodeps/linux.req | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autodeps/linux.req b/autodeps/linux.req index c0a0cc9..30e2e5b 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 -- 2.7.4