From 4c8084800cc5e015a8288b32d8566494cb00aa07 Mon Sep 17 00:00:00 2001 From: zhangjiaming Date: Mon, 19 Aug 2024 16:23:20 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. --- cifs-utils.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/cifs-utils.spec b/cifs-utils.spec index 037138c..fa7236a 100644 --- a/cifs-utils.spec +++ b/cifs-utils.spec @@ -1,6 +1,6 @@ Name: cifs-utils Version: 7.0 -Release: 3 +Release: 4 Summary: Utilities for doing and managing mounts of the Linux CIFS filesystem License: GPLv3+ URL: http://linux-cifs.samba.org/cifs-utils/ @@ -33,12 +33,8 @@ The SMB/CIFS protocol is a standard file sharing protocol widely deployed on Microsoft Windows machines. This package contains the header file necessary for building ID mapping plugins for cifs-utils. -%package help -Summary: Including man files for cifs-utils -Requires: man +%package_help -%description help -This contains man files for the using of cifs-utils. %prep %autosetup -n %{name}-%{version} -p1 @@ -78,6 +74,9 @@ install -m 644 contrib/request-key.d/cifs.spnego.conf %{buildroot}%{_sysconfdir} %{_mandir}/man8/* %changelog +* Mon Aug 19 2024 Jiaming Zhang - 7.0-4 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Fri Jun 21 2024 liuh - 7.0-3 - sync patch from community -- Gitee