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