diff --git a/cifs-utils.spec b/cifs-utils.spec index 9767fc2b4e90beebb54b54df02f9dd86ceacda2a..6e166ffac178f70e21fd2c12b0ce5620899018e6 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