Fix filters of dependencies
This commit is contained in:
parent
04766e511d
commit
175d91f863
@ -1,6 +1,6 @@
|
||||
Name: perl-List-MoreUtils
|
||||
Version: 0.430
|
||||
Release: 13%{?dist}
|
||||
Release: 14%{?dist}
|
||||
Summary: Provide the stuff missing in List::Util
|
||||
# All code present in version 0.416: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
# All new code from version 0.417 onwards: Apache-2.0
|
||||
@ -54,8 +54,8 @@ Requires: perl(Carp)
|
||||
Requires: perl(List::MoreUtils::XS) >= 0.430
|
||||
|
||||
# Remove private test modules
|
||||
%global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}^%{_libexecdir}
|
||||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Test::LMU\\)$
|
||||
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(DieOnStringify|Test::LMU\\)$
|
||||
|
||||
%description
|
||||
List::MoreUtils provides some trivial but commonly needed functionality
|
||||
@ -109,6 +109,9 @@ make test
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Aug 26 2024 Jitka Plesnikova <jplesnik@redhat.com> - 0.430-14
|
||||
- Fix filters of dependencies
|
||||
|
||||
* Tue Jul 30 2024 Michal Josef Špaček <mspacek@redhat.com> - 0.430-13
|
||||
- Package tests
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user