From b3c60b551b863f020f56402f8e7e749859ac9bad Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 27 Oct 2025 12:48:33 +0000 Subject: [PATCH] Annocheck: Change FAIL for binaries built by a cross compiler to a MAYBE. Resolves: RHEL-123671 --- annobin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/annobin.spec b/annobin.spec index 2ba0d0b..6d80bb1 100644 --- a/annobin.spec +++ b/annobin.spec @@ -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 - 13.01-1 +- Annocheck: Change FAIL for binaries built by a cross compiler to a MAYBE. (RHEL-123671) + * Wed Aug 06 2025 Nick Clifton - 12.99-1 - Annocheck: Improve detection of glibc static maths libraries. (RHEL-107470)