NVR Bump to allow rebuilding against LLVM-18.

Resvoles: RHEL-27727
This commit is contained in:
Nick Clifton 2024-05-07 11:03:34 +01:00
parent 3b1491b65a
commit e26c757706

View File

@ -2,7 +2,7 @@
Name: annobin
Summary: Annotate and examine compiled binary files
Version: 12.52
Release: 1%{?dist}
Release: 2%{?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
@ -531,6 +531,9 @@ make check
#---------------------------------------------------------------------------------
%changelog
* Tue May 07 2024 Nick Clifton <nickc@redhat.com> - 12.52-2
- NVR Bump to allow rebuilding against LLVM-18. (RHEL-27727)
* Thu Apr 25 2024 Nick Clifton <nickc@redhat.com> - 12.52-1
- Annocheck: Add OpenSSL Engine test. (PTG-319)
- Annocheck: Test for gaps even when only one note is present.