From 86dd682170bceaba7f38e3e80f1b36fdc108b8bf8184b4ac70b76599dd3d3a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 13 Sep 2024 16:05:42 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main python-qtwebengine-qt5 revision 2339e7878fc9feaad0b290efdf527876 --- python-qtwebengine-qt5.changes | 6 ++++++ python-qtwebengine-qt5.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/python-qtwebengine-qt5.changes b/python-qtwebengine-qt5.changes index 2a8bea2..536ca10 100644 --- a/python-qtwebengine-qt5.changes +++ b/python-qtwebengine-qt5.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 11 14:30:34 UTC 2024 - Gustavo Pichorim Boiko + +- Disable building on all s390 and ppc platforms as Qt5WebEngine + itself is not built on those archs. + ------------------------------------------------------------------- Thu Jan 25 20:02:03 UTC 2024 - Ben Greiner diff --git a/python-qtwebengine-qt5.spec b/python-qtwebengine-qt5.spec index aea0969..bb8c845 100644 --- a/python-qtwebengine-qt5.spec +++ b/python-qtwebengine-qt5.spec @@ -37,6 +37,8 @@ BuildRequires: pkgconfig(Qt5WebEngine) %requires_ge python-qt5 Requires: python-qt5-sip Provides: python-PyQtWebEngine = %{version}-%{release} +# http://www.chromium.org/blink is not ported to PowerPC & s390, so Qt5WebEngine itself doesn't build on those archs +ExcludeArch: ppc ppc64 ppc64le s390 s390x %python_subpackages