summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-02-13 10:48:05 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-02-13 10:48:05 +0000
commitd8d77e69ad50f9a62bf0295b6410a05595f413f0 (patch)
treef414e3739fa153fb6f1acf552f0c3d3b4bb241d6
parent8ba28b366c2aec738ad35e0a2195622165dfc515 (diff)
downloadurpmi-d8d77e69ad50f9a62bf0295b6410a05595f413f0.tar
urpmi-d8d77e69ad50f9a62bf0295b6410a05595f413f0.tar.gz
urpmi-d8d77e69ad50f9a62bf0295b6410a05595f413f0.tar.bz2
urpmi-d8d77e69ad50f9a62bf0295b6410a05595f413f0.tar.xz
urpmi-d8d77e69ad50f9a62bf0295b6410a05595f413f0.zip
Require latest URPM for supporting the --ignorearch option
-rw-r--r--Makefile.PL2
-rw-r--r--urpmi.spec6
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.PL b/Makefile.PL
index cd9f3204..55dd51ef 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -112,7 +112,7 @@ WriteMakefile(
PREREQ_PM => {
'Locale::gettext' => '1.01',
'MDV::Packdrakeng' => '1.01',
- 'URPM' => '1.35',
+ 'URPM' => '1.36',
},
VERSION_FROM => 'urpm.pm',
macro => {
diff --git a/urpmi.spec b/urpmi.spec
index 37eb4251..30b92185 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -27,15 +27,15 @@ Summary: Command-line software installation tools
URL: http://search.cpan.org/dist/%{name}/
Requires: %{req_webfetch} eject gnupg
Requires(pre): perl-Locale-gettext >= 1.01-14mdk
-Requires(pre): perl-URPM >= 1.35
-Requires: perl-URPM >= 1.35
+Requires(pre): perl-URPM >= 1.36
+Requires: perl-URPM >= 1.36
#- this one is require'd by urpmq, so it's not found [yet] by perl.req
Requires: perl-MDV-Packdrakeng >= 1.01
BuildRequires: bzip2-devel
BuildRequires: gettext
BuildRequires: perl-File-Slurp
BuildRequires: perl-ldap
-BuildRequires: perl-URPM >= 1.35
+BuildRequires: perl-URPM >= 1.36
BuildRequires: perl-MDV-Packdrakeng
BuildRequires: perl-Locale-gettext >= 1.01-14mdk
BuildRoot: %{_tmppath}/%{name}-buildroot