From f60caa12bead83eb292dd0a69ff1d6e53f010571 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Mon, 26 Aug 2024 15:32:00 +0200 Subject: [PATCH] Fix filters of dependencies --- perl-Path-Tiny.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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