From 00bb7bddf29c3fd4a83a43f7f66fe90fd79740e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 12 Jun 2018 13:55:40 +0200 Subject: [PATCH] Bootstrap, disable rewheel --- python3.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python3.spec b/python3.spec index 1e2645b..c166c19 100644 --- a/python3.spec +++ b/python3.spec @@ -54,7 +54,7 @@ License: Python %if %{with flatpackage} %bcond_with rewheel %else -%bcond_without rewheel +%bcond_with rewheel %endif # Extra build for debugging the interpreter or C-API extensions @@ -1559,6 +1559,7 @@ CheckPython optimized %changelog * Tue Jun 12 2018 Miro Hrončok - 3.7.0-0.20.rc1 - Update to 3.7.0rc1 +- Bootstrap, disable rewheel * Mon Apr 23 2018 Miro Hrončok - 3.6.5-4 - Fix multiprocessing regression on newer glibcs