summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-08-30 07:18:02 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-08-30 07:18:02 +0000
commitb6fc18ffee180f553dfabb1a2262225a20bb3144 (patch)
tree3296f9d775dda4166f7759621dfdce281618b098 /urpmi.spec
parentee1c0b73f93ff04068016b352ac36036c1c837d0 (diff)
downloadurpmi-b6fc18ffee180f553dfabb1a2262225a20bb3144.tar
urpmi-b6fc18ffee180f553dfabb1a2262225a20bb3144.tar.gz
urpmi-b6fc18ffee180f553dfabb1a2262225a20bb3144.tar.bz2
urpmi-b6fc18ffee180f553dfabb1a2262225a20bb3144.tar.xz
urpmi-b6fc18ffee180f553dfabb1a2262225a20bb3144.zip
4.5-22mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r--urpmi.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/urpmi.spec b/urpmi.spec
index 78d112e2..92862293 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -8,7 +8,7 @@
%define name urpmi
%define version 4.5
-%define release 21mdk
+%define release 22mdk
%define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -250,6 +250,11 @@ $urpm->update_media(nolock => 1, nopubkey => 1);
%{compat_perl_vendorlib}/urpm/parallel_ssh.pm
%changelog
+* Mon Aug 30 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-22mdk
+- Fix download with curl with usernames that contains '@' (for mandrakeclub)
+- Make the --probe-synthesis option compatible with --distrib in urpmi.addmedia.
+- Re-allow transaction split with --allow-force or --allow-nodeps
+
* Wed Aug 25 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-21mdk
- new --root option to rpm-find-leaves.pl (Michael Scherer)
- add timeouts for connection establishments