diff --git a/python3.12.spec b/python3.12.spec index ac98970b6ee8e48ebe4d9a7fc039c117f9f28366..74fcedba6406969a5675724086ab15aa9b827bb3 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