Reverting for gcc11

Signed-off-by: Petr Šabata <contyk@redhat.com>
This commit is contained in:
Petr Šabata 2020-12-08 07:02:03 +01:00
parent a45ac19bc6
commit c9e3fd0c83

View File

@ -2,7 +2,7 @@
Name: annobin Name: annobin
Summary: Annotate and examine compiled binary files Summary: Annotate and examine compiled binary files
Version: 9.46 Version: 9.46
Release: 2.1%{?dist} Release: 2.2%{?dist}
License: GPLv3+ License: GPLv3+
# ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark # ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark
# Maintainer: nickc@redhat.com # Maintainer: nickc@redhat.com
@ -34,7 +34,7 @@ License: GPLv3+
# Set this to zero to disable the requirement for a specific version of gcc. # Set this to zero to disable the requirement for a specific version of gcc.
# This should only be needed if there is some kind of problem with the version # This should only be needed if there is some kind of problem with the version
# checking logic or when building on RHEL-7 or earlier. # checking logic or when building on RHEL-7 or earlier.
%global with_hard_gcc_version_requirement 0 %global with_hard_gcc_version_requirement 1
%bcond_with plugin_rebuild %bcond_with plugin_rebuild
# Allow the building of annobin without using annobin itself. # Allow the building of annobin without using annobin itself.
@ -323,6 +323,9 @@ fi
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
%changelog %changelog
* Tue Dec 08 2020 Petr Šabata <contyk@redhat.com> - 9.46-2.2
- Revert the last change
* Tue Dec 08 2020 Petr Šabata <contyk@redhat.com> - 9.46-2.1 * Tue Dec 08 2020 Petr Šabata <contyk@redhat.com> - 9.46-2.1
- Temporarily disable the hard requirement for gcc bump - Temporarily disable the hard requirement for gcc bump