This commit is contained in:
Jakub Jelinek 2022-04-15 11:17:01 +02:00
parent f5bb4cb667
commit af25bf63a7
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: annobin Name: annobin
Summary: Annotate and examine compiled binary files Summary: Annotate and examine compiled binary files
Version: 10.66 Version: 10.66
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv3+ License: GPLv3+
# Maintainer: nickc@redhat.com # Maintainer: nickc@redhat.com
# Web Page: https://sourceware.org/annobin/ # Web Page: https://sourceware.org/annobin/
@ -484,6 +484,9 @@ fi
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
%changelog %changelog
* Fri Apr 15 2022 Jakub Jelinek <jakub@redhat.com> - 10.66-2
- NVR bump to allow rebuild for new GCC.
* Wed Apr 13 2022 Nick Clifton <nickc@redhat.com> - 10.66-1 * Wed Apr 13 2022 Nick Clifton <nickc@redhat.com> - 10.66-1
- Annocheck: Do not complain about missing -mbranch-protection option in AArch64 binaries if compiled in LTO mode. - Annocheck: Do not complain about missing -mbranch-protection option in AArch64 binaries if compiled in LTO mode.