From 2ee7026f9ce172c7695fbd5ad96bbbb25128f7ff Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Fri, 3 Feb 2023 16:10:09 +0800 Subject: [PATCH] remove versioned MODULE_COMPAT_ requires --- perl-Time-Local.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/perl-Time-Local.spec b/perl-Time-Local.spec index 54cd483..e299eeb 100644 --- a/perl-Time-Local.spec +++ b/perl-Time-Local.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 %global cpan_version 1.30 Name: perl-Time-Local Epoch: 2 @@ -21,7 +21,6 @@ BuildRequires: perl(Exporter) BuildRequires: perl(parent) BuildRequires: perl(File::Spec) BuildRequires: perl(Test::More) >= 0.96 -Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description This module provides functions that are the inverse of built-in perl functions @@ -62,6 +61,9 @@ make test %doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md %changelog +* Fri Feb 03 2023 mgb01105731 - 2:1.30-4 +- remove versioned MODULE_COMPAT_ requires + * Mon Jan 30 2023 Chunmei Xu - 2:1.30-3 - rebuild with perl 5.36.0 -- Gitee