From 2c934cd649b778eb8a2fe5405f097e45beae5741 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 1 Aug 2024 15:01:46 +0100 Subject: [PATCH] Enable bootstrapping. Resolves: RHEL-51183 --- annobin.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/annobin.spec b/annobin.spec index 32b40f6..2228edd 100644 --- a/annobin.spec +++ b/annobin.spec @@ -9,7 +9,7 @@ BuildRequires: scl-utils-build Name: %{?scl_prefix}annobin Summary: Annotate and examine compiled binary files Version: 12.65 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL-3.0-or-later AND LGPL-2.0-or-later AND (GPL-2.0-or-later WITH GCC-exception-2.0) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND GFDL-1.3-or-later URL: https://sourceware.org/annobin/ # Maintainer: nickc@redhat.com @@ -74,7 +74,7 @@ URL: https://sourceware.org/annobin/ # Bootstrapping: Set this to 1 to build annobin with the system gcc. # Then once GTS-gcc is built and in the buildroot, reset this variable # to 0, bump the NVR and rebuild GTS-annobin. -%define bootstrapping 0 +%define bootstrapping 1 #--------------------------------------------------------------------------------- @@ -621,6 +621,9 @@ make check GCC=%gcc_for_annobin #--------------------------------------------------------------------------------- %changelog +* Thu Aug 01 2024 Nick Clifton - 12.65-3 +- Spec File: Enable bootstrapping. + * Thu Aug 01 2024 Nick Clifton - 12.65-2 - Spec File: Remove spurious dash from install path of gcc plugin. (RHEL-51183)