This commit is contained in:
Jakub Jelinek 2022-04-23 22:06:11 +02:00
parent 6966a38a39
commit 9aa628699a
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: annobin
Summary: Annotate and examine compiled binary files
Version: 10.66
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv3+
# Maintainer: nickc@redhat.com
# Web Page: https://sourceware.org/annobin/
@ -459,6 +459,9 @@ fi
#---------------------------------------------------------------------------------
%changelog
* Sat Apr 23 2022 Jakub Jelinek <jakub@redhat.com> - 10.66-2
- NVR bump to rebuild against GCC 11.3.1-2.
* 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.