From f9a38f4675922929f98cc685c60aec2702af1a6f Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Tue, 14 Nov 2023 12:31:34 +0200 Subject: [PATCH] Bootstrap on riscv64 Signed-off-by: David Abdurachmanov --- pypy.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pypy.spec b/pypy.spec index 0387847..6f1b5f5 100644 --- a/pypy.spec +++ b/pypy.spec @@ -6,7 +6,7 @@ Name: pypy Version: %{basever}.13 %global pyversion 2.7 -Release: 1%{?dist} +Release: 1.0.riscv64%{?dist} Summary: Python implementation with a Just-In-Time compiler # PyPy is MIT @@ -124,7 +124,7 @@ ExcludeArch: %{ix86} %if 0%{?rhel} == 6 %global with_emacs 0 %else -%global with_emacs 1 +%global with_emacs 0 %endif # Easy way to enable/disable verbose logging: @@ -215,7 +215,7 @@ Patch399: 399-cve-2023-24329.patch # Turn it off with this boolean, to revert back to rebuilding using CPython # and avoid a cycle in the build-time dependency graph: -%global use_self_when_building 1 +%global use_self_when_building 0 %if 0%{use_self_when_building} BuildRequires: pypy2 %global bootstrap_python_interp pypy2 @@ -243,7 +243,7 @@ BuildRequires: chrpath BuildRequires: python-rpm-macros -%ifnarch s390 +%ifarch %{valgrind_arches} BuildRequires: valgrind-devel %endif @@ -886,6 +886,9 @@ CheckPyPy %{name}-c-stackless %changelog +* Mon Nov 14 2023 David Abdurachmanov - 7.3.13-1.0.riscv64 +- Bootstrap on riscv64 + * Wed Oct 04 2023 Miro HronĨok - 7.3.13-1 - Update to 7.3.13 - Fixes: rhbz#2241297