Require webkit only on Fedora builds

f41
Jan Grulich 4 years ago
parent 21407d3a08
commit 19e73dda44

@ -16,7 +16,9 @@
%global webengine 1
%endif
%endif
%if 0%{?fedora}
%global webkit 1
%endif
%global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
@ -40,7 +42,7 @@
Summary: PyQt5 is Python bindings for Qt5
Name: python-qt5
Version: 5.15.0
Release: 4%{?dist}
Release: 5%{?dist}
License: GPLv3
Url: http://www.riverbankcomputing.com/software/pyqt/
@ -562,6 +564,9 @@ sed -i \
%changelog
* Tue Dec 8 16:28:30 CET 2020 Jan Grulich <jgrulich@redhat.com> - 5.15.0-5
- Require webkit only on Fedora builds
* Thu Nov 26 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.15.0-4
- BR: qt5-qtbase-private-devel globally

Loading…
Cancel
Save