Disable testsuite for RISC-V

This commit is contained in:
Eduard Abdullin 2026-06-18 12:00:57 +00:00 committed by root
parent 48c5839140
commit 84d60b204b

View File

@ -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 <eabdullin@almalinux.org> - 2.46-1.alma.1
- Disable testsuite for RISC-V
* Mon Jun 08 2026 Nick Clifton <nickc@redhat.com> - 2.46-1
- Initial commit on c10s. (RHELMISC-34705)
- Resolves: RHELMISC-34705