summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-01-16 18:21:42 +0000
committerFrancois Pons <fpons@mandriva.com>2002-01-16 18:21:42 +0000
commit43a2e10ca24e7e3aefc448a81d2b5ecb1ad75a68 (patch)
treea83977b31deaaef21f71ce946e6695402c0c60c5 /urpmi.spec
parenta9a81651654af34db20a0b4bab4488c7a50cab38 (diff)
downloadurpmi-43a2e10ca24e7e3aefc448a81d2b5ecb1ad75a68.tar
urpmi-43a2e10ca24e7e3aefc448a81d2b5ecb1ad75a68.tar.gz
urpmi-43a2e10ca24e7e3aefc448a81d2b5ecb1ad75a68.tar.bz2
urpmi-43a2e10ca24e7e3aefc448a81d2b5ecb1ad75a68.tar.xz
urpmi-43a2e10ca24e7e3aefc448a81d2b5ecb1ad75a68.zip
3.2-1mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r--urpmi.spec14
1 files changed, 11 insertions, 3 deletions
diff --git a/urpmi.spec b/urpmi.spec
index 3b42732b..58299cf6 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -1,14 +1,14 @@
%define group System/Configuration/Packaging
Name: urpmi
-Version: 3.1
-Release: 8mdk
+Version: 3.2
+Release: 1mdk
License: GPL
Source0: %{name}.tar.bz2
Source1: %{name}.logrotate
Summary: User mode rpm install
Requires: eject, webfetch, perl-DateManip >= 5.40
-PreReq: perl-gettext, rpmtools >= 4.0
+PreReq: perl-gettext, rpmtools >= 4.0-5mdk
BuildRequires: libbzip2-devel rpm-devel
BuildRoot: %{_tmppath}/%{name}-buildroot
@@ -142,6 +142,14 @@ fi
%changelog
+* Wed Jan 16 2002 François Pons <fpons@mandrakesoft.com> 3.2-1mdk
+- fixed bad use of update flag.
+- fixed urpmi_rpm-find-leaves to use rpm db directly.
+- added --mediums to urpmi/urpmq to select medium explicitely.
+- added workaround to make sure synthesis file are built,
+ using specific rpmtools-4.0-4mdk and above parsehdlist.
+- release 3.2 (urpmi_rpm-find-leaves changes, --mediums flag).
+
* Wed Jan 16 2002 François Pons <fpons@mandrakesoft.com> 3.1-8mdk
- improved dependencies resolution (typically XFree86 newer
packages).