summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-09-04 12:50:27 +0000
committerFrancois Pons <fpons@mandriva.com>2003-09-04 12:50:27 +0000
commit33bc8d8b7d99e6ff008cb0cc8e8f4db6c5d08776 (patch)
treeed7c6488b38dd7af25c2b30d1c0ace29c0941d1d /urpmi.spec
parent970a93180754c424ae8b6f3888dbd6918427748e (diff)
downloadurpmi-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.spec13
1 files changed, 12 insertions, 1 deletions
diff --git a/urpmi.spec b/urpmi.spec
index da6baf1b..e8a901f6 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -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.