mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
pakfire: Resolve dependencies for upgraded packages
When updating more than one package, only new dependencies for the first one are resolved. The rest was ignored. This patch fixes that. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -591,7 +591,7 @@ sub resolvedeps {
|
||||
}
|
||||
|
||||
sub resolvedeps_recursive {
|
||||
my @packages = shift;
|
||||
my @packages = @_;
|
||||
my @result = ();
|
||||
|
||||
foreach my $pkg (@packages) {
|
||||
|
||||
Reference in New Issue
Block a user