From 2c98afbdd817edd0519e6e26477ec724493dbdd3 Mon Sep 17 00:00:00 2001 From: Xiaojie Chen Date: Tue, 15 Aug 2023 20:07:04 +0800 Subject: [PATCH] Remove perl(:MODULE_COMPAT) which will be generated by perl-generators >= 1.15 --- perl-Data-Section.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/perl-Data-Section.spec b/perl-Data-Section.spec index 7bbdc00..b4724d8 100644 --- a/perl-Data-Section.spec +++ b/perl-Data-Section.spec @@ -1,7 +1,7 @@ Summary: Read multiple hunks of data out of your DATA section Name: perl-Data-Section Version: 0.200007 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL+ or Artistic URL: https://metacpan.org/release/Data-Section Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Data-Section-%{version}.tar.gz @@ -9,7 +9,6 @@ BuildArch: noarch BuildRequires: coreutils findutils make BuildRequires: perl-interpreter perl-generators perl(ExtUtils::MakeMaker) perl(Encode) perl(MRO::Compat) >= 0.09 perl(strict) perl(Sub::Exporter) >= 0.979 perl(warnings) perl(base) perl(lib) perl(Test::FailWarnings) perl(Test::More) >= 0.96 perl(utf8) -Requires: perl(:MODULE_COMPAT_%perl_version) %description Data::Section provides an easy way to access multiple named chunks of @@ -37,6 +36,9 @@ make test %{_mandir}/man3/Data::Section.3* %changelog +* Tue Aug 15 2023 Xiaojie Chen - 0.200007-4 +- Remove perl(:MODULE_COMPAT) which will be generated by perl-generators >= 1.15 + * Fri Apr 28 2023 OpenCloudOS Release Engineering - 0.200007-3 - Rebuilt for OpenCloudOS Stream 23.05 -- Gitee