From 8906a7db982932dae62bfa4df0f97a3fe6be098f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 28 May 2018 20:00:45 -0500 Subject: [PATCH] disable webengine support --- python-qt5.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-qt5.spec b/python-qt5.spec index 9090242..edad803 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -9,7 +9,7 @@ # drop power64, it's not supported yet (than) %if 0%{?fedora} || 0%{?rhel} > 7 %ifarch %{?qt5_qtwebengine_arches}%{?!qt5_qtwebengine_arches:%{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el} -%global webengine 1 +#global webengine 1 %endif %endif %global webkit 1 @@ -482,6 +482,7 @@ sed -i \ %changelog * Mon May 28 2018 Rex Dieter - 5.10.1-3 - rebuild (qt5) +- disable webengine support (temporary) * Tue Mar 20 2018 Zbigniew Jędrzejewski-Szmek - 5.10.1-2 - Add missing %%python_provide macros