(temporarily) omit webengine support on fc26
This commit is contained in:
parent
21d7788fe0
commit
b8ebcdf9ed
@ -8,7 +8,7 @@
|
||||
|
||||
# enable/disable individual modules
|
||||
# drop power64, it's not supported yet (than)
|
||||
%if 0%{?fedora} > 22
|
||||
%if 0%{?fedora} > 22 && 0%{?fedora} < 26
|
||||
%ifarch %{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el
|
||||
%global webengine 1
|
||||
%endif
|
||||
@ -20,7 +20,7 @@
|
||||
Summary: PyQt5 is Python bindings for Qt5
|
||||
Name: python-qt5
|
||||
Version: 5.7
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
|
||||
# all BSD, except for GPLv2+ dbus bindings and examples
|
||||
License: BSD and GPLv2+
|
||||
@ -423,6 +423,9 @@ sed -i \
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Dec 03 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7-3
|
||||
- (temporarily) omit webengine support on fc26
|
||||
|
||||
* Wed Nov 30 2016 Than Ngo <than@redhat.com> - 5.7-2
|
||||
- rebuild against new qt5-qtbase-5.7.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user