import perl-Test-Pod-1.52-23.el10

i10cs changed/i10cs/perl-Test-Pod-1.52-23.el10
MSVSphere Packaging Team 2 months ago
parent ada7df5487
commit 80ef65b8b7
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

@ -1,6 +1,6 @@
Name: perl-Test-Pod Name: perl-Test-Pod
Version: 1.52 Version: 1.52
Release: 22%{?dist} Release: 23%{?dist}
Summary: Test POD files for correctness Summary: Test POD files for correctness
License: GPL-1.0-or-later OR Artistic-1.0-Perl License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Test-Pod URL: https://metacpan.org/release/Test-Pod
@ -27,6 +27,8 @@ Requires: perl(Test::More) >= 0.62
# Remove under-specified dependcies # Remove under-specified dependcies
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Pod::Simple\\)$ %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Pod::Simple\\)$
# Remove Test::Pod dependecy from *tests package
%global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}^%{_libexecdir}
%description %description
Check POD files for errors or warnings in a test file, using Pod::Simple to do Check POD files for errors or warnings in a test file, using Pod::Simple to do
@ -79,6 +81,10 @@ LC_ALL=C make test
%{_libexecdir}/%{name} %{_libexecdir}/%{name}
%changelog %changelog
* Fri Nov 22 2024 Michal Josef Špaček <mspacek@redhat.com> - 1.52-23
- Fix provides in perl-Test-Pod-tests package
Resolves: RHEL-68616
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.52-22 * Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.52-22
- Bump release for October 2024 mass rebuild: - Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018 Resolves: RHEL-64018

Loading…
Cancel
Save