disable python on f29+

needswork, guessing something to do with sip private modules
epel8
Rex Dieter 6 years ago
parent 73519fa1fe
commit c215adaf93

@ -7,7 +7,9 @@
# FIXME/TODO: sip currently segfaults on s390x # FIXME/TODO: sip currently segfaults on s390x
%if 0%{?fedora} %if 0%{?fedora}
%ifnarch ppc64 s390x %ifnarch ppc64 s390x
%global python 1 %if 0%{?fedora} < 29
global python 1
%endif
%endif %endif
%endif %endif
#endif #endif
@ -19,7 +21,7 @@
Name: kf5-%{framework} Name: kf5-%{framework}
Version: 5.50.0 Version: 5.50.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: KDE Frameworks 5 Tier 1 addon with advanced configuration system Summary: KDE Frameworks 5 Tier 1 addon with advanced configuration system
License: GPLv2+ and LGPLv2+ and MIT License: GPLv2+ and LGPLv2+ and MIT
@ -57,6 +59,7 @@ BuildRequires: bundled(python2-clang) >= 4.0.1
BuildRequires: python2-clang BuildRequires: python2-clang
%endif %endif
BuildRequires: clang BuildRequires: clang
BuildRequires: clang-devel
BuildRequires: python2-PyQt5-devel BuildRequires: python2-PyQt5-devel
BuildRequires: python3-PyQt5-devel BuildRequires: python3-PyQt5-devel
%else %else
@ -212,6 +215,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||:
%changelog %changelog
* Fri Sep 14 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.50.0-2
- disable python on f29+
* Tue Sep 04 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.50.0-1 * Tue Sep 04 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.50.0-1
- 5.50 - 5.50

Loading…
Cancel
Save