Another NVR bump to allow rebuild in CentOS stream.

Resolves: #1944548
This commit is contained in:
Nick Clifton 2021-04-08 15:32:24 +01:00
parent f10463d65a
commit 4f61f4b54b

View File

@ -2,7 +2,7 @@
Name: annobin
Summary: Annotate and examine compiled binary files
Version: 9.65
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv3+
# ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark
# Maintainer: nickc@redhat.com
@ -36,7 +36,7 @@ License: GPLv3+
# checking logic or when building on RHEL-7 or earlier.
%global with_hard_gcc_version_requirement 1
%bcond_without plugin_rebuild
%bcond_with plugin_rebuild
# Allow the building of annobin without using annobin itself.
# This is because if we are bootstrapping a new build environment we can have
# a new version of gcc installed, but without a new of annobin installed.
@ -324,6 +324,9 @@ fi
#---------------------------------------------------------------------------------
%changelog
* Thu Apr 08 2021 Nick Clifton <nickc@redhat.com> - 9.65-4
- Another NVR bump to allow rebuild in CentOS stream. (#1944548)
* Tue Mar 30 2021 Nick Clifton <nickc@redhat.com> - 9.65-3
- Another NVR bump to allow rebuild in CentOS stream.