From 2da89f2144ae20eb3f424f62b1822b0b9f5f0be6 Mon Sep 17 00:00:00 2001 From: zhangjiaming Date: Wed, 21 Aug 2024 11:21:49 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. --- coredns.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/coredns.spec b/coredns.spec index 5a7eadb..0530d2e 100644 --- a/coredns.spec +++ b/coredns.spec @@ -2,7 +2,7 @@ %global debug_package %{nil} Name: coredns Version: 1.7.0 -Release: 1.1 +Release: 1.2 Summary: CoreDNS is a DNS server/forwarder, written in Go License: Apache-2.0 URL: https://coredns.io @@ -17,11 +17,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 @@ -65,6 +62,10 @@ install -m 0644 man/coredns-*.7 %{buildroot}/%{_mandir}/man7 %{_mandir}/man7/coredns-* %changelog +* Wed Aug 21 2024 Jiaming Zhang 1.7.0-1.2 +- Replaced declaration of help subpackage with the 'package_help' macro. + + * Wed Sep 08 2021 WuJing 1.7.0-1.1 - Type:enhancement - ID:NA -- Gitee