diff options
author | Francois Pons <fpons@mandriva.com> | 2003-09-04 12:50:27 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-09-04 12:50:27 +0000 |
commit | 33bc8d8b7d99e6ff008cb0cc8e8f4db6c5d08776 (patch) | |
tree | ed7c6488b38dd7af25c2b30d1c0ace29c0941d1d /urpmi.spec | |
parent | 970a93180754c424ae8b6f3888dbd6918427748e (diff) | |
download | urpmi-33bc8d8b7d99e6ff008cb0cc8e8f4db6c5d08776.tar urpmi-33bc8d8b7d99e6ff008cb0cc8e8f4db6c5d08776.tar.gz urpmi-33bc8d8b7d99e6ff008cb0cc8e8f4db6c5d08776.tar.bz2 urpmi-33bc8d8b7d99e6ff008cb0cc8e8f4db6c5d08776.tar.xz urpmi-33bc8d8b7d99e6ff008cb0cc8e8f4db6c5d08776.zip |
4.4-31mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -2,7 +2,7 @@ Name: urpmi Version: 4.4 -Release: 30mdk +Release: 31mdk License: GPL Source0: %{name}.tar.bz2 Source1: %{name}.logrotate @@ -202,6 +202,17 @@ $urpm->update_media(nolock => 1, nopubkey => 1); %changelog +* Thu Sep 4 2003 François Pons <fpons@mandrakesoft.com> 4.4-31mdk +- removed obsoleted and no more used -d of urpmi.update. +- fixed --bug to handle local pakcages and virtual media. +- added -z option to urpmi, urpmi.addmedia and urpmi.update for + handling on the fly compression if possible, only handled for + rsync:// and ssh:// protocol currently. +- removed -z option by default for rsync:// protocol. +- avoid trying locking rpmdb when using --env. +- fixed media updating on second pass when a synthesis + virtual medium is used. + * Tue Sep 2 2003 François Pons <fpons@mandrakesoft.com> 4.4-30mdk - improved checking to be safer and smarter. - added urpm::check_sources_signatures. |