diff --git a/macros b/macros index 893b71973c47db8605b9a5e0a14c45ea6bc1c134..fe66361d4b4a4b93430ec09648e61894c9f53ecd 100644 --- a/macros +++ b/macros @@ -429,7 +429,7 @@ 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} +%valgrind_arches %{lua: print(string.gsub(rpm.expand('%{generic_arches}'), 'sw_64',''))} %nodejs_arches %{generic_arches} riscv64 %ldc_arches %{generic_arches} %mono_arches %{generic_arches} diff --git a/openEuler-rpm-config.spec b/openEuler-rpm-config.spec index e70b863fd8a5a653d987742a8c85e79c61576695..2da029bfd3ee9ab85455674370775d124a79052c 100644 --- a/openEuler-rpm-config.spec +++ b/openEuler-rpm-config.spec @@ -3,7 +3,7 @@ Name: %{vendor}-rpm-config Version: 31 -Release: 22 +Release: 23 License: GPL+ AND MIT Summary: specific rpm configuration files URL: https://gitee.com/src-openeuler/openEuler-rpm-config @@ -210,6 +210,9 @@ sed -i "s|@OSCPE@|$(cat /etc/system-release-cpe)|" %{buildroot}%{rpmvdir}/%{vend %{rpmvdir}/find-requires.ksyms %changelog +* Sun Apr 27 2025 Funda Wang - 31-23 +- valgrind does not support sw_64 yet + * Sun Apr 06 2025 Funda Wang - 31-22 - %%_fix_broken_configure_for_lto: preserve line continuations