From a4be1745007d54e2bb5ff5399882bf2abd2cb12e Mon Sep 17 00:00:00 2001 From: Acccll Date: Thu, 4 Sep 2025 10:56:21 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro (cherry picked from commit 18c37bcbabb25fb4693027774c4924c27df32ac8) --- nfs4-acl-tools.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/nfs4-acl-tools.spec b/nfs4-acl-tools.spec index 4b6755c..7d25007 100644 --- a/nfs4-acl-tools.spec +++ b/nfs4-acl-tools.spec @@ -1,6 +1,6 @@ Name: nfs4-acl-tools Version: 0.3.7 -Release: 7 +Release: 8 Summary: The nfs4 ACL tools License: BSD or GPLv2+ or LGPLv2.1 URL: http://www.citi.umich.edu/projects/nfsv4/linux/ @@ -15,12 +15,7 @@ Patch3: 0003-acl_nfs4_get_who-removed-an-always-false-evaluate-wa.patch %description It contains commandline NFSv4 ACL tools, which deal directly with NFSv4 ACLs. -%package help -Summary: Including man files for nfs4-acl-tools -Requires: man - -%description help -This contains man files for the using of nfs4-acl-tools. +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -46,6 +41,9 @@ make DESTDIR=%{buildroot} install %{_mandir}/man*/* %changelog +* Thu Sep 4 2025 Acccll - 0.3.7-8 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Thu Jul 3 2025 lvyy - 0.3.7-7 - Remove the percent sign in the changelog -- Gitee