From 5e17ad2437d74799d69a1c84f39e73734874e58a Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Mon, 7 Jun 2021 19:40:29 +0200 Subject: [PATCH] 3.17.0-4 Related: #1953752 routine rebase of valgrind for rhel 9 gdbserver tests hang on aarch64, skip full regexp tests. --- valgrind.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/valgrind.spec b/valgrind.spec index 777be70..08878c7 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -3,7 +3,7 @@ Summary: Tool for finding memory management bugs in programs Name: %{?scl_prefix}valgrind Version: 3.17.0 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 1 License: GPLv2+ URL: http://www.valgrind.org/ @@ -60,7 +60,8 @@ URL: http://www.valgrind.org/ %global run_full_regtest 1 %endif %if 0%{?rhel} - %global run_full_regtest (%rhel >= 7) + # NOTE. CURRENTLY DISABLED ON ALL + %global run_full_regtest 0 %endif %endif @@ -491,6 +492,9 @@ fi %endif %changelog +* Mon Jun 7 2021 Mark Wielaard - 3.17.0-5 +- Disable run_full_regtest. + * Thu Jun 3 2021 Mark Wielaard - 3.17.0-4 - Add valgrind-3.17.0-s390_insn_as_string.patch - Add valgrind-3.17.0-debuginfod.patch