Compare commits

...

2 Commits
c10s ... a10s

Author SHA1 Message Date
Eduard Abdullin
436e5d3e4d Disable testsuite for RISC-V 2026-07-15 04:21:02 +00:00
Eduard Abdullin
84d60b204b Disable testsuite for RISC-V 2026-06-18 12:00:57 +00:00

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: 2%{?dist}
Release: 2%{?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.
@ -1636,6 +1639,9 @@ exit 0
#----------------------------------------------------------------------------
%changelog
* Wed Jul 15 2026 Eduard Abdullin <eabdullin@almalinux.org> - 2.46-2.alma.1
- Disable testsuite for RISC-V
* Mon Jul 06 2026 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.46-2
- Fix alternatives path when bootstrapping (RHEL-191862)