From b31f849ae40b688589f0a06527edb83de471d877 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AF=9B=E7=8E=89=E8=B4=A4?= Date: Mon, 19 Aug 2024 14:59:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9spec=E6=96=87=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E7=94=A8=E5=AE=8F%package=5Fhelp=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libndp.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/libndp.spec b/libndp.spec index 1176d0e..d29ac3f 100644 --- a/libndp.spec +++ b/libndp.spec @@ -1,6 +1,6 @@ Name: libndp Version: 1.8 -Release: 3 +Release: 4 Summary: Library for Neighbor Discovery Protocol License: LGPLv2+ URL: http://www.libndp.org/ @@ -23,11 +23,13 @@ Requires: libndp = %{version}-%{release} %description devel This package contains files and libraries for libndp. -%package help -Summary: Document files for libndp +#%package help +#Summary: Document files for libndp -%description help -Document files for libndp. +#%description help +#Document files for libndp. + +%package_help %prep %autosetup -p1 @@ -56,6 +58,9 @@ Document files for libndp. %{_mandir}/man8/ndptool.8* %changelog +* Mon Aug 19 2024 yuxian Mao - 1.8-4 +- Replaced declaration of help subpakage with the 'libndp-help' macro. + * Tue Jun 11 2024 xingwei - 1.8-3 - Type:CVE - ID:CVE-2024-5564 -- Gitee