Fix patch macro
This commit is contained in:
parent
70db0239bc
commit
8c381ea480
@ -47,7 +47,7 @@ with "%{_libexecdir}/%{name}/test".
|
||||
|
||||
%prep
|
||||
%setup -q -n Socket6-%{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#!.*perl\b}{$Config{startperl}}' "$F"
|
||||
@ -85,6 +85,7 @@ make test
|
||||
|
||||
%changelog
|
||||
* Wed Jul 17 2024 Michal Josef Špaček <mspacek@redhat.com> - 0.29-23
|
||||
- Fix patch macro
|
||||
- Package tests
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.29-22
|
||||
|
||||
Loading…
Reference in New Issue
Block a user