From 5761442ab74d08f2d0d133e59bec81cad6b3bd9a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 14 Mar 2016 08:06:10 -0500 Subject: [PATCH] webengine: add ExclusiveArch (matching qt5-qtwebengine's) --- python-qt5.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-qt5.spec b/python-qt5.spec index e70669b..2e90784 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -8,8 +8,10 @@ # enable/disable individual modules %if 0%{?fedora} > 23 +%ifarch %{ix86} x86_64 %{arm} aarch64 ppc ppc64 ppc64le mips mipsel mips64el %global webengine 1 %endif +%endif %global webkit 1 %global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d) @@ -17,7 +19,7 @@ Summary: PyQt5 is Python bindings for Qt5 Name: python-qt5 Version: 5.5.1 -Release: 15%{?dist} +Release: 16%{?dist} # all BSD, except for GPLv2+ dbus bindings and examples License: BSD and GPLv2+ @@ -393,6 +395,9 @@ sed -i \ %changelog +* Mon Mar 14 2016 Rex Dieter 5.5.1-16 +- -webengine: add ExclusiveArch (matching qt5-qtwebengine's) + * Mon Mar 07 2016 Rex Dieter 5.5.1-15 - add Obsoletes for misnamed -webengine/-webkit pkgs (#1315025)