From 19f17d5edb7853b8c6ca620efb3f92a6091b540a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 4 Oct 2012 14:41:56 +0000 Subject: (_simple_resolve_dependencies) fix urpmq --whatrequires regression introduced in 7.8.2 (#7706) as well as similar issue in urpmi --parallel issue introduced in commit r6067 on 2012-09-26: "simplify" --- urpmq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpmq') diff --git a/urpmq b/urpmq index 80993c10..bee492d1 100755 --- a/urpmq +++ b/urpmq @@ -313,7 +313,7 @@ if ($options{list_aliases}) { #- finally conflicts that will force a new upgrade or a remove. while (defined ($dep = shift @properties)) { #- take the best package for each choices of same name. - foreach ($urpm->find_candidate_packages($dep)) { + foreach ($urpm->find_candidate_packages_($dep)) { my ($best_requested, $best); foreach (@$_) { if ($best_requested || exists $requested{$_->id}) { -- cgit v1.2.1