diff options
author | Francois Pons <fpons@mandriva.com> | 2001-12-14 09:06:20 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-12-14 09:06:20 +0000 |
commit | 69ca56709b131e40ef739a45db68cb0353d1add2 (patch) | |
tree | 07a7a9e191dc336545c5c5058bdb95f9657ebdb2 /urpmi.spec | |
parent | c76f6078c8bc75cefeaa1353cbc9b4dce09ddc75 (diff) | |
download | urpmi-69ca56709b131e40ef739a45db68cb0353d1add2.tar urpmi-69ca56709b131e40ef739a45db68cb0353d1add2.tar.gz urpmi-69ca56709b131e40ef739a45db68cb0353d1add2.tar.bz2 urpmi-69ca56709b131e40ef739a45db68cb0353d1add2.tar.xz urpmi-69ca56709b131e40ef739a45db68cb0353d1add2.zip |
added curl time stamp support for both http and ftp.
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -2,12 +2,12 @@ Name: urpmi Version: 3.1 -Release: 1mdk +Release: 2mdk License: GPL Source0: %{name}.tar.bz2 Source1: %{name}.logrotate Summary: User mode rpm install -Requires: eject, webfetch +Requires: eject, webfetch, perl-DateManip >= 5.40 PreReq: perl-gettext, rpmtools >= 4.0 BuildRequires: libbzip2-devel rpm-devel BuildRoot: %{_tmppath}/%{name}-buildroot @@ -142,7 +142,12 @@ fi %changelog -* Thu Dec 13 2001 François Pons <fpons@ackbar.mandrakesoft.com> 3.1-1mdk +* Fri Dec 14 2001 François Pons <fpons@mandrakesoft.com> 3.1-2mdk +- added time conditionnal download to curl interface for both http + and ftp protocol (so need Date::Manip because urpm library use it + for ftp as no support in curl). + +* Thu Dec 13 2001 François Pons <fpons@mandrakesoft.com> 3.1-1mdk - added --distrib flag to urpmi.addmedia to add all media from the installation medium. - fixed update on removable medium (the second to more). |