Fix list of provided packages in *tests package

This commit is contained in:
Michal Josef Špaček 2022-12-07 15:02:52 +01:00
parent e59075a41c
commit b23f9d259b

View File

@ -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 <mspacek@redhat.com> - 2:5.2-23
- Fix list of provided packages in *tests package
* Thu Dec 01 2022 Michal Josef Špaček <mspacek@redhat.com> - 2:5.2-22
- Package tests
- Simplify build and install phases