From f2997881ff67cc468ff52d72ae6433169b4c9cd3 Mon Sep 17 00:00:00 2001 From: const Date: Thu, 8 Jun 2023 08:20:19 +0000 Subject: [PATCH] gcc: add glibc installation dependency to libgcc --- gcc.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gcc.spec b/gcc.spec index a913bb2..c0b9b9f 100644 --- a/gcc.spec +++ b/gcc.spec @@ -61,7 +61,7 @@ Summary: Various compilers (C, C++, Objective-C, ...) Name: gcc Version: %{gcc_version} -Release: 15 +Release: 16 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD URL: https://gcc.gnu.org @@ -200,6 +200,7 @@ Obsoletes: libcilkrts-static Obsoletes: libmpx Obsoletes: libmpx-static %endif +Requires: glibc >= 2.34-70 %description -n libgcc This package contains GCC shared support library which is needed @@ -2617,6 +2618,12 @@ end %doc rpm.doc/changelogs/libcc1/ChangeLog* %changelog +* Thu Jun 8 2023 shixuantong - 10.3.1-16 +- Type:Bugfix +- ID:NA +- SUG:NA +- DESC: add glibc installation dependency to libgcc + * Wed Apr 12 2023 huangxiaoquan - 10.3.1-15 - Type:enhancement - ID:NA -- Gitee