Fix patch macro

This commit is contained in:
Michal Josef Špaček 2024-06-27 17:57:14 +02:00
parent 3a3016a32c
commit 07e5420c3f

View File

@ -45,7 +45,7 @@ with "%{_libexecdir}/%{name}/test".
%prep
%setup -q -n Module-Package-%{version}
%patch0 -p1
%patch -P0 -p1
# XXX: Do not unbundle ./inc/ because of bootstrap
# Help generators to recognize Perl scripts
for F in t/*.t; do
@ -86,6 +86,7 @@ make test
%changelog
* Thu Jun 27 2024 Michal Josef Špaček <mspacek@redhat.com> - 0.30-37
- Package tests
- Fix patch macro
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.30-36
- Bump release for June 2024 mass rebuild