From 0eb38690fce9e8865f1e481bc36f6925beb057fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Sep 2022 20:24:22 +0200 Subject: [PATCH] Finish bootstrap for Python 3.11 rebuild on riscv64 --- python3.11.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/python3.11.spec b/python3.11.spec index 2039688..9aa2e96 100644 --- a/python3.11.spec +++ b/python3.11.spec @@ -17,7 +17,7 @@ URL: https://www.python.org/ %global prerel rc2 %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 1.0.riscv64%{?dist} +Release: 1.1.riscv64%{?dist} License: Python @@ -59,11 +59,11 @@ License: Python # IMPORTANT: When bootstrapping, it's very likely the wheels for pip and # setuptools are not available. Turn off the rpmwheels bcond until # the two packages are built with wheels to get around the issue. -%bcond_without bootstrap +%bcond_with bootstrap # Whether to use RPM build wheels from the python-{pip,setuptools}-wheel package # Uses upstream bundled prebuilt wheels otherwise -%bcond_with rpmwheels +%bcond_without rpmwheels # If the rpmwheels condition is disabled, we use the bundled wheel packages # from Python with the versions below. # This needs to be manually updated when we update Python. @@ -71,10 +71,10 @@ License: Python %global setuptools_version 63.2.0 # Expensive optimizations (mainly, profile-guided optimizations) -%bcond_with optimizations +%bcond_without optimizations # Run the test suite in %%check -%bcond_with tests +%bcond_without tests # Extra build for debugging the interpreter or C-API extensions # (the -debug subpackages) @@ -1595,7 +1595,10 @@ CheckPython optimized # ====================================================== %changelog -* Mon Sep 19 2022 Miro Hrončok - 3.11.0~rc2-2.0.riscv64 +* Mon Sep 19 2022 Miro Hrončok - 3.11.0~rc2-1.1.riscv64 +- Finish bootstrap for Python 3.11 rebuild on riscv64 + +* Mon Sep 19 2022 Miro Hrončok - 3.11.0~rc2-1.0.riscv64 - Bootstrap for Python 3.11 rebuild on riscv64 * Tue Sep 13 2022 Miro Hrončok - 3.11.0~rc2-1