Fix filters of dependencies
This commit is contained in:
parent
13047d23c8
commit
658e5d3775
@ -1,6 +1,6 @@
|
||||
Name: perl-Test-Pod-Coverage
|
||||
Version: 1.10
|
||||
Release: 30%{?dist}
|
||||
Release: 31%{?dist}
|
||||
Summary: Check for pod coverage in your distribution
|
||||
License: Artistic-2.0
|
||||
URL: https://metacpan.org/release/Test-Pod-Coverage
|
||||
@ -27,8 +27,8 @@ BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Pod) >= 1.14
|
||||
|
||||
# Remove private test modules
|
||||
%global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}^%{_libexecdir}
|
||||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(PC_Inherited\\)$
|
||||
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Nopod|Nosymbols|PC_Inherited|PC_Inherits|Privates|Simple\\)$
|
||||
|
||||
%description
|
||||
Test::Pod::Coverage is used to create a test for your distribution, to
|
||||
@ -85,6 +85,9 @@ make test
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Aug 26 2024 Jitka Plesnikova <jplesnik@redhat.com> - 1.10-31
|
||||
- Fix filters of dependencies
|
||||
|
||||
* Thu Aug 22 2024 Michal Josef Špaček <mspacek@redhat.com> - 1.10-30
|
||||
- Package tests
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user