Disable bootstrap

This commit is contained in:
Tomáš Hrnčiar 2025-10-31 11:52:11 +01:00 committed by Lumir Balhar
parent 7fc9c19241
commit 72feb52e90

View File

@ -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 <thrnciar@redhat.com> - 3.14.0-3
- Disable bootstrap
* Wed Oct 22 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.14.0-2
- Initial package
- Fedora contributions by: