Fix shebang of fetch-ocsp-response
The script was fixed upstream in 1.60.0: https://github.com/nghttp2/nghttp2/pull/2054 (cherry picked from commit b25161c7176b8fed676a8f57258483dbab9c25a5) Related: RHEL-32301
This commit is contained in:
parent
9ffbfcff0b
commit
3af9eeee41
@ -7,7 +7,7 @@
|
||||
Summary: Experimental HTTP/2 client, server and proxy
|
||||
Name: nghttp2
|
||||
Version: 1.60.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
|
||||
# Parts of ruby bindings are additionally under GPL-2.0-or-later, MIT and
|
||||
# HPND-Kevlin-Henney but they are NOT shipped.
|
||||
@ -102,9 +102,6 @@ This is the MinGW cross-compiled Windows library.
|
||||
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
||||
%autosetup -p1
|
||||
|
||||
# make fetch-ocsp-response use Python 3
|
||||
sed -e '1 s|^#!/.*python|&3|' -i script/fetch-ocsp-response
|
||||
|
||||
%build
|
||||
mkdir build
|
||||
pushd build
|
||||
@ -215,6 +212,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 06 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 1.60.0-2
|
||||
- Fix shebang of fetch-ocsp-response
|
||||
|
||||
* Mon Mar 04 2024 Jan Macku <jamacku@redhat.com> 1.60.0-1
|
||||
- update to the latest upstream release
|
||||
- update PGP key from https://keyserver.ubuntu.com/pks/lookup?op=vindex&search=0x7e8403d5d673c366
|
||||
|
Loading…
Reference in New Issue
Block a user