diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec index 975bea9..ef9dddc 100644 --- a/perl-Path-Tiny.spec +++ b/perl-Path-Tiny.spec @@ -7,7 +7,7 @@ Name: perl-Path-Tiny Version: 0.144 -Release: 7%{?dist} +Release: 8%{?dist} Summary: File path utility License: Apache-2.0 URL: https://metacpan.org/release/Path-Tiny @@ -83,8 +83,8 @@ BuildRequires: perl(Unicode::UTF8) >= 0.58 Requires: perl(Unicode::UTF8) >= 0.58 # Remove private test modules +%global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}^%{_libexecdir} %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(TestUtils\\)$ -%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(PerlIO::utf8_strict|TestUtils|TestUtils::_Guard|Unicode::UTF8\\)$ %description This module attempts to provide a small, fast utility for working with file @@ -151,6 +151,9 @@ make test %{_libexecdir}/%{name} %changelog +* Mon Aug 26 2024 Jitka Plesnikova - 0.144-8 +- Fix filters of dependencies + * Wed Jul 17 2024 Michal Josef Špaček - 0.144-7 - Package tests