From 58f0614322901ccb40dd45a37c1ba73e90ea60e3 Mon Sep 17 00:00:00 2001 From: wangshuo Date: Mon, 8 Feb 2021 10:51:15 +0800 Subject: [PATCH] Add description for valgrind --- glibc.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/glibc.spec b/glibc.spec index f3a6366..4bbf8d7 100644 --- a/glibc.spec +++ b/glibc.spec @@ -59,7 +59,7 @@ ############################################################################## Name: glibc Version: 2.28 -Release: 61 +Release: 62 Summary: The GNU libc libraries License: %{all_license} URL: http://www.gnu.org/software/glibc/ @@ -140,6 +140,8 @@ BuildRequires: libselinux-devel >= 1.33.4-3 %endif %if %{with valgrind} +# Require valgrind for smoke testing the dynamic loader to make sure we +# have not broken valgrind. BuildRequires: valgrind %endif @@ -1137,6 +1139,9 @@ fi %doc hesiod/README.hesiod %changelog +* Mon Feb 8 2021 Wang Shuo - 2.28-62 +- Add description for valgrind + * Mon Feb 8 2021 Wang Shuo - 2.28-61 - Add description for patches -- Gitee