From 0b33e0cf27cf8edce3d8ff13f1f98718ca83f2fa Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Feb 12 2018 11:41:06 +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/python37.spec b/python37.spec index c99f34a..5cc18bc 100644 --- a/python37.spec +++ b/python37.spec @@ -1050,14 +1050,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