Annocheck: Add more files to the gcc heuristics list.

Resolves: RHEL-150659
This commit is contained in:
Nick Clifton 2026-02-25 09:41:02 +00:00
parent 3c77548993
commit 573690a3ec

View File

@ -1,8 +1,8 @@
Name: annobin
Summary: Annotate and examine compiled binary files
Version: 13.02
Release: 2%{?dist}
Version: 13.06
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/
# Maintainer: nickc@redhat.com
@ -537,6 +537,12 @@ make check
#---------------------------------------------------------------------------------
%changelog
* Mon Feb 23 2026 Nick Clifton <nickc@redhat.com> - 13.06-1
- Annocheck: Add more files to the gcc heuristics list. (RHEL-150659)
- Annocheck: Add .fc44 to list of known rpm file extensions.
- Annocheck: Fix compile time warnings from GCC-15 re: strchr returning a const char *.
- Annocheck: Skip production test for gcc libraries. (RHEL-123175)
* Tue Jan 13 2026 Nick Clifton <nickc@redhat.com> - 13.02-2
- Rebuild against LLVM 21. (RHEL-108331)