import UBI gcc-toolset-12-binutils-2.38-19.el9
This commit is contained in:
parent
e30f5b2be5
commit
4267725820
@ -1,4 +1,9 @@
|
||||
|
||||
|
||||
%{?scl_package:%global scl gcc-toolset-12}
|
||||
%global scl_prefix gcc-toolset-12-
|
||||
BuildRequires: scl-utils-build
|
||||
|
||||
%global __python /usr/bin/python3
|
||||
%{?scl:%scl_package binutils}
|
||||
|
||||
@ -42,7 +47,7 @@
|
||||
Summary: A GNU collection of binary utilities
|
||||
Name: %{?scl_prefix}%{?cross}binutils%{?_with_debug:-debug}
|
||||
Version: 2.38
|
||||
Release: 17%{?dist}.1
|
||||
Release: 19%{?dist}
|
||||
License: GPLv3+
|
||||
URL: https://sourceware.org/binutils
|
||||
|
||||
@ -321,11 +326,12 @@ BuildRequires: automake
|
||||
BuildRequires: %{?scl_prefix}gcc
|
||||
BuildRequires: %{?scl_prefix}gcc-c++
|
||||
BuildRequires: %{?scl_prefix}annobin-plugin-gcc
|
||||
BuildRequires: %{?scl_prefix}gcc-plugin-annobin
|
||||
%define gcc_for_libraries %{?_scl_root}/usr/bin/gcc
|
||||
%define gxx_for_libraries %{?_scl_root}/usr/bin/g++
|
||||
# Note - during GTS bootstrap it may be necessary to build the binutils without
|
||||
# annobin annotations.
|
||||
# %%undefine _annotated_build
|
||||
%undefine _annotated_build
|
||||
|
||||
# Can be dropped once binutils-ld-read-only-script.patch is removed
|
||||
BuildRequires: bison
|
||||
@ -954,6 +960,12 @@ exit 0
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
%changelog
|
||||
* Thu Aug 17 2023 Nick Clifton <nickc@redhat.comn> - 2.38-19
|
||||
- Add a build requirement on gcc-plugin-annobin. (#2216456)
|
||||
|
||||
* Tue Aug 15 2023 Nick Clifton <nickc@redhat.comn> - 2.38-18
|
||||
- Use z-stream NVR: Fix the Provides fields of the binutils-gold and binutils-devel subpackages. (#2216456)
|
||||
|
||||
* Thu Jul 20 2023 Nick Clifton <nickc@redhat.comn> - 2.38-17.1
|
||||
- Use z-stream NVR: Fix the Provides fields of the binutils-gold and binutils-devel subpackages. (#2220917)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user