Require gcc-toolset-N-runtime
Resolves: RHEL-94762
This commit is contained in:
parent
925f62f9c4
commit
0424e3f492
@ -171,7 +171,7 @@ BuildRequires: gcc-toolset-%{gts_ver}-devel
|
|||||||
Summary: GCC version %{gcc_major}
|
Summary: GCC version %{gcc_major}
|
||||||
Name: %{?scl_prefix}gcc
|
Name: %{?scl_prefix}gcc
|
||||||
Version: %{gcc_version}
|
Version: %{gcc_version}
|
||||||
Release: %{gcc_release}.3%{?dist}
|
Release: %{gcc_release}.4%{?dist}
|
||||||
# License notes for some of the less obvious ones:
|
# License notes for some of the less obvious ones:
|
||||||
# gcc/doc/cppinternals.texi: Linux-man-pages-copyleft-2-para
|
# gcc/doc/cppinternals.texi: Linux-man-pages-copyleft-2-para
|
||||||
# isl: MIT, BSD-2-Clause
|
# isl: MIT, BSD-2-Clause
|
||||||
@ -300,9 +300,7 @@ Requires: libgcc >= 4.1.2-43
|
|||||||
Requires: libgomp >= 4.4.4-13
|
Requires: libgomp >= 4.4.4-13
|
||||||
# lto-wrapper invokes make
|
# lto-wrapper invokes make
|
||||||
Requires: make
|
Requires: make
|
||||||
%if %have_scl_utils
|
Requires: %{?scl_prefix}runtime >= %{gts_ver}.0
|
||||||
%{?scl:Requires:%scl_runtime}
|
|
||||||
%endif
|
|
||||||
AutoReq: true
|
AutoReq: true
|
||||||
# Various libraries are imported. #1859893 asks us to list them all.
|
# Various libraries are imported. #1859893 asks us to list them all.
|
||||||
Provides: bundled(libiberty)
|
Provides: bundled(libiberty)
|
||||||
@ -2912,6 +2910,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 20 2025 Siddhesh Poyarekar <siddhesh@redhat.com> 15.1.1-2.4
|
||||||
|
- Require gcc-toolset-N-runtime (RHEL-94672)
|
||||||
|
|
||||||
* Mon Jun 16 2025 Marek Polacek <polacek@redhat.com> 15.1.1-2.3
|
* Mon Jun 16 2025 Marek Polacek <polacek@redhat.com> 15.1.1-2.3
|
||||||
- ship libstdc++.modules.json (RHEL-97043)
|
- ship libstdc++.modules.json (RHEL-97043)
|
||||||
- configure with --with-long-double-format=ieee (RHEL-97055)
|
- configure with --with-long-double-format=ieee (RHEL-97055)
|
||||||
|
Loading…
Reference in New Issue
Block a user