From 66a43d7461380d66ed858be48f18b7b8832cfc81 Mon Sep 17 00:00:00 2001 From: zhoushuiqing Date: Thu, 29 Sep 2022 19:17:15 +0800 Subject: [PATCH] =?UTF-8?q?[SPEC=20Dependence]=20Add=20glibc=20installatio?= =?UTF-8?q?n=20dependency=20to=20libgcc=20=E9=97=AE=E9=A2=98=E5=8E=9F?= =?UTF-8?q?=E5=9B=A0:=20yum=E9=9C=80=E8=A6=81=E4=BE=9D=E8=B5=96libgcc?= =?UTF-8?q?=E7=9A=84=E5=BA=93=E6=96=87=E4=BB=B6=EF=BC=8C=E8=80=8Clibgcc?= =?UTF-8?q?=E5=8F=88=E4=BE=9D=E8=B5=96glibc-2.34=E7=9A=84=E5=BA=93?= =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=8C=E4=BD=86=E6=98=AF=E6=AD=A4=E6=97=B6?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E4=B8=8Aglibc=E7=89=88=E6=9C=AC=E6=98=AF?= =?UTF-8?q?=E4=BD=8E=E4=BA=8E2.34=E7=9A=84=E3=80=82=20=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E6=96=B9=E6=B3=95:=20=E5=9C=A8spec=E6=96=87=E4=BB=B6=E4=B8=AD?= =?UTF-8?q?=E4=B8=BAlibgcc=E6=B7=BB=E5=8A=A0=E4=BE=9D=E8=B5=96=E9=A1=B9?= =?UTF-8?q?=EF=BC=8C=E8=A6=81=E6=B1=82=E5=AE=89=E8=A3=85libgcc=E6=97=B6?= =?UTF-8?q?=E5=AE=89=E8=A3=85glibc-2.34=EF=BC=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gcc.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gcc.spec b/gcc.spec index fe52cad..8cd0958 100644 --- a/gcc.spec +++ b/gcc.spec @@ -61,7 +61,7 @@ Summary: Various compilers (C, C++, Objective-C, ...) Name: gcc Version: %{gcc_version} -Release: 11 +Release: 12 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD URL: https://gcc.gnu.org @@ -196,6 +196,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 @@ -2591,6 +2592,12 @@ end %doc rpm.doc/changelogs/libcc1/ChangeLog* %changelog +* Thu Sep 29 2022 zhoushuiqing - 10.3.1-12 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add glibc installation denpency to libgcc + * Fri May 6 2022 liyancheng <412998149@qq.com> - 10.3.1-11 - Type:Sync - ID:NA -- Gitee