This commit is contained in:
Jakub Jelinek 2022-02-14 10:10:40 +01:00
parent 41efc42594
commit 4f1eb1f73a
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.54
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv3+
# Maintainer: nickc@redhat.com
# Web Page: https://sourceware.org/annobin/
@ -491,6 +491,9 @@ fi
#---------------------------------------------------------------------------------
%changelog
* Mon Feb 14 2022 Jakub Jelinek <jakub@redhat.com> - 10.54-2
- NVR bump to allow rebuild for new GCC.
* Fri Feb 11 2022 Nick Clifton <nickc@redhat.com> - 10.54-1
- Annocheck: Skip PIE anf PIC tests for GO binaries.