diff --git a/perl-Expect-Simple.spec b/perl-Expect-Simple.spec index 4db655aaaf70233242373f3180cc890ccc7a7e37..c0df90a59a383e7bd49d4d8a002f16a9d74195ef 100644 --- a/perl-Expect-Simple.spec +++ b/perl-Expect-Simple.spec @@ -3,7 +3,7 @@ Name: perl-%{cpan_name} Version: 0.04 -Release: 1 +Release: 2 Summary: Wrapper around the Expect module License: GPL-2.0-or-later @@ -16,7 +16,6 @@ BuildRequires: perl(Expect) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(Expect) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Expect::Simple is a wrapper around the Expect module which should suffice @@ -94,5 +93,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 07 2025 sqfu - 0.04-2 +- drop useless perl(:MODULE_COMPAT) requirement + * Tue Jul 20 2021 ice-kylin 0.04-1 - Initial package