diff --git a/python-qt5.spec b/python-qt5.spec index e53a527..e76a133 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -8,7 +8,8 @@ # enable/disable individual modules %if 0%{?fedora} > 23 -%ifarch %{ix86} x86_64 %{arm} aarch64 ppc ppc64 ppc64le mips mipsel mips64el +#ifarch %{arm} %{ix86} x86_64 aarch64 ppc ppc64 ppc64le mips mipsel mips64el +%ifarch %{arm} %{ix86} x86_64 %global webengine 1 %endif %endif @@ -19,7 +20,7 @@ Summary: PyQt5 is Python bindings for Qt5 Name: python-qt5 Version: 5.5.1 -Release: 18%{?dist} +Release: 19%{?dist} # all BSD, except for GPLv2+ dbus bindings and examples License: BSD and GPLv2+ @@ -404,6 +405,9 @@ sed -i \ %changelog +* Thu Mar 24 2016 Rex Dieter 5.5.1-19 +- limit -webengine support to just primary archs (for now) + * Thu Mar 24 2016 Rex Dieter 5.5.1-18 - -rpm-macros subpkg