aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-06-08 18:50:08 +0000
committerThierry Vignaud <tv@mageia.org>2012-06-08 18:50:08 +0000
commit8cc9100155923c50125bd26ea87f7f4f25d1e90a (patch)
treece000c90724c30f6b8789bbb136604eb9bdf6bc3 /Makefile.PL
parentc8c8bf48fca0f00a6c445303eb53ebd732b98d49 (diff)
downloadperl-URPM-8cc9100155923c50125bd26ea87f7f4f25d1e90a.tar
perl-URPM-8cc9100155923c50125bd26ea87f7f4f25d1e90a.tar.gz
perl-URPM-8cc9100155923c50125bd26ea87f7f4f25d1e90a.tar.bz2
perl-URPM-8cc9100155923c50125bd26ea87f7f4f25d1e90a.tar.xz
perl-URPM-8cc9100155923c50125bd26ea87f7f4f25d1e90a.zip
drop support for rpm-4.8.x
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index fc330e9..5d505e7 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -27,7 +27,7 @@ $version =~ s/(-.*)|(\.DEVEL)//;
chomp $version;
$version =~ s/(RPM version )|(rpm \(RPM\) )//;
my $hversion = hexversion($version);
-$hversion ge hexversion("4.8") or die "Unable to build URPM with too old (or undetected) rpm version $version\n";
+$hversion ge hexversion("4.9") or die "Unable to build URPM with too old (or undetected) rpm version $version\n";
# to generate the ChangeLog depending on the checkout layout
my $commonusername = "../common/";