X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=auto-br-analyze.pl.in;h=7e621170c9b5834f885caafc050ab6fcfebf4fac;hb=a624d97e93c072453f9ea8c0c01ea0a056083cf4;hp=9163f53a4dcc178e119bb06f379d3d7fa0122e37;hpb=be47db56fdf19436c14781c0de6977d2b7eaaf3d;p=autobuildrequires.git diff --git a/auto-br-analyze.pl.in b/auto-br-analyze.pl.in index 9163f53..7e62117 100755 --- a/auto-br-analyze.pl.in +++ b/auto-br-analyze.pl.in @@ -44,6 +44,10 @@ while () { next unless defined $dev; next if $homedir && $file =~ /^$homedir/; + # ./configure opens every file in /etc/ld.so.conf, pulling + # in lots of false dependencies. + next if $file =~ m{^/etc/ld\.so\.conf\.d/.*\.conf$}; + $files{$file} = 1; } } @@ -58,6 +62,7 @@ my @owners; my ($fh, $filename) = tempfile (); my $cmd = + "export LANG=C; ". "xargs -0 ". "rpm -q --qf '%{name} %{epoch} %{version} %{release} %{arch}\n' -f ". "2>&1 | ".