From 17c2bc25c4da7f0002a21b6655984c5daa47d379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=88=E4=B9=A6=E5=9D=A4?= Date: Tue, 20 Aug 2024 14:06:34 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. (cherry picked from commit d5e4a359cfe35c0830a7bdd3a334181723403038) --- 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 71ff9de..8b48e44 100644 --- a/nfs4-acl-tools.spec +++ b/nfs4-acl-tools.spec @@ -1,6 +1,6 @@ Name: nfs4-acl-tools Version: 0.3.7 -Release: 6 +Release: 7 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 +* Tue Aug 20 2024 ShuKun Qu - 0.3.7-7 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Tue Jul 30 2024 wuguanghao - 0.3.7-6 - acl_nfs4_get_who: removed an always false evaluate warning -- Gitee