diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-28 13:54:42 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-28 13:54:42 +0000 |
commit | 0678faa5b893133be664ac18c522200501e7f021 (patch) | |
tree | b92d5a39751ca399e2914a7a5828072a5411670a /NEWS | |
parent | 5c1cea473753f91a5438d0e90b3251dae3919201 (diff) | |
download | perl-URPM-0678faa5b893133be664ac18c522200501e7f021.tar perl-URPM-0678faa5b893133be664ac18c522200501e7f021.tar.gz perl-URPM-0678faa5b893133be664ac18c522200501e7f021.tar.bz2 perl-URPM-0678faa5b893133be664ac18c522200501e7f021.tar.xz perl-URPM-0678faa5b893133be664ac18c522200501e7f021.zip |
- build_transaction_set: new sort algorithm which allow returning sets of
circular dependent packages, taking into account obsoleted packages
(fixes #31969). It may still fail in presence of conflicts
a better fix would be to make ->resolve_requested__no_suggests handle
obsolete. ie:
- a requires b : bb or b
- bb requires c-1
- b requires c-2
- b obsoletes bb
=> with a, bb and c-1 installed, "urpmi c" should upgrade bb into b instead of
removing a and bb.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +- build_transaction_set: new sort algorithm which allow returning sets of + circular dependent packages, taking into account obsoleted packages + (fixes #31969). It may still fail in presence of conflicts - allow running transaction with justdb option - fix split_length > 1 (eg: "urpmi --split-length 2 a b c" will only install 2 pkgs) |