Enable bootstrapping.
Resolves: RHEL-51183
This commit is contained in:
parent
a4baf7f0a6
commit
2c934cd649
@ -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 <nickc@redhat.com> - 12.65-3
|
||||
- Spec File: Enable bootstrapping.
|
||||
|
||||
* Thu Aug 01 2024 Nick Clifton <nickc@redhat.com> - 12.65-2
|
||||
- Spec File: Remove spurious dash from install path of gcc plugin. (RHEL-51183)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user