From f6b4d318e9cd3350603505ea422495e6493fa378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 28 Feb 2020 18:34:31 +0100 Subject: [PATCH] Enable https://fedoraproject.org/wiki/Changes/PythonNoSemanticInterpositionSpeedup on power and arm https://bugzilla.redhat.com/show_bug.cgi?id=1795575 is "fixed for almost a month" --- python39.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/python39.spec b/python39.spec index 9cc61a1..7713d35 100644 --- a/python39.spec +++ b/python39.spec @@ -64,12 +64,7 @@ License: Python %bcond_without optimizations # https://fedoraproject.org/wiki/Changes/PythonNoSemanticInterpositionSpeedup -# Disabled on ppc64le and armv7hl: https://bugzilla.redhat.com/show_bug.cgi?id=1795575 -%ifarch %{power64} %{arm} -%bcond_with no_semantic_interposition -%else %bcond_without no_semantic_interposition -%endif # Run the test suite in %%check %bcond_without tests