From a1104fdc08585062412f96b2c1a70b76a80612aa Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 5 May 2022 15:30:32 -0400 Subject: [PATCH] Fix annobin conditional to build for ELN Signed-off-by: Stephen Gallagher --- gcc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gcc.spec b/gcc.spec index 3932f21..564a3c3 100644 --- a/gcc.spec +++ b/gcc.spec @@ -117,7 +117,7 @@ %ifarch x86_64 %global multilib_32_arch i686 %endif -%if 0%{?fedora} >= 36 +%if 0%{?fedora} >= 36 || 0%{?rhel} >= 10 %global build_annobin_plugin 1 %else %global build_annobin_plugin 0 @@ -125,7 +125,7 @@ Summary: Various compilers (C, C++, Objective-C, ...) Name: gcc Version: %{gcc_version} -Release: %{gcc_release}.17%{?dist} +Release: %{gcc_release}.18%{?dist} # libgcc, libgfortran, libgomp, libstdc++ and crtstuff have # GCC Runtime Exception. License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD @@ -3225,6 +3225,9 @@ end %endif %changelog +* Thu May 05 2022 Stephen Gallagher 12.0.1-0.18 +- Fix annobin plugin conditional to build for ELN + * Fri Apr 29 2022 Jakub Jelinek 12.0.1-0.17 - update from trunk and releases/gcc-12 branch - GCC 12.1-rc1