From b23f9d259b46e3b93094da9a9a9f74d3d182b1d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Josef=20=C5=A0pa=C4=8Dek?= Date: Wed, 7 Dec 2022 15:02:52 +0100 Subject: [PATCH] Fix list of provided packages in *tests package --- perl-Module-Pluggable.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-Module-Pluggable.spec b/perl-Module-Pluggable.spec index bbc268e..7e807bb 100644 --- a/perl-Module-Pluggable.spec +++ b/perl-Module-Pluggable.spec @@ -8,7 +8,7 @@ Name: perl-Module-Pluggable Epoch: 2 Version: 5.2 -Release: 22%{?dist} +Release: 23%{?dist} Summary: Automatically give your module the ability to have plugins License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Module-Pluggable @@ -56,6 +56,7 @@ Recommends: perl(Module::Runtime) >= 0.012 # Filter under-specified dependencies %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(File::Spec::Functions\\)$ +%global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}^%{_libexecdir} %description This package provides a simple but, hopefully, extensible way of having @@ -109,6 +110,9 @@ make test %{_libexecdir}/%{name} %changelog +* Wed Dec 07 2022 Michal Josef Špaček - 2:5.2-23 +- Fix list of provided packages in *tests package + * Thu Dec 01 2022 Michal Josef Špaček - 2:5.2-22 - Package tests - Simplify build and install phases