make fetch-ocsp-response use Python 3

This commit is contained in:
Kamil Dudka 2018-03-15 14:19:27 +01:00
parent 3f676af808
commit e5564e24a3
1 changed files with 6 additions and 1 deletions

View File

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