From 4840285a53fb3466c267a3004420e85f52cf7ff4 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 1 Dec 2005 16:53:59 +0000 Subject: Be verbose about the detected RPM version --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index 23d7be5..748876e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -20,6 +20,7 @@ my $version = `LC_ALL=C $rpm_path --version`; $version =~ s/RPM version //; $version =~ /^(?:4\.[2-9]|[5-9]|\d{2})/ or die "Unable to build URPM with too old (or undetected) rpm version $version\n"; +print "Found RPM version $version\n"; # directory where to build an rpm of this my $rpmtopdir = `$rpm_path --eval '%{_topdir}'`; -- cgit v1.2.1