From fde5cf04dd9d6e8469b5f7042866d8fea5078a69 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Tue, 15 Nov 2022 09:03:33 +0200 Subject: [PATCH] Bootstrap on riscv64 Signed-off-by: David Abdurachmanov --- python3.12.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python3.12.spec b/python3.12.spec index 5595478..e9c52bc 100644 --- a/python3.12.spec +++ b/python3.12.spec @@ -17,7 +17,7 @@ URL: https://www.python.org/ %global prerel a1 %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 2%{?dist} +Release: 2.0.riscv64%{?dist} License: Python-2.0.1 # Getting this build in Koji on 32bit ARM is frustrating due to technical problems @@ -70,7 +70,7 @@ ExcludeArch: %{arm} # 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_with bootstrap +%bcond_without bootstrap # Whether to use RPM build wheels from the python-{pip,setuptools}-wheel package # Uses upstream bundled prebuilt wheels otherwise @@ -1633,6 +1633,9 @@ CheckPython optimized # ====================================================== %changelog +* Tue Nov 15 2022 David Abdurachmanov - 3.12.0~a1-2.0.riscv64 +- Bootstrap on riscv64 + * Thu Oct 27 2022 Miro HronĨok - 3.12.0~a1-2 - Finish initial bootstrap of Python 3.12.0a1