From bad22409b4452219cb298dc043442da773ab58b1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 1 Aug 2018 10:49:50 -0500 Subject: [PATCH] ppc64 sip segfaulting too :( --- kf5-kconfig.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kf5-kconfig.spec b/kf5-kconfig.spec index ee1e366..2628599 100644 --- a/kf5-kconfig.spec +++ b/kf5-kconfig.spec @@ -5,7 +5,7 @@ %if !0%{?bootstrap} # FIXME/TODO: sip currently segfaults on s390x -%ifnarch s390x +%ifnarch ppc64 s390x %global python 1 %endif #endif @@ -211,7 +211,7 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog * Wed Aug 01 2018 Rex Dieter - 5.48.0-3 -- python: support on f29+ again, add Obsoletes otherwise (like s390x) (#1610422) +- python: support on f29+ again, add Obsoletes otherwise (like ppc64/s390x) (#1610422) - use make again (macro'ize ninja support) - .spec cosmetics (whitespace mostly)