From 84d60b204b2be1e04a0f116bbd082c218e97339f Mon Sep 17 00:00:00 2001 From: Eduard Abdullin Date: Thu, 18 Jun 2026 12:00:57 +0000 Subject: [PATCH] Disable testsuite for RISC-V --- binutils.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/binutils.spec b/binutils.spec index 2191ec5..5aa0fcc 100644 --- a/binutils.spec +++ b/binutils.spec @@ -21,7 +21,7 @@ Name: %{?scl_prefix}binutils # The variable %%{source} (see below) should be set to indicate which of these # origins is being used. Version: 2.46 -Release: 1%{?dist} +Release: 1%{?dist}.alma.1 License: GPL-3.0-or-later AND (GPL-3.0-or-later WITH Bison-exception-2.2) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND BSD-3-Clause AND GFDL-1.3-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later URL: https://sourceware.org/binutils @@ -128,6 +128,9 @@ URL: https://sourceware.org/binutils %bcond_without systemzlib # Default: run the testsuites. %bcond_without testsuite +%ifarch riscv64 +%undefine with_testsuite +%endif # Default: use the xxhash-devel library. %bcond_without xxhash # Default: Use the libztsd-devel library. @@ -1646,6 +1649,9 @@ exit 0 #---------------------------------------------------------------------------- %changelog +* Thu Jun 18 2026 Eduard Abdullin - 2.46-1.alma.1 +- Disable testsuite for RISC-V + * Mon Jun 08 2026 Nick Clifton - 2.46-1 - Initial commit on c10s. (RHELMISC-34705) - Resolves: RHELMISC-34705