From 9b876c8d841952ba419c30efe57c34abf729e9b7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 18 Feb 2019 11:15:56 -0600 Subject: [PATCH] omit webengine support on f30+ for now qtwebengine currently FTBFS --- python-qt5.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-qt5.spec b/python-qt5.spec index 00e7a43..350970a 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -7,7 +7,7 @@ # enable/disable individual modules # drop power64, it's not supported yet (than) -%if 0%{?fedora} || 0%{?rhel} > 7 +%if 0%{?fedora} && 0%{?fedora} < 30 %ifarch %{?qt5_qtwebengine_arches}%{?!qt5_qtwebengine_arches:%{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el} %global webengine 1 %endif