make fetch-ocsp-response use Python 3
This commit is contained in:
parent
3f676af808
commit
e5564e24a3
@ -1,7 +1,7 @@
|
||||
Summary: Experimental HTTP/2 client, server and proxy
|
||||
Name: nghttp2
|
||||
Version: 1.31.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: MIT
|
||||
Group: Applications/Internet
|
||||
URL: https://nghttp2.org/
|
||||
@ -45,6 +45,8 @@ for building applications with libnghttp2.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
# make fetch-ocsp-response use Python 3
|
||||
sed -e '1 s|^#!/.*python|&3|' -i script/fetch-ocsp-response
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -112,6 +114,9 @@ make %{?_smp_mflags} check
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Mar 15 2018 Kamil Dudka <kdudka@redhat.com> 1.31.0-2
|
||||
- make fetch-ocsp-response use Python 3
|
||||
|
||||
* Tue Feb 27 2018 Kamil Dudka <kdudka@redhat.com> 1.31.0-1
|
||||
- update to the latest upstream release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user