diff --git a/gcc.spec b/gcc.spec index 21b83b42a74e6e937dcb13a2a1c9caaa28bb8ea6..6e3085952c664e483e28cd16cda118bf074608e8 100644 --- a/gcc.spec +++ b/gcc.spec @@ -61,7 +61,7 @@ Summary: Various compilers (C, C++, Objective-C, ...) Name: gcc Version: %{gcc_version} -Release: 16 +Release: 17 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD URL: https://gcc.gnu.org @@ -208,6 +208,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 @@ -2684,6 +2685,12 @@ end %doc rpm.doc/changelogs/libcc1/ChangeLog* %changelog +* Thu Sep 29 2022 zhoushuiqing - 10.3.1-17 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add glibc installation denpency to libgcc + * Fri Sep 16 2022 eastb233 - 10.3.1-16 - Type:Sync - ID:NA