Define QA_RPATH to stop complaints about valid DT_RPATH tags.

Resolves: #2026296
This commit is contained in:
Nick Clifton 2021-11-26 11:52:11 +00:00
parent 0b7d1fd517
commit e5d70f19c3
1 changed files with 7 additions and 1 deletions

View File

@ -39,7 +39,7 @@
Summary: A GNU collection of binary utilities
Name: binutils%{?name_cross}%{?_with_debug:-debug}
Version: 2.35.2
Release: 11%{?dist}
Release: 12%{?dist}
License: GPLv3+
URL: https://sourceware.org/binutils
@ -885,6 +885,9 @@ if [ -x gold/ld-new ]; then
cat %{?cross}gold.lang >> %{?cross}binutils.lang
fi
# Stop check-rpaths from complaining about standard runpaths.
export QA_RPATHS=0x0001
#----------------------------------------------------------------------------
%post
@ -975,6 +978,9 @@ exit 0
#----------------------------------------------------------------------------
%changelog
* Fri Nov 26 2021 Nick Clifton <nickc@redhat.com> - 2.32.2-12
- Define QA_RPATH to stop complaints about valid DT_RPATH tags. (#2026296)
* Wed Nov 24 2021 Nick Clifton <nickc@redhat.com> - 2.32.2-11
- Fix linker testsuite failures for s390x. (#2026295)