From 17343f72052a3f30d240386834563d873936bfdb Mon Sep 17 00:00:00 2001 From: abushwang Date: Wed, 10 Apr 2024 17:47:54 +0800 Subject: [PATCH] close bootstrap Signed-off-by: abushwang --- python3.12.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python3.12.spec b/python3.12.spec index ac98970..74fcedb 100644 --- a/python3.12.spec +++ b/python3.12.spec @@ -11,7 +11,7 @@ %bcond_with main_python %endif -%bcond_without bootstrap +%bcond_with bootstrap %if %{with bootstrap} %bcond_with rpmwheels %else @@ -65,7 +65,7 @@ Summary: Version %{pybasever} of the Python interpreter Name: python%{pybasever} Version: %{src_version} -Release: 1%{?dist} +Release: 2%{?dist} License: Python-2.0.1 URL: https://www.python.org/ @@ -1066,6 +1066,9 @@ LD_LIBRARY_PATH=$(pwd)/normal $(pwd)/normal/python -m test.regrtest \ %endif %changelog +* Wed Apr 10 2024 Shuo Wang - 3.12.2-2 +- close bootstrap + * Wed Apr 10 2024 Shuo Wang - 3.12.2-1 - init build python3.12 -- Gitee