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 6.48.4 - 15 April 2012 - library: diff --git a/urpm/select.pm b/urpm/select.pm index 2ab00ce7..763df586 100644 --- a/urpm/select.pm +++ b/urpm/select.pm @@ -290,6 +290,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; } |