From bb972ebc9f9f6267bb07a7a91fce9a9233ecd5a2 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Fri, 3 Feb 2023 17:53:46 +0800 Subject: [PATCH] remove versioned MODULE_COMPAT_ requires --- perl-Text-Glob.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/perl-Text-Glob.spec b/perl-Text-Glob.spec index 9280ea4..b5ef105 100644 --- a/perl-Text-Glob.spec +++ b/perl-Text-Glob.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 Name: perl-Text-Glob Version: 0.11 Release: %{anolis_release}%{dist} @@ -19,7 +19,6 @@ BuildRequires: perl(Test::More) BuildRequires: perl(constant) BuildRequires: perl(strict) BuildRequires: perl(vars) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Text::Glob implements glob(3) style matching that can be used to match @@ -46,6 +45,9 @@ chmod -R u+w $RPM_BUILD_ROOT/* %{_mandir}/man3/* %changelog +* Fri Feb 03 2023 mgb01105731 - 0.11-3 +- remove versioned MODULE_COMPAT_ requires + * Mon Jan 30 2023 Chunmei Xu - 0.11-2 - rebuild with perl 5.36.0 -- Gitee