diff --git a/nfs4-acl-tools.spec b/nfs4-acl-tools.spec index 71ff9de95f028be8ffdc6a44462e29bf9724a6c3..8b48e44003c027814d699d165e057f8a080344cf 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