From 341dffef2003a171c5cf72a98e175b7e20c90c1d Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 26 Oct 2016 14:32:40 +0000 Subject: the minimal version supported is actually 4.9 git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@259 971eb68f-4bfb-0310-8326-d2484c010a4c --- RPM4/Makefile.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RPM4/Makefile.PL b/RPM4/Makefile.PL index 7e7b34a..a15ba23 100644 --- a/RPM4/Makefile.PL +++ b/RPM4/Makefile.PL @@ -4,9 +4,9 @@ use ExtUtils::MakeMaker; use Getopt::Long; -#- require at least rpm 4.8 +#- require at least rpm 4.9 my $rpm_version = `LC_ALL=C rpm --version` =~ /version ([0-9.]+)(?:-(?:beta|rc).*)?$/ ? version->new("v$1") : (); -$rpm_version ge 4.8.0 +$rpm_version ge 4.9.0 or die <