diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-03-27 15:23:34 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-03-27 15:23:34 +0000 |
commit | 74599bd2ab6f0f3456812e20a4a07867af21c31e (patch) | |
tree | 997d555d81271c1f1500782c9d84040407177a77 /urpmi.spec | |
parent | 1280a14aab297789abe526246bc4fa53eacd58ba (diff) | |
download | urpmi-74599bd2ab6f0f3456812e20a4a07867af21c31e.tar urpmi-74599bd2ab6f0f3456812e20a4a07867af21c31e.tar.gz urpmi-74599bd2ab6f0f3456812e20a4a07867af21c31e.tar.bz2 urpmi-74599bd2ab6f0f3456812e20a4a07867af21c31e.tar.xz urpmi-74599bd2ab6f0f3456812e20a4a07867af21c31e.zip |
fix MandrakeClub downloads problem: take advantage of
--location-trusted when available (available in curl >=
7.10.3-2mdk)
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -2,7 +2,7 @@ Name: urpmi Version: 4.2 -Release: 33mdk +Release: 34mdk License: GPL Source0: %{name}.tar.bz2 Source1: %{name}.logrotate @@ -199,6 +199,11 @@ $urpm->update_media; %changelog +* Thu Mar 27 2003 Guillaume Cottenceau <gc@mandrakesoft.com> 4.2-34mdk +- fix MandrakeClub downloads problem: take advantage of + --location-trusted when available (available in curl >= + 7.10.3-2mdk) + * Thu Mar 13 2003 François Pons <fpons@mandrakesoft.com> 4.2-33mdk - fix bug 3258 (use curl -k only for https for curl of 9.0). |