From 1695ec0f76788c5abefcf0a80c89fda5abb7dd6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=BC?= Date: Tue, 20 Aug 2024 15:04:57 +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 661747e..0f14397 100644 --- a/unbound.spec +++ b/unbound.spec @@ -2,7 +2,7 @@ Name: unbound Version: 1.17.1 -Release: 6 +Release: 7 Summary: Unbound is a validating, recursive, caching DNS resolver License: BSD-3-Clause Url: https://nlnetlabs.nl/projects/unbound/about/ @@ -85,11 +85,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 @@ -264,6 +260,9 @@ popd %{_mandir}/man* %changelog +* Tue Aug 20 2024 zhangyi - 1.17.1-7 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Mon Jun 24 2024 gaihuiying - 1.17.1-6 - Type:bugfix - CVE:NA -- Gitee