summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--urpm/select.pm1
2 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c5098715..17af8f5c 100644
--- a/NEWS
+++ b/NEWS
@@ -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;
}