This commit is contained in:
Jakub Jelinek 2022-05-09 10:47:20 +02:00
parent a97b6b4513
commit 8a6c459d16
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.69
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv3+
# Maintainer: nickc@redhat.com
# Web Page: https://sourceware.org/annobin/
@ -484,6 +484,9 @@ fi
#---------------------------------------------------------------------------------
%changelog
* Mon May 09 2022 Jakub Jelinek <jakub@redhat.com> - 10.69-2
- NVR bump to allow rebuild for new GCC.
* Fri May 06 2022 Nick Clifton <nickc@redhat.com> - 10.69-1
- Annocheck: Do not complain about unenabled -mbranch-protection option in AArch64 binaries if compiled using LTO. (#2082146)