Update %patch macro usage
This commit is contained in:
parent
f7aa953d11
commit
831c550f08
@ -58,7 +58,7 @@ also generate the tests for it.
|
||||
|
||||
%prep
|
||||
%setup -q -n Object-HashBase-%{version}
|
||||
%patch0 -p1
|
||||
%patch -P0 -p1
|
||||
# Help generators to recognize Perl scripts
|
||||
for F in t/*.t; do
|
||||
perl -i -MConfig -ple 'print $Config{startperl} if $. == 1 && !s{\A#!\s*perl}{$Config{startperl}}' "$F"
|
||||
@ -103,6 +103,7 @@ make test
|
||||
%changelog
|
||||
* Mon Oct 23 2023 Michal Josef Špaček <mspacek@redhat.com> - 0.010-1
|
||||
- 0.010 bump
|
||||
- Update %patch macro usage
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.009-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user