From 352314e01ae0687521bf9f37f783419736ace2af Mon Sep 17 00:00:00 2001 From: zhangjiaming Date: Wed, 21 Aug 2024 11:20:48 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. --- coredns.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/coredns.spec b/coredns.spec index 7186e43..d3f0310 100644 --- a/coredns.spec +++ b/coredns.spec @@ -2,7 +2,7 @@ %global debug_package %{nil} Name: coredns Version: 1.7.0 -Release: 1.2 +Release: 1.3 Summary: CoreDNS is a DNS server/forwarder, written in Go License: Apache-2.0 URL: https://coredns.io @@ -20,11 +20,8 @@ CoreDNS is a fast and flexible DNS server. The key word here is flexible: with CoreDNS you are able to do what you want with your DNS data by utilizing plugins. -%package help -Summary: Help document for the coredns package +%package_help -%description help -Help document for the coredns package. %prep %setup -q -a1 @@ -84,6 +81,9 @@ install -m 0644 man/coredns-*.7 %{buildroot}/%{_mandir}/man7 %{_mandir}/man7/coredns-* %changelog +* Wed Aug 21 2024 Jiaming Zhang - 1.7.0-1.3 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Thu Aug 10 2023 herengui - 1.7.0-1.2 - Type:enhancement - ID:NA -- Gitee