Fix %patch macro
This commit is contained in:
parent
3797fb6da9
commit
6c4dc292ca
@ -64,7 +64,7 @@ with "%{_libexecdir}/%{name}/test".
|
||||
|
||||
%prep
|
||||
%setup -q -n Term-Table-%{version}
|
||||
%patch0 -p1
|
||||
%patch -P0 -p1
|
||||
# Delete bundled Object::HashBase
|
||||
for F in lib/Term/Table/HashBase.pm t/HashBase.t; do
|
||||
perl -e 'unlink $ARGV[0] or die $!' "$F"
|
||||
@ -108,6 +108,7 @@ make test
|
||||
%changelog
|
||||
* Fri Sep 15 2023 Michal Josef Špaček <mspacek@redhat.com> - 0.017-1
|
||||
- 0.017 bump
|
||||
- Fix %patch macro
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.016-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user