summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-12-14 09:06:20 +0000
committerFrancois Pons <fpons@mandriva.com>2001-12-14 09:06:20 +0000
commit69ca56709b131e40ef739a45db68cb0353d1add2 (patch)
tree07a7a9e191dc336545c5c5058bdb95f9657ebdb2 /urpmi.spec
parentc76f6078c8bc75cefeaa1353cbc9b4dce09ddc75 (diff)
downloadurpmi-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.spec11
1 files changed, 8 insertions, 3 deletions
diff --git a/urpmi.spec b/urpmi.spec
index 798b9187..b7b5b4ba 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -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).