From 51ec45db9857cc8228685c561f16f0315361d438 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Thu, 4 Jan 2024 14:07:10 +0100 Subject: [PATCH] Disable bootstrap --- python3.12.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python3.12.spec b/python3.12.spec index 830e7ec..c52e73e 100644 --- a/python3.12.spec +++ b/python3.12.spec @@ -20,7 +20,7 @@ URL: https://www.python.org/ #global prerel ... %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 1%{?dist} +Release: 2%{?dist} License: Python @@ -57,11 +57,11 @@ License: Python # IMPORTANT: When bootstrapping, it's very likely python-pip-wheel is # not available. Turn off the rpmwheels bcond until # python-pip is built with a wheel to get around the issue. -%bcond_without bootstrap +%bcond_with bootstrap # Whether to use RPM build wheels from the python-{pip,setuptools,wheel}-wheel packages # 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. @@ -1682,6 +1682,9 @@ CheckPython optimized # ====================================================== %changelog +* Wed Dec 20 2023 Charalampos Stratakis - 3.12.1-2 +- Disable bootstrap + * Wed Dec 20 2023 Tomáš Hrnčiar - 3.12.1-1 - Initial package - Fedora contributions by: