From cd34548b47f1d878549fa2e9dd175bea9c1d5e2b Mon Sep 17 00:00:00 2001 From: sqfu Date: Fri, 7 Feb 2025 15:00:49 +0800 Subject: [PATCH] drop useless perl(:MODULE_COMPAT) requirement --- perl-Geo-IPfree.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/perl-Geo-IPfree.spec b/perl-Geo-IPfree.spec index 5df89de..d830bd5 100644 --- a/perl-Geo-IPfree.spec +++ b/perl-Geo-IPfree.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: perl-Geo-IPfree Version: 1.160000 -Release: 1 +Release: 2 Summary: Look up the country of an IPv4 address License: GPL+ or Artistic Group: Development/Libraries @@ -11,7 +11,6 @@ BuildArch: noarch BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.47 -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Geo::IPfree is a Perl module that determines the originating country of an arbitrary IPv4 address. It uses a local file-based database to provide @@ -71,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Fri Feb 07 2025 sqfu - 1.160000-2 +- drop useless perl(:MODULE_COMPAT) requirement + * Tue Feb 06 2024 woody2918 - 1.160000-1 - Update version to 1.160000 - Add Kosovo to the list of supported countries -- Gitee