diff --git a/macros b/macros index d326d1db3eb2537ac54acbec95563354696c653a..c6ec92e1cd03939f15828a2105698b5d96712746 100644 --- a/macros +++ b/macros @@ -429,7 +429,6 @@ for k,_ in pairs(stripped_flags) do print(k .. " ") end #arches macros %generic_arches %{ix86} x86_64 %{arm} aarch64 loongarch64 powerpc64le ppc64le sw_64 %ldc_arches %{generic_arches} -%valgrind_arches %{generic_arches} %nodejs_arches %{generic_arches} riscv64 %ldc_arches %{generic_arches} %mono_arches %{generic_arches} diff --git a/macros.valgrind-srpm b/macros.valgrind-srpm new file mode 100644 index 0000000000000000000000000000000000000000..f65aa802206d2194ba9b52a90d74d78d31db6428 --- /dev/null +++ b/macros.valgrind-srpm @@ -0,0 +1,3 @@ +# valgrind_arches lists what arches Valgrind works on + +%valgrind_arches %{ix86} x86_64 %{arm} aarch64 loongarch64 powerpc64le ppc64le diff --git a/openEuler-rpm-config.spec b/openEuler-rpm-config.spec index 9a956d4ab15838fa9d355a7762e6b9ae7452c44c..ee99e5615b6c077c82f40a87bb767d6c50ca05f7 100644 --- a/openEuler-rpm-config.spec +++ b/openEuler-rpm-config.spec @@ -3,7 +3,7 @@ Name: %{vendor}-rpm-config Version: 31 -Release: 23 +Release: 24 License: GPL+ AND MIT Summary: specific rpm configuration files URL: https://gitee.com/src-openeuler/openEuler-rpm-config @@ -32,6 +32,7 @@ Source103: macros.python Source104: macros.kmp Source105: macros.shell-completions Source106: macros.package-notes-srpm +Source107: macros.valgrind-srpm # Dependency generator scripts Source200: find-requires.ksyms @@ -210,6 +211,9 @@ sed -i "s|@OSCPE@|$(cat /etc/system-release-cpe)|" %{buildroot}%{rpmvdir}/%{vend %{rpmvdir}/find-requires.ksyms %changelog +* Mon May 12 2025 Funda Wang - 31-24 +- valgrind does not support sw_64 yet + * Wed Apr 30 2025 Funda Wang - 31-23 - Switch RPM payload to parallel zstd compression