From 03906df775c3175b6a97619cc8e5b4f3c01e9fa8 Mon Sep 17 00:00:00 2001 From: wangshuo Date: Mon, 8 Feb 2021 11:05:18 +0800 Subject: [PATCH] Add description for docs --- glibc.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/glibc.spec b/glibc.spec index 4bbf8d7..94bcf91 100644 --- a/glibc.spec +++ b/glibc.spec @@ -59,7 +59,7 @@ ############################################################################## Name: glibc Version: 2.28 -Release: 62 +Release: 63 Summary: The GNU libc libraries License: %{all_license} URL: http://www.gnu.org/software/glibc/ @@ -132,6 +132,10 @@ BuildRequires: gd-devel libpng-devel zlib-devel %endif %if %{with docs} +# Removing texinfo will cause check-safety.sh test to fail because it seems to +# trigger documentation generation based on dependencies. We need to fix this +# upstream in some way that doesn't depend on generating docs to validate the +# texinfo. I expect it's simply the wrong dependency for that target. BuildRequires: texinfo >= 5.0 %endif @@ -1139,6 +1143,9 @@ fi %doc hesiod/README.hesiod %changelog +* Mon Feb 8 2021 Wang Shuo - 2.28-63 +- Add description for docs + * Mon Feb 8 2021 Wang Shuo - 2.28-62 - Add description for valgrind -- Gitee