From 64e20f03023cec3fe306631cc5d86e943fb2586a Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 18 Oct 2023 09:59:14 +0300 Subject: [PATCH] Disable Python for Pytho 3.12 bootstrap on riscv64 This is needed for GDB. Signed-off-by: David Abdurachmanov --- boost.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/boost.spec b/boost.spec index 07fffd5..037f40a 100644 --- a/boost.spec +++ b/boost.spec @@ -30,7 +30,7 @@ %bcond_without context %endif -%bcond_without python3 +%bcond_with python3 %ifnarch %{ix86} x86_64 %bcond_with quadmath @@ -42,7 +42,7 @@ Name: boost %global real_name boost Summary: The free peer-reviewed portable C++ source libraries Version: 1.78.0 -Release: 11.0.riscv64%{?dist} +Release: 11.1.riscv64%{?dist} License: Boost and MIT and Python # Replace each . with _ in %%{version} @@ -1293,6 +1293,9 @@ fi %{_mandir}/man1/b2.1* %changelog +* Wed Oct 18 2023 David Abdurachmanov - 1.78.0-11.1.riscv64 +- Disable python (for Python 3.12 bootstrap on riscv64) + * Wed Mar 01 2023 David Abdurachmanov - 1.78.0-11.0.riscv64 - Enable context on riscv64