diff --git a/python-PyQt6-WebEngine.changes b/python-PyQt6-WebEngine.changes index ec1a507..58df811 100644 --- a/python-PyQt6-WebEngine.changes +++ b/python-PyQt6-WebEngine.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Apr 9 10:19:42 UTC 2022 - Ben Greiner + +- Exclude 32-bit platforms because QtWebengine 6.3.0 does not + support them. + ------------------------------------------------------------------- Fri Oct 29 15:15:04 UTC 2021 - Ben Greiner diff --git a/python-PyQt6-WebEngine.spec b/python-PyQt6-WebEngine.spec index 6529fea..fa36b93 100644 --- a/python-PyQt6-WebEngine.spec +++ b/python-PyQt6-WebEngine.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -44,6 +44,8 @@ BuildRequires: cmake(Qt6WebEngineQuick) BuildRequires: cmake(Qt6WebEngineWidgets) %requires_ge python-PyQt6 Provides: python-qtwebengine-qt6 = %{version}-%{release} +# No 32-bit builds of QtWebengine >= 6.3.0 anymore +ExcludeArch: %{ix86} %{arm} %python_subpackages %description