From 7deb1d959ebbade3fe60c453d76a4459215f4ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Josef=20=C5=A0pa=C4=8Dek?= Date: Fri, 12 Jul 2024 14:16:54 +0200 Subject: [PATCH] Fix patch macro --- perl-Test-CPAN-Meta.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-Test-CPAN-Meta.spec b/perl-Test-CPAN-Meta.spec index 0ee2147..6fc1a4c 100644 --- a/perl-Test-CPAN-Meta.spec +++ b/perl-Test-CPAN-Meta.spec @@ -62,7 +62,7 @@ with "%{_libexecdir}/%{name}/test". %setup -q -n Test-CPAN-Meta-%{version} # Re-code documentation as UTF-8 -%patch0 +%patch -P0 # Help generators to recognize Perl scripts for F in t/*.t; do @@ -102,6 +102,7 @@ make test AUTOMATED_TESTING=1 %changelog * Fri Jul 12 2024 Michal Josef Špaček - 0.25-38 +- Fix patch macro - Package tests * Mon Jun 24 2024 Troy Dawson - 0.25-37