From 72feb52e90eb661956f28606234f3d8f74f81c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= Date: Fri, 31 Oct 2025 11:52:11 +0100 Subject: [PATCH] Disable bootstrap --- python3.14.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python3.14.spec b/python3.14.spec index aed3d0c..c9818a2 100644 --- a/python3.14.spec +++ b/python3.14.spec @@ -14,7 +14,7 @@ # - disables regen-all with the same Python version # - disables dependency on python3-rpm-generators if we build with main_python # - disables rpmwheels, optimizations and tests by default -%bcond bootstrap 1 +%bcond bootstrap 0 # Whether to use RPM build wheels from the python-{pip,setuptools,wheel}-wheel packages # Uses upstream bundled prebuilt wheels otherwise @@ -49,7 +49,7 @@ URL: https://www.python.org/ #global prerel ... %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 2%{?dist} +Release: 3%{?dist} License: Python-2.0.1 @@ -1944,6 +1944,9 @@ CheckPython freethreading # ====================================================== %changelog +* Fri Oct 31 2025 Tomáš Hrnčiar - 3.14.0-3 +- Disable bootstrap + * Wed Oct 22 2025 Tomáš Hrnčiar - 3.14.0-2 - Initial package - Fedora contributions by: