From 246f74b44d22ea48df1420c417962b4015f609a2 Mon Sep 17 00:00:00 2001 From: wangshuo Date: Mon, 8 Feb 2021 10:41:03 +0800 Subject: [PATCH] Add description for SOURCE --- glibc.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/glibc.spec b/glibc.spec index 7292a90..6b3079c 100644 --- a/glibc.spec +++ b/glibc.spec @@ -59,7 +59,7 @@ ############################################################################## Name: glibc Version: 2.28 -Release: 59 +Release: 60 Summary: The GNU libc libraries License: %{all_license} URL: http://www.gnu.org/software/glibc/ @@ -70,7 +70,9 @@ Source2: nscd.conf Source3: nsswitch.conf Source4: bench.mk Source5: glibc-bench-compare +# The license list for glibc is recorded in LicenseList Source6: LicenseList +# The locale packages we supported is recorded in LanguageList Source7: LanguageList Patch0: Fix-use-after-free-in-glob-when-expanding-user-bug-2.patch @@ -1130,6 +1132,9 @@ fi %doc hesiod/README.hesiod %changelog +* Mon Feb 8 2021 Wang Shuo - 2.28-60 +- Add description for SOURCE + * Mon Feb 8 2021 Wang Shuo - 2.28-59 - Add description for valgrind -- Gitee