diff --git a/perl-constant.spec b/perl-constant.spec index 922689754ff51f76ca168a38886efeaf655abbb2..9fff7eff58260b20694df65d49d128b90e0c48ea 100644 --- a/perl-constant.spec +++ b/perl-constant.spec @@ -1,4 +1,4 @@ -%define anolis_release 4 +%define anolis_release 5 Name: perl-constant Version: 1.33 @@ -29,7 +29,6 @@ BuildRequires: perl(warnings) BuildRequires: perl(Test::Pod) >= 1.14 BuildRequires: perl(Test::Pod::Coverage) >= 1.04 %endif -Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Carp) %description @@ -80,6 +79,9 @@ make test %doc Changes README %changelog +* Fri Feb 03 2023 mgb01105731 - 1.33-5 +- remove versioned MODULE_COMPAT_ requires + * Mon Jan 30 2023 Chunmei Xu - 1.33-4 - rebuild with perl 5.36.0