From f1dadd97a0751fe1ab3105813cbc1466c4aa7073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=BC?= Date: Tue, 20 Aug 2024 19:31:05 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the package_help macro. --- unbound.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/unbound.spec b/unbound.spec index 9f1a59d..a67e0ad 100644 --- a/unbound.spec +++ b/unbound.spec @@ -2,7 +2,7 @@ Name: unbound Version: 1.13.2 -Release: 12 +Release: 13 Summary: Unbound is a validating, recursive, caching DNS resolver License: BSD Url: https://nlnetlabs.nl/projects/unbound/about/ @@ -68,11 +68,7 @@ Requires: %{name}-libs = %{version}-%{release} %description -n python3-unbound The python3 module of unbound DNS resolver. -%package help -Summary: Man pages for unbound - -%description help -Package help includes includes man pages for unbound. +%package_help %prep @@ -246,6 +242,9 @@ popd %{_mandir}/man* %changelog +* Wed Aug 21 2024 zhangyi - 1.13.2-13 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Mon Aug 19 2024 gaihuiying - 1.13.2-12 - Type:cves - CVE:CVE-2024-43167 CVE-2024-43168 -- Gitee