From ec5f432a6e752b0fccc17b4e7a75a6378449164e Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Dec 04 2017 16:53:50 +0000 Subject: Remove a ppc64 segfault workaround which provided a larger stack for that arch, as it doesn't seem to affect the build anymore. --- diff --git a/python3.spec b/python3.spec index 1f7907e..8bb01e0 100644 --- a/python3.spec +++ b/python3.spec @@ -996,14 +996,6 @@ done # Running the upstream test suite # ====================================================== -# For ppc64 we need a larger stack than default -# See https://bugzilla.redhat.com/show_bug.cgi?id=1292462 -%ifarch %{power64} - ulimit -a - ulimit -s 16384 -%endif - - topdir=$(pwd) CheckPython() { ConfName=$1