Bootstrap on riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-11-14 12:31:34 +02:00
parent 801e654a17
commit f9a38f4675
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB

View File

@ -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 <davidlt@rivosinc.com> - 7.3.13-1.0.riscv64
- Bootstrap on riscv64
* Wed Oct 04 2023 Miro Hrončok <mhroncok@redhat.com> - 7.3.13-1
- Update to 7.3.13
- Fixes: rhbz#2241297