diff --git a/macros.valgrind-srpm b/macros.valgrind-srpm index f65aa802206d2194ba9b52a90d74d78d31db6428..18882517ddc4fba1c3feee1d55e07229791e39f7 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 ee99e5615b6c077c82f40a87bb767d6c50ca05f7..e1d4c38e5deb47f8c0f776fe272d187da82e4e4e 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