From d707435ad8747da235e01a2a99fc8517e8217b61 Mon Sep 17 00:00:00 2001 From: chenyx2012 <975102023@qq.com> Date: Thu, 4 Aug 2022 08:05:18 +0000 Subject: [PATCH] License compliance rectification --- glibc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/glibc.spec b/glibc.spec index b59b2d3..2d61c80 100644 --- a/glibc.spec +++ b/glibc.spec @@ -65,9 +65,9 @@ ############################################################################## Name: glibc Version: 2.36 -Release: 1 +Release: 2 Summary: The GNU libc libraries -License: %{all_license} +License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ URL: http://www.gnu.org/software/glibc/ Source0: https://ftp.gnu.org/gnu/glibc/%{name}-%{version}.tar.xz @@ -1257,6 +1257,9 @@ fi %endif %changelog +* Thu Aug 4 2022 Chenyx - 2.36-2 +- License compliance rectification + * Tue Aug 2 2022 Qingqing Li - 2.36-1 - upgrade to 2.36 -- Gitee