diff options
-rw-r--r-- | NEWS | 3 | ||||
-rwxr-xr-x | urpmi | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +- urpmi + o do not compute orphan packages when handling priority upgrades + Version 6.42 - 05 November 2011 - urpmi.addmedia: @@ -694,7 +694,7 @@ my $exit_code = urpm::main_loop::run($urpm, $state, } }); -if ($exit_code == 0 && $auto_select && !$options{auto_orphans}) { +if ($exit_code == 0 && $auto_select && !$options{auto_orphans} && !$restart_itself) { if (urpm::orphans::check_unrequested_orphans_after_auto_select($urpm)) { if (my $msg = urpm::orphans::get_now_orphans_msg($urpm)) { print "\n", $msg; |