From c57376b311be8af88d94f56a5df8ff9ac4f009df Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Mon, 20 Sep 2021 11:51:43 +0200 Subject: [PATCH] revert an unintended change committed by mistake --- nghttp2.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nghttp2.spec b/nghttp2.spec index 304522c..963db68 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -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 PYTHON=%{__python3} \