summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-12-06 15:15:13 +0000
committerFrancois Pons <fpons@mandriva.com>2002-12-06 15:15:13 +0000
commit60d4ad6c90817f674088bf32302c575b7b5129f2 (patch)
tree4b6615e0d16757d4d8101e1449a441b1168c4081 /urpmi.spec
parent6df583d5c4a24b38545e8ee8fd26d19b7ff6b728 (diff)
downloadurpmi-60d4ad6c90817f674088bf32302c575b7b5129f2.tar
urpmi-60d4ad6c90817f674088bf32302c575b7b5129f2.tar.gz
urpmi-60d4ad6c90817f674088bf32302c575b7b5129f2.tar.bz2
urpmi-60d4ad6c90817f674088bf32302c575b7b5129f2.tar.xz
urpmi-60d4ad6c90817f674088bf32302c575b7b5129f2.zip
4.1-9mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r--urpmi.spec14
1 files changed, 12 insertions, 2 deletions
diff --git a/urpmi.spec b/urpmi.spec
index 0cfca845..3e71e689 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -2,14 +2,14 @@
Name: urpmi
Version: 4.1
-Release: 8mdk
+Release: 9mdk
License: GPL
Source0: %{name}.tar.bz2
Source1: %{name}.logrotate
Summary: User mode rpm install
URL: http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/soft/urpmi
Requires: eject webfetch perl-DateManip >= 5.40
-PreReq: perl-Locale-gettext rpmtools >= 4.3-6mdk perl-URPM >= 0.71-1mdk
+PreReq: perl-Locale-gettext rpmtools >= 4.3-6mdk perl-URPM >= 0.80
BuildRequires: bzip2-devel gettext rpm-devel >= 4.0.3
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArch: noarch
@@ -204,6 +204,16 @@ fi
%changelog
+* Fri Dec 6 2002 François Pons <fpons@mandrakesoft.com> 4.1-9mdk
+- improved urpmf from sh to perl, now a lot of options and
+ support of synthesis only media.
+- make medium name mandatory when adding a source with
+ --distrib-XXX using urpmi.addmedia.
+- fix parallel installation when one node is already up-to-date.
+- improved callback usage of urpm::configure to use newer
+ perl-URPM interface (much faster and smart with memory, but
+ unstable).
+
* Tue Dec 3 2002 François Pons <fpons@mandrakesoft.com> 4.1-8mdk
- added --excludepath option (fix bug 577).
- fixed missing options given to parallel plugins.