From 8542a86096cf23e30a2f51359510b69b8e4cd0f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Josef=20=C5=A0pa=C4=8Dek?= Date: Wed, 7 Dec 2022 18:50:26 +0100 Subject: [PATCH] Fix required packages in *tests package --- perl-Module-Pluggable.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/perl-Module-Pluggable.spec b/perl-Module-Pluggable.spec index 7e807bb..491a3ae 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: 23%{?dist} +Release: 24%{?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,8 @@ Recommends: perl(Module::Runtime) >= 0.012 # Filter under-specified dependencies %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(File::Spec::Functions\\)$ +# Remove private modules +%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(No::Middle\\)$ %global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}^%{_libexecdir} %description @@ -110,6 +112,9 @@ make test %{_libexecdir}/%{name} %changelog +* Wed Dec 07 2022 Michal Josef Špaček - 2:5.2-24 +- Fix required packages in *tests package + * Wed Dec 07 2022 Michal Josef Špaček - 2:5.2-23 - Fix list of provided packages in *tests package