summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-04-14 13:07:46 +0000
committerFrancois Pons <fpons@mandriva.com>2003-04-14 13:07:46 +0000
commitcfd503abe837a572de86b3773b1d95fb3b8d4ca6 (patch)
tree32d5fc4c160925d5a6a45ee5e2874160d605df08 /urpmi.spec
parent67d197d1edf2cfecec03ca82dce8e88346de503d (diff)
downloadurpmi-cfd503abe837a572de86b3773b1d95fb3b8d4ca6.tar
urpmi-cfd503abe837a572de86b3773b1d95fb3b8d4ca6.tar.gz
urpmi-cfd503abe837a572de86b3773b1d95fb3b8d4ca6.tar.bz2
urpmi-cfd503abe837a572de86b3773b1d95fb3b8d4ca6.tar.xz
urpmi-cfd503abe837a572de86b3773b1d95fb3b8d4ca6.zip
4.3-1mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r--urpmi.spec14
1 files changed, 10 insertions, 4 deletions
diff --git a/urpmi.spec b/urpmi.spec
index 4c76e12f..80ab81d5 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -1,15 +1,15 @@
%define group System/Configuration/Packaging
Name: urpmi
-Version: 4.2
-Release: 35mdk
+Version: 4.3
+Release: 1mdk
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 gnupg
-PreReq: perl-Locale-gettext >= 1.01-7mdk rpmtools >= 4.3-6mdk perl-URPM >= 0.81
+PreReq: perl-Locale-gettext >= 1.01-7mdk rpmtools >= 4.3-6mdk perl-URPM >= 0.82-2mdk
BuildRequires: bzip2-devel gettext rpm-devel >= 4.0.3 perl-MDK-Common-devel
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArch: noarch
@@ -199,7 +199,13 @@ $urpm->update_media;
%changelog
-
+* Mon Apr 14 2003 François Pons <fpons@mandrakesoft.com> 4.3-1mdk
+- avoid scanning all urpmi cache for checking unused rpm files.
+- added smarter skip.list support (parsed before resolving requires).
+- added --excludemedia options to urpmi and urpmq.
+- obsoleted -h, added --probe-synthesis, --probe-hdlist,
+ --no-probe, now --probe-synthesis is by default.
+- added --excludedocs option.
- fixed --excludepath option.
* Fri Mar 28 2003 Guillaume Cottenceau <gc@mandrakesoft.com> 4.2-35mdk