Fix the handling of the /usr/bin/ld file.

Resolves: #2042447
This commit is contained in:
Nick Clifton 2022-01-24 12:51:52 +00:00
parent 4561742f3d
commit b3206130f8

View File

@ -39,7 +39,7 @@
Summary: A GNU collection of binary utilities Summary: A GNU collection of binary utilities
Name: binutils%{?name_cross}%{?_with_debug:-debug} Name: binutils%{?name_cross}%{?_with_debug:-debug}
Version: 2.35.2 Version: 2.35.2
Release: 15%{?dist} Release: 16%{?dist}
License: GPLv3+ License: GPLv3+
URL: https://sourceware.org/binutils URL: https://sourceware.org/binutils
@ -945,8 +945,8 @@ exit 0
%license COPYING COPYING3 COPYING3.LIB COPYING.LIB %license COPYING COPYING3 COPYING3.LIB COPYING.LIB
%doc README %doc README
%{_bindir}/%{?cross}[!l]* %{_bindir}/%{?cross}[!l]*
# %%verify(symlink) does not work for some reason, so using "owner" instead. # Strictly speaking ld is a symlink not a ghost file, but %%verify does not support symlinks
%verify(owner) %{_bindir}/%{?cross}ld %ghost %{_bindir}/%{?cross}ld
%{_bindir}/%{?cross}ld.bfd %{_bindir}/%{?cross}ld.bfd
%if %{with docs} %if %{with docs}
@ -986,6 +986,9 @@ exit 0
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
%changelog %changelog
* Fri Jan 21 2022 Nick Clifton <nickc@redhat.com> - 2.35.2-16
- Fix the handling of the /usr/bin/ld file. (#2042447)
* Tue Jan 18 2022 Nick Clifton <nickc@redhat.com> - 2.35.2-15 * Tue Jan 18 2022 Nick Clifton <nickc@redhat.com> - 2.35.2-15
- Fix testsuite failures. (#2039325) - Fix testsuite failures. (#2039325)