From 16b79365dbf28567fd30dcd91bbe45acbbc07b7a Mon Sep 17 00:00:00 2001 From: zhangjiaming Date: Mon, 19 Aug 2024 16:52:17 +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 9767fc2..6e166ff 100644 --- a/cifs-utils.spec +++ b/cifs-utils.spec @@ -1,6 +1,6 @@ Name: cifs-utils Version: 6.14 -Release: 4 +Release: 5 Summary: Utilities for doing and managing mounts of the Linux CIFS filesystem License: GPLv3+ URL: http://linux-cifs.samba.org/cifs-utils/ @@ -35,12 +35,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 @@ -80,6 +76,9 @@ install -m 644 contrib/request-key.d/cifs.spnego.conf %{buildroot}%{_sysconfdir} %{_mandir}/man8/* %changelog +* Mon Aug 19 2024 Jiaming Zhang - 6.14-5 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Thu Jun 8 2023 volcanodragon - 6.14-4 - Sync some patches -- Gitee