Annocheck: Change FAIL for binaries built by a cross compiler to a MAYBE.

Resolves: RHEL-123671
This commit is contained in:
Nick Clifton 2025-10-27 12:48:33 +00:00
parent 54410cf3ed
commit b3c60b551b

View File

@ -1,7 +1,7 @@
Name: annobin
Summary: Annotate and examine compiled binary files
Version: 12.99
Version: 13.01
Release: 1%{?dist}
License: GPL-3.0-or-later AND LGPL-2.0-or-later AND (GPL-2.0-or-later WITH GCC-exception-2.0) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND GFDL-1.3-or-later
URL: https://sourceware.org/annobin/
@ -537,6 +537,9 @@ make check
#---------------------------------------------------------------------------------
%changelog
* Mon Oct 27 2025 Nick Clifton <nickc@redhat.com> - 13.01-1
- Annocheck: Change FAIL for binaries built by a cross compiler to a MAYBE. (RHEL-123671)
* Wed Aug 06 2025 Nick Clifton <nickc@redhat.com> - 12.99-1
- Annocheck: Improve detection of glibc static maths libraries. (RHEL-107470)