diff --git a/python3.10.spec b/python3.10.spec index cd660d1..d827429 100644 --- a/python3.10.spec +++ b/python3.10.spec @@ -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 - 3.10.0-1.1.riscv64 +- Disable bootstrap + * Thu Oct 14 2021 David Abdurachmanov - 3.10.0-1.0.riscv64 - Enable riscv64