diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | urpm/select.pm | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,6 @@ +- library: + o ensure priority updates are installed in a single transaction + Version 7.27.1 - 17 May 2013, by Thierry Vignaud - library: diff --git a/urpm/select.pm b/urpm/select.pm index 1e462a5e..507f82c0 100644 --- a/urpm/select.pm +++ b/urpm/select.pm @@ -353,6 +353,7 @@ sub resolve_dependencies { $need_restart = _resolve_priority_upgrades($urpm, $db, $state, $state->{selected}, \@l, %options); } } + $urpm->{options}{'split-length'} = 0 if $need_restart; } $need_restart; } |