diff --git a/binutils.spec b/binutils.spec index a5a5144..cc0a48c 100644 --- a/binutils.spec +++ b/binutils.spec @@ -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 - 2.37-22 +- Backport upstream patch to allow readelf to recognize packaging metadata note. + * Wed Dec 01 2021 Nick Clifton - 2.37-21 - Add support for the EFI format to the AArch64 target. (#2027515)