diff --git a/perl-Capture-Tiny.spec b/perl-Capture-Tiny.spec index 31e7d01..aa02f27 100644 --- a/perl-Capture-Tiny.spec +++ b/perl-Capture-Tiny.spec @@ -1,6 +1,6 @@ Name: perl-Capture-Tiny Version: 0.48 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Capture STDOUT and STDERR from Perl, XS or external programs License: Apache-2.0 URL: https://metacpan.org/release/Capture-Tiny @@ -34,7 +34,7 @@ BuildRequires: perl(Test::More) >= 0.62 # Filter modules bundled for tests %global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}^%{_libexecdir} %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Cases\\) -%global __requires_exclude %{__requires_exclude}|^perl\\(TieEvil\|TieLC\|Utils\\) +%global __requires_exclude %{__requires_exclude}|^perl\\((TieEvil\|TieLC\|Utils)\\) %description Capture::Tiny provides a simple, portable way to capture anything sent to @@ -91,6 +91,9 @@ make test %{_libexecdir}/%{name} %changelog +* Mon Aug 26 2024 Jitka Plesnikova - 0.48-22 +- Fix filters of dependencies + * Mon Jun 24 2024 Troy Dawson - 0.48-21 - Bump release for June 2024 mass rebuild