Require install-info
Resolves: RHEL-62417
This commit is contained in:
parent
b6292df044
commit
cf7f796118
4
gcc.spec
4
gcc.spec
@ -445,6 +445,8 @@ Summary: Fortran support for GCC %{gcc_major}
|
||||
Requires: %{?scl_prefix}gcc%{!?scl:13} = %{version}-%{release}
|
||||
Requires: libgfortran >= 8.1.1
|
||||
Autoreq: true
|
||||
Requires(post): /sbin/install-info
|
||||
Requires(preun): /sbin/install-info
|
||||
|
||||
%if %{build_libquadmath}
|
||||
%if 0%{!?scl:1}
|
||||
@ -2832,6 +2834,7 @@ fi
|
||||
- revert -mearly-ldp-fusion and -mlate-ldp-fusion default to enabled on
|
||||
aarch64 to match upstream (RHEL-74059)
|
||||
- consider TARGET_EXPR invariant like SAVE_EXPR (PR c++/118509)
|
||||
- have gfortran require install-info (RHEL-62417)
|
||||
|
||||
* Thu Aug 22 2024 Marek Polacek <polacek@redhat.com> 14.2.1-1.2
|
||||
- bump NVR (RHEL-53492)
|
||||
@ -2871,7 +2874,6 @@ fi
|
||||
tree-optimization/115867, tree-optimization/115868,
|
||||
tree-optimization/116034, tree-optimization/116057
|
||||
|
||||
|
||||
* Tue Jul 23 2024 Marek Polacek <polacek@redhat.com> 14.1.1-7
|
||||
- update to GCC 14 (RHEL-30412)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user