Disable bootstrap

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2021-10-15 07:01:55 +03:00
parent 8228f84c9b
commit 0743ebbb59
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 2 deletions

View File

@ -17,7 +17,7 @@ URL: https://www.python.org/
#global prerel ...
%global upstream_version %{general_version}%{?prerel}
Version: %{general_version}%{?prerel:~%{prerel}}
Release: 1.0.riscv64%{?dist}
Release: 1.1.riscv64%{?dist}
License: Python
@ -60,7 +60,7 @@ License: Python
# IMPORTANT: When bootstrapping, it's very likely the wheels for pip and
# setuptools are not available. Turn off the rpmwheels bcond until
# the two packages are built with wheels to get around the issue.
%bcond_without bootstrap
%bcond_with bootstrap
# Whether to use RPM build wheels from the python-{pip,setuptools}-wheel package
# Uses upstream bundled prebuilt wheels otherwise
@ -1589,6 +1589,9 @@ CheckPython optimized
# ======================================================
%changelog
* Fri Oct 15 2021 David Abdurachmanov <david.abdurachmanov@gmail.com> - 3.10.0-1.1.riscv64
- Disable bootstrap
* Thu Oct 14 2021 David Abdurachmanov <david.abdurachmanov@gmail.com> - 3.10.0-1.0.riscv64
- Enable riscv64