Fix required packages in *tests package

This commit is contained in:
Michal Josef Špaček 2022-12-07 18:50:26 +01:00
parent b23f9d259b
commit 8542a86096

View File

@ -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 <mspacek@redhat.com> - 2:5.2-24
- Fix required packages in *tests package
* Wed Dec 07 2022 Michal Josef Špaček <mspacek@redhat.com> - 2:5.2-23
- Fix list of provided packages in *tests package