From 6fafca92e027b2eb00e6250eb2de03ea13668bdd 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:51:24 +0800 Subject: [PATCH 1/2] =?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..769e116 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 - 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 From 6738bb4fd0a57ff88e2ec86ffc4dd6817a42bc47 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 2/2] =?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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libndp.spec b/libndp.spec index 769e116..d29ac3f 100644 --- a/libndp.spec +++ b/libndp.spec @@ -58,7 +58,7 @@ This package contains files and libraries for libndp. %{_mandir}/man8/ndptool.8* %changelog -* Mon Aug 19 2024 yuxian - 1.8-4 +* 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 -- Gitee