From fdf1402585f7562296e5ed1b066ecc3c0424c983 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Fri, 16 May 2025 10:17:02 +0800 Subject: [PATCH] valgrind support riscv since 3.25.0 --- macros.valgrind-srpm | 2 +- openEuler-rpm-config.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/macros.valgrind-srpm b/macros.valgrind-srpm index f65aa80..1888251 100644 --- a/macros.valgrind-srpm +++ b/macros.valgrind-srpm @@ -1,3 +1,3 @@ # valgrind_arches lists what arches Valgrind works on -%valgrind_arches %{ix86} x86_64 %{arm} aarch64 loongarch64 powerpc64le ppc64le +%valgrind_arches %{ix86} x86_64 %{arm} aarch64 loongarch64 powerpc64le ppc64le riscv64 diff --git a/openEuler-rpm-config.spec b/openEuler-rpm-config.spec index ee99e56..e1d4c38 100644 --- a/openEuler-rpm-config.spec +++ b/openEuler-rpm-config.spec @@ -3,7 +3,7 @@ Name: %{vendor}-rpm-config Version: 31 -Release: 24 +Release: 25 License: GPL+ AND MIT Summary: specific rpm configuration files URL: https://gitee.com/src-openeuler/openEuler-rpm-config @@ -211,6 +211,9 @@ sed -i "s|@OSCPE@|$(cat /etc/system-release-cpe)|" %{buildroot}%{rpmvdir}/%{vend %{rpmvdir}/find-requires.ksyms %changelog +* Fri May 16 2025 Funda Wang - 31-25 +- valgrind support riscv since 3.25.0 + * Mon May 12 2025 Funda Wang - 31-24 - valgrind does not support sw_64 yet -- Gitee