public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: Fix annobin conditional to build for ELN
@ 2026-06-29 12:29 Stephen Gallagher
0 siblings, 0 replies; only message in thread
From: Stephen Gallagher @ 2026-06-29 12:29 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : a1104fdc08585062412f96b2c1a70b76a80612aa
Author : Stephen Gallagher <sgallagh@redhat.com>
Date : 2022-05-05T15:41:03-04:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/a1104fdc08585062412f96b2c1a70b76a80612aa?branch=rhel-f41-base
Log:
Fix annobin conditional to build for ELN
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
---
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 <sgallagh@redhat.com> 12.0.1-0.18
+- Fix annobin plugin conditional to build for ELN
+
* Fri Apr 29 2022 Jakub Jelinek <jakub@redhat.com> 12.0.1-0.17
- update from trunk and releases/gcc-12 branch
- GCC 12.1-rc1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-29 12:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:29 [rpms/gcc] rhel-f41-base: Fix annobin conditional to build for ELN Stephen Gallagher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox