Fix %patch macro

This commit is contained in:
Michal Josef Špaček 2023-05-16 21:37:11 +02:00
parent dd67997c60
commit 394aa2cfbd

View File

@ -160,7 +160,7 @@ with "%{_libexecdir}/%{name}/test".
%prep
%setup -q -n libwww-perl-%{version}
%patch0 -p1
%patch -P 0 -p1
%if !%{with perl_libwww_perl_enables_internet_test}
rm t/base/protocols/nntp.t t/leak/no_leak.t t/redirect.t
perl -i -ne 'print $_ unless m{^(?:t/base/protocols/nntp\.t|t/leak/no_leak\.t|t/redirect\.t)}' MANIFEST
@ -214,6 +214,7 @@ make test
%changelog
* Tue May 16 2023 Michal Josef Špaček <mspacek@redhat.com> - 6.70-1
- 6.70 bump
- Fix %patch macro
* Wed Mar 01 2023 Michal Josef Špaček <mspacek@redhat.com> - 6.68-1
- 6.68 bump