summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-12-13 17:45:35 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-12-13 17:45:35 +0000
commit57fadcb4542517a892695c3df9120aec201e593e (patch)
tree99eecfcfaf35ebed3b91e8f9a07523067fd2227d /urpmi.spec
parentb880c656da248e052fc0f9a21b26834828be3560 (diff)
downloadurpmi-57fadcb4542517a892695c3df9120aec201e593e.tar
urpmi-57fadcb4542517a892695c3df9120aec201e593e.tar.gz
urpmi-57fadcb4542517a892695c3df9120aec201e593e.tar.bz2
urpmi-57fadcb4542517a892695c3df9120aec201e593e.tar.xz
urpmi-57fadcb4542517a892695c3df9120aec201e593e.zip
4.6.8-1mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r--urpmi.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/urpmi.spec b/urpmi.spec
index b1330534..35eab909 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -7,7 +7,7 @@
##################################################################
%define name urpmi
-%define version 4.6.7
+%define version 4.6.8
%define release 1mdk
%define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -31,6 +31,7 @@ Summary: Command-line software installation tools
URL: http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/soft/urpmi
Requires: %{req_webfetch} eject gnupg
PreReq: perl-Locale-gettext >= 1.01-7 rpmtools >= 4.5 perl-URPM >= 1.04
+PreReq: packdrake >= 5.0.2
BuildRequires: %{buildreq_locale} bzip2-devel rpm-devel >= 4.0.3
BuildRequires: gettext
BuildRoot: %{_tmppath}/%{name}-buildroot
@@ -227,6 +228,12 @@ $urpm->update_media(nolock => 1, nopubkey => 1);
%{compat_perl_vendorlib}/urpm/parallel_ssh.pm
%changelog
+* Mon Dec 13 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.8-1mdk
+- Adding a media should not fail when there is no pubkey file available
+ (bug #12646)
+- Require packdrake
+- Can't drop rpmtools yet, urpmq uses rpm2header
+
* Fri Dec 10 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.7-1mdk
- Fix a problem in finding pubkeys for SRPM media.
- Fix a problem in detecting download ends with curl [Bug 12634]