diff --git a/binutils.spec b/binutils.spec index 980c936..0209dbd 100644 --- a/binutils.spec +++ b/binutils.spec @@ -2,7 +2,7 @@ Summary: A GNU collection of binary utilities Name: binutils%{?_with_debug:-debug} Version: 2.41 -Release: 57%{?dist} +Release: 58%{?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 @@ -908,13 +908,6 @@ build_target() pushd $builddir -%if 0%{?rhel} == 10 -# Work around https://issues.redhat.com/browse/RHEL-49348 -%ifarch ppc64le -export GLIBC_TUNABLES=glibc.cpu.hwcaps=-arch_3_1 -%endif -%endif - %if %{with docs} # Because of parallel building, info has to be made after all. %make_build %{_smp_mflags} tooldir=%{_prefix} all @@ -1433,6 +1426,9 @@ exit 0 #---------------------------------------------------------------------------- %changelog +* Wed Aug 06 2025 Nick Clifton - 2.41-58 +- Remove workaround for CVE-2025-5702. (RHEL-100159) + * Mon Jun 30 2025 Nick Clifton - 2.41-57 - Add fix for CVE-2025-5244. (RHEL-100417) - USe correct fix for CVE-2025-5702. (RHEL-100159)