From 00bb7bddf29c3fd4a83a43f7f66fe90fd79740e1 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jun 13 2018 12:54:46 +0000 Subject: Bootstrap, disable rewheel --- 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