From 36d58a7292b32b6ea5d52b681e2106f5be000d16 Mon Sep 17 00:00:00 2001 From: xuraoqing Date: Mon, 2 Sep 2024 12:05:29 +0000 Subject: [PATCH] remove man1 from gnutls-utils Signed-off-by: xuraoqing --- gnutls.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnutls.spec b/gnutls.spec index 4413148..cb40bbc 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -1,6 +1,6 @@ Name: gnutls Version: 3.8.2 -Release: 4 +Release: 5 Summary: The GNU Secure Communication Protocol Library License: LGPLv2.1+ and GPLv3+ @@ -210,7 +210,6 @@ make check %{?_smp_mflags} %{_bindir}/danetool %endif %{_bindir}/gnutls* -%{_mandir}/man1/* %doc doc/certtool.cfg %if %{with dane} @@ -245,6 +244,9 @@ make check %{?_smp_mflags} %endif %changelog +* Mon Sep 2 2024 xuraoqing - 3.8.2-5 +- remove man1 from gnutls-utils + * Tue Mar 26 2024 xuraoqing - 3.8.2-4 - fix CVE-2024-28834 and CVE-2024-28835 -- Gitee