Fix filters of dependencies

This commit is contained in:
Jitka Plesnikova 2024-08-26 15:32:00 +02:00
parent 4807ba3f8b
commit f60caa12be

View File

@ -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 <jplesnik@redhat.com> - 0.144-8
- Fix filters of dependencies
* Wed Jul 17 2024 Michal Josef Špaček <mspacek@redhat.com> - 0.144-7
- Package tests