diff --git a/libndp.spec b/libndp.spec index daf5f538785fc7f2ea00e2eb08a18fa35636d7b0..382c7f950621fb851b53bd94f04076e5cc9061ab 100644 --- a/libndp.spec +++ b/libndp.spec @@ -1,6 +1,6 @@ Name: libndp Version: 1.7 -Release: 4 +Release: 5 Summary: Library for Neighbor Discovery Protocol License: LGPLv2+ URL: http://www.libndp.org/ @@ -20,11 +20,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 @@ -54,6 +56,9 @@ Document files for libndp. %{_mandir}/man8/ndptool.8* %changelog +* Mon Aug 19 2024 yuxian - 1.7-5 +- Replaced declaration of help subpakage with the 'libndp-help' macro. + * Tue Jun 11 2024 xingwei - 1.7-4 - Type:CVE - ID:CVE-2024-5564