From a45ac19bc6c1fb66a4b6c51fad44e0f693077e7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Tue, 8 Dec 2020 06:38:32 +0100 Subject: [PATCH] Temporarily disabled the hard gcc requirement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- annobin.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/annobin.spec b/annobin.spec index e4d0aa5..86295e8 100644 --- a/annobin.spec +++ b/annobin.spec @@ -2,7 +2,7 @@ Name: annobin Summary: Annotate and examine compiled binary files Version: 9.46 -Release: 2%{?dist} +Release: 2.1%{?dist} License: GPLv3+ # ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark # Maintainer: nickc@redhat.com @@ -34,7 +34,7 @@ License: GPLv3+ # 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 # checking logic or when building on RHEL-7 or earlier. -%global with_hard_gcc_version_requirement 1 +%global with_hard_gcc_version_requirement 0 %bcond_with plugin_rebuild # Allow the building of annobin without using annobin itself. @@ -323,6 +323,9 @@ fi #--------------------------------------------------------------------------------- %changelog +* Tue Dec 08 2020 Petr Šabata - 9.46-2.1 +- Temporarily disable the hard requirement for gcc bump + * Fri Nov 27 2020 Jakub Jelinek - 9.46-2 - NVR bump for another ELN sidetag rebuild.