From d471b8f9a8b205a0dba4debf35e00c71f16c3a33 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 22 Apr 2002 15:59:41 +0000 Subject: improved generation of synthesis (smaller) --- rpmtools.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpmtools.pm') diff --git a/rpmtools.pm b/rpmtools.pm index f320a6f..c8ee614 100644 --- a/rpmtools.pm +++ b/rpmtools.pm @@ -275,7 +275,7 @@ sub compute_depslist { $req =~ /^basesystem/ and next; #- never need to requires basesystem directly as always required! what a speed up! ref $req or $req = ($params->{info}{$req} && [ $req ] || $params->{provides}{$req} && [ keys %{$params->{provides}{$req}} ] || - ($req =~ /rpmlib\(/ ? [] : [ ($req !~ /NOTFOUND_/ && "NOTFOUND_") . $req ])); + [ ($req !~ /NOTFOUND_/ && "NOTFOUND_") . $req ]); if (@$req > 1) { #- this is a choice, no closure need to be done here. exists $requires{$req} or push @required_packages, $req; -- cgit v1.2.1