diff --git a/perl-Text-Glob.spec b/perl-Text-Glob.spec index 9280ea40745c02aeba5a5078cc558cd8037b3a82..b5ef1056d0de33726666fb243340b0c27eb0d049 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