Dominique Leuenberger 2022-04-09 22:42:10 +00:00 committed by Git OBS Bridge
commit 174b43d1c7
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Apr 9 10:19:42 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Exclude 32-bit platforms because QtWebengine 6.3.0 does not
support them.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 29 15:15:04 UTC 2021 - Ben Greiner <code@bnavigator.de> Fri Oct 29 15:15:04 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
# #
# spec file # spec file
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -44,6 +44,8 @@ BuildRequires: cmake(Qt6WebEngineQuick)
BuildRequires: cmake(Qt6WebEngineWidgets) BuildRequires: cmake(Qt6WebEngineWidgets)
%requires_ge python-PyQt6 %requires_ge python-PyQt6
Provides: python-qtwebengine-qt6 = %{version}-%{release} Provides: python-qtwebengine-qt6 = %{version}-%{release}
# No 32-bit builds of QtWebengine >= 6.3.0 anymore
ExcludeArch: %{ix86} %{arm}
%python_subpackages %python_subpackages
%description %description