From 0402893a92da476a23a504f5a5d0191b0562c418 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 13 Sep 2017 14:34:51 -0500 Subject: [PATCH] disable python, failing on arm7hl, aarch64, ppc64le archs --- kf5-kconfig.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kf5-kconfig.spec b/kf5-kconfig.spec index c1e20f9..c0833ae 100644 --- a/kf5-kconfig.spec +++ b/kf5-kconfig.spec @@ -5,14 +5,14 @@ %if !0%{?bootstrap} %if 0%{?fedora} > 25 -%global python 1 +#global python 1 %endif %global tests 1 %endif Name: kf5-%{framework} Version: 5.38.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with advanced configuration system License: GPLv2+ and LGPLv2+ and MIT @@ -184,6 +184,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Wed Sep 13 2017 Rex Dieter - 5.38.0-4 +- disable python, failing on arm7hl, aarch64, ppc64le archs + * Wed Sep 13 2017 Rex Dieter - 5.38.0-3 - enable python bindings