Disable bootstrap

This commit is contained in:
Charalampos Stratakis 2024-01-04 14:07:10 +01:00 committed by Tomáš Hrnčiar
parent b9dcbd06af
commit 51ec45db98
1 changed files with 6 additions and 3 deletions

View File

@ -20,7 +20,7 @@ URL: https://www.python.org/
#global prerel ... #global prerel ...
%global upstream_version %{general_version}%{?prerel} %global upstream_version %{general_version}%{?prerel}
Version: %{general_version}%{?prerel:~%{prerel}} Version: %{general_version}%{?prerel:~%{prerel}}
Release: 1%{?dist} Release: 2%{?dist}
License: Python License: Python
@ -57,11 +57,11 @@ License: Python
# IMPORTANT: When bootstrapping, it's very likely python-pip-wheel is # IMPORTANT: When bootstrapping, it's very likely python-pip-wheel is
# not available. Turn off the rpmwheels bcond until # not available. Turn off the rpmwheels bcond until
# python-pip is built with a wheel to get around the issue. # 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 # Whether to use RPM build wheels from the python-{pip,setuptools,wheel}-wheel packages
# Uses upstream bundled prebuilt wheels otherwise # Uses upstream bundled prebuilt wheels otherwise
%bcond_with rpmwheels %bcond_without rpmwheels
# If the rpmwheels condition is disabled, we use the bundled wheel packages # If the rpmwheels condition is disabled, we use the bundled wheel packages
# from Python with the versions below. # from Python with the versions below.
@ -1682,6 +1682,9 @@ CheckPython optimized
# ====================================================== # ======================================================
%changelog %changelog
* Wed Dec 20 2023 Charalampos Stratakis <cstratak@redhat.com> - 3.12.1-2
- Disable bootstrap
* Wed Dec 20 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.1-1 * Wed Dec 20 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.1-1
- Initial package - Initial package
- Fedora contributions by: - Fedora contributions by: