Compare commits

..

No commits in common. "a10s" and "c10s" have entirely different histories.
a10s ... c10s

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}.alma.1
Release: 2%{?dist}
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,9 +128,6 @@ 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.
@ -1639,9 +1636,6 @@ 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)