NVR bump in order to allow rebuilding with correct GTS-15 tags. (RHEL-81744)

This commit is contained in:
Nick Clifton 2025-04-01 13:50:26 +01:00
parent e374874788
commit 45335de2bc

View File

@ -9,7 +9,7 @@ BuildRequires: scl-utils-build
Name: %{?scl_prefix}annobin
Summary: Annotate and examine compiled binary files
Version: 12.93
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
@ -635,5 +635,8 @@ make check GCC=%gcc_for_annobin CC=%gcc_for_annobin
#---------------------------------------------------------------------------------
%changelog
* Tue Apr 01 2025 Nick Clifton <nickc@redhat.com> - 12.93-2
- NVR bump in order to allow rebuilding with correct GTS-15 tags. (RHEL-81744)
* Fri Mar 28 2025 Nick Clifton <nickc@redhat.com> - 12.93-1
- Initial commit on c8s. (RHELPLAN-171846)