Rebuild to switch back to system annobin (#2106262)

Related: #2106262
This commit is contained in:
Florian Weimer 2022-07-20 18:46:06 +02:00
parent a34ab4622e
commit 121eba54cc
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.73
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv3+
# Maintainer: nickc@redhat.com
# Web Page: https://sourceware.org/annobin/
@ -362,6 +362,9 @@ fi
#---------------------------------------------------------------------------------
%changelog
* Wed Jul 20 2022 Florian Weimer <fweimer@redhat.com> - 10.73-2
- Rebuild to switch back to system annobin (#2106262)
* Tue May 17 2022 Nick Clifton <nickc@redhat.com> - 10.73-1
- Annocheck: Fix handling of command line options that take arguments. (#2086850)
- Annocheck: Do not complain about unenabled -mbranch-protection option in AArch64 binaries. (#2078909)