diff options
author | Francois Pons <fpons@mandriva.com> | 2003-07-29 13:12:04 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-07-29 13:12:04 +0000 |
commit | a03e5a4005b32455bd57c543d24f5de820d48835 (patch) | |
tree | cdd8260c5e51d0abd58b4612aba41b19040aca16 | |
parent | e87d9832ecaa4dae2b6071b3208c7665aac98bf9 (diff) | |
download | urpmi-a03e5a4005b32455bd57c543d24f5de820d48835.tar urpmi-a03e5a4005b32455bd57c543d24f5de820d48835.tar.gz urpmi-a03e5a4005b32455bd57c543d24f5de820d48835.tar.bz2 urpmi-a03e5a4005b32455bd57c543d24f5de820d48835.tar.xz urpmi-a03e5a4005b32455bd57c543d24f5de820d48835.zip |
4.4-14mdk (in progress).
-rw-r--r-- | urpmi.spec | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -2,7 +2,7 @@ Name: urpmi Version: 4.4 -Release: 13mdk +Release: 14mdk License: GPL Source0: %{name}.tar.bz2 Source1: %{name}.logrotate @@ -202,6 +202,13 @@ $urpm->update_media(nolock => 1); %changelog +* Tue Jul 29 2003 François Pons <fpons@mandrakesoft.com> 4.4-14mdk +- fixed urpme --auto disabling fuzzy report. +- fixed urpme --parallel which was not handling log. +- fixed urpme to always ask user in parallel mode. +- make package compilable directly on Mandrake Clustering + which is a 9.0 based distribution. + * Mon Jul 28 2003 François Pons <fpons@mandrakesoft.com> 4.4-13mdk - fixed trying to promote ARRAY(...) message. - fixed output of urpmq to be sorted. |