summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-11-27 18:45:37 +0000
committerFrancois Pons <fpons@mandriva.com>2001-11-27 18:45:37 +0000
commit41e32b3391326cf338195e5863121ff36fcd6a81 (patch)
tree2c960443694213e61af6f36d6b7e195cc640dd67 /urpmi.spec
parent5f7fe924ae8e5acd605d4eef443362cec521f457 (diff)
downloadurpmi-41e32b3391326cf338195e5863121ff36fcd6a81.tar
urpmi-41e32b3391326cf338195e5863121ff36fcd6a81.tar.gz
urpmi-41e32b3391326cf338195e5863121ff36fcd6a81.tar.bz2
urpmi-41e32b3391326cf338195e5863121ff36fcd6a81.tar.xz
urpmi-41e32b3391326cf338195e5863121ff36fcd6a81.zip
curl support
Diffstat (limited to 'urpmi.spec')
-rw-r--r--urpmi.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/urpmi.spec b/urpmi.spec
index 9ffd3f54..dab84086 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -2,7 +2,7 @@
Name: urpmi
Version: 2.1
-Release: 2mdk
+Release: 3mdk
License: GPL
Source0: %{name}.tar.bz2
Source1: %{name}.logrotate
@@ -126,6 +126,13 @@ rm -f /var/lib/urpmi/depslist
%changelog
+* Tue Nov 27 2001 François Pons <fpons@mandrakesoft.com> 2.1-3mdk
+- added curl support (kept wget support).
+- updated help for urpmi, urpmi.update and urpmi.addmedia.
+- fixed bad check of urpmi.addmedium for existing name.
+- avoid some error message if description is missing (not all).
+- allow any prefix for url (especially removable://...).
+
* Tue Nov 27 2001 François Pons <fpons@mandrakesoft.com> 2.1-2mdk
- removed old optimization to get existing depslist instead
of rebuilding it.