diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-09 13:30:23 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-09 13:30:23 +0000 |
commit | 8fc15349906b34217fb235a05d186fcce2ee4c50 (patch) | |
tree | 42a952eb84d4609f50841c851aadd67f66223ec7 | |
parent | 01b2a95e839fb2b50e16c531b5835ae450b218d8 (diff) | |
download | urpmi-8fc15349906b34217fb235a05d186fcce2ee4c50.tar urpmi-8fc15349906b34217fb235a05d186fcce2ee4c50.tar.gz urpmi-8fc15349906b34217fb235a05d186fcce2ee4c50.tar.bz2 urpmi-8fc15349906b34217fb235a05d186fcce2ee4c50.tar.xz urpmi-8fc15349906b34217fb235a05d186fcce2ee4c50.zip |
Require latest URPM to support repackage option
-rw-r--r-- | Makefile.PL | 2 | ||||
-rw-r--r-- | urpmi.spec | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.PL b/Makefile.PL index 9b23867a..1dde6d3a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -112,7 +112,7 @@ WriteMakefile( PREREQ_PM => { 'Locale::gettext' => '1.01', 'MDV::Packdrakeng' => '1.01', - 'URPM' => '1.32', + 'URPM' => '1.33', }, VERSION_FROM => 'urpm.pm', macro => { @@ -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.32 -Requires: perl-URPM >= 1.32 +Requires(pre): perl-URPM >= 1.33 +Requires: perl-URPM >= 1.33 #- 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.32 +BuildRequires: perl-URPM >= 1.33 BuildRequires: perl-MDV-Packdrakeng BuildRequires: perl-Locale-gettext >= 1.01-14mdk BuildRoot: %{_tmppath}/%{name}-buildroot |