From 4cad94cf06fa5dd70cff11dfb6c2bbf641dfa880 Mon Sep 17 00:00:00 2001 From: Xiaojie Chen Date: Wed, 16 Aug 2023 14:02:52 +0800 Subject: [PATCH] Remove perl(:MODULE_COMPAT) which will be generated by perl-generators >= 1.15 --- perl-namespace-autoclean.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/perl-namespace-autoclean.spec b/perl-namespace-autoclean.spec index 5078497..f3c0ca8 100644 --- a/perl-namespace-autoclean.spec +++ b/perl-namespace-autoclean.spec @@ -1,7 +1,7 @@ Summary: Keep imports out of your namespace Name: perl-namespace-autoclean Version: 0.29 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL+ or Artistic URL: https://metacpan.org/release/namespace-autoclean Source0: https://cpan.metacpan.org/modules/by-module/namespace/namespace-autoclean-%{version}.tar.gz @@ -15,7 +15,6 @@ BuildRequires: perl(Test::Needs) perl(Sub::Identify) BuildRequires: perl(Test::More) >= 0.94 BuildRequires: perl(namespace::clean) >= 0.20 BuildRequires: perl(B::Hooks::EndOfScope) >= 0.12 -Requires: perl(:MODULE_COMPAT_%{perl_version}) Requires: perl(Sub::Identify) BuildArch: noarch @@ -51,6 +50,9 @@ make test %{_mandir}/man3/namespace::autoclean.3* %changelog +* Wed Aug 16 2023 Xiaojie Chen - 0.29-4 +- Remove perl(:MODULE_COMPAT) which will be generated by perl-generators >= 1.15 + * Fri Apr 28 2023 OpenCloudOS Release Engineering - 0.29-3 - Rebuilt for OpenCloudOS Stream 23.05 -- Gitee