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