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 25a95779..7405fae0 100644
--- a/NEWS
+++ b/NEWS
@@ -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;
}