Skip to content

Commit

Permalink
fix the !unfilteredprereqs case
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Nov 5, 2012
1 parent 12fec2d commit d617c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/Rpm.pm
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ reexpand:
my ($pack, $vers, $qual) = splice(@deps, 0, 3);
if (!$unfilteredprereqs && $pack =~ /^\//) {
$ifdeps = 1;
next unless $config->{'fileprovides'}->{$_};
next unless $config->{'fileprovides'}->{$pack};
}
push @prereqs, $pack unless grep {$_ eq $pack} @prereqs;
}
Expand Down

0 comments on commit d617c93

Please sign in to comment.