From dc60540439d8eb2bf0324b58a8ea3907a3775018 Mon Sep 17 00:00:00 2001 From: wangshuo Date: Mon, 8 Feb 2021 10:08:12 +0800 Subject: [PATCH] Add description for building testsuite --- glibc.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/glibc.spec b/glibc.spec index 033ea64..bfe85fc 100644 --- a/glibc.spec +++ b/glibc.spec @@ -59,7 +59,7 @@ ############################################################################## Name: glibc Version: 2.28 -Release: 57 +Release: 58 Summary: The GNU libc libraries License: %{all_license} URL: http://www.gnu.org/software/glibc/ @@ -911,6 +911,9 @@ parent=$$ echo ====================TESTING========================= # Default libraries. +# The test suite build failure is hided, which should be fatal. We +# check "Summary of test results:" below to verify that all tests +# were built and run. pushd build-%{target} make %{?_smp_mflags} -O check |& tee rpmbuild.check.log >&2 test -n tests.sum @@ -1120,6 +1123,9 @@ fi %doc hesiod/README.hesiod %changelog +* Mon Feb 8 2021 Wang Shuo - 2.28-58 +- Add description for building testsuite + * Mon Feb 8 2021 Wang Shuo - 2.28-57 - Add description for testsuite -- Gitee