Backport upstream patch to allow readelf to recognize packaging metadata note.

This commit is contained in:
Nick Clifton 2021-12-02 13:21:29 +00:00
parent a2393deeee
commit 14b1fc0e7b

View File

@ -39,7 +39,7 @@
Summary: A GNU collection of binary utilities
Name: binutils%{?name_cross}%{?_with_debug:-debug}
Version: 2.37
Release: 21%{?dist}
Release: 22%{?dist}
License: GPLv3+
URL: https://sourceware.org/binutils
@ -325,7 +325,7 @@ Patch27: binutils-gas-multibyte-warnings.patch
# Lifetime: Fixed in 2.38.
Patch28: binutils-AArch64-EFI.patch
# Purpose: Recognize FDO Packaging Metadata ELF note in readelf
# Purpose: Recognize FDO Packaging Metadata ELF note in readelf.
# Lifetime: Fixed in 2.38.
Patch29: binutils-readelf-recognize-FDO-Packaging-Metadata-ELF-note.patch
@ -941,6 +941,9 @@ exit 0
#----------------------------------------------------------------------------
%changelog
* Thu Dec 02 2021 Luca Boccassi <luca.boccassi@microsoft.com> - 2.37-22
- Backport upstream patch to allow readelf to recognize packaging metadata note.
* Wed Dec 01 2021 Nick Clifton <nickc@redhat.com> - 2.37-21
- Add support for the EFI format to the AArch64 target. (#2027515)