Compare commits
3 Commits
a0f9df9e60
...
1.1
Author | SHA256 | Date | |
---|---|---|---|
b3eb95303b | |||
fb6141c6ed | |||
86dd682170 |
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 11 14:30:34 UTC 2024 - Gustavo Pichorim Boiko <gboiko@suse.com>
|
||||||
|
|
||||||
|
- 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 <code@bnavigator.de>
|
Thu Jan 25 20:02:03 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@@ -37,6 +37,8 @@ BuildRequires: pkgconfig(Qt5WebEngine)
|
|||||||
%requires_ge python-qt5
|
%requires_ge python-qt5
|
||||||
Requires: python-qt5-sip
|
Requires: python-qt5-sip
|
||||||
Provides: python-PyQtWebEngine = %{version}-%{release}
|
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
|
%python_subpackages
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user