From 9d9e74af6a43e47232e2d9976b382db8f2ab0a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=95=8F?= Date: Wed, 21 Aug 2024 09:19:41 +0800 Subject: [PATCH] Replaces declaration of help subpackage with the 'package_help' marco. --- glusterfs.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index 1da7715..399e4c5 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -224,7 +224,7 @@ Summary: Distributed File System Name: glusterfs Version: 11.1 -Release: 4 +Release: 5 License: GPLv3 or GPLv2+ or LGPLv3+ URL: http://docs.gluster.org/ %if ( 0%{_for_fedora_koji_builds} ) @@ -754,12 +754,12 @@ GlusterFS Events %endif -%package help -Summary: Including man files for glusterfs. +%package_help +#Summary: Including man files for glusterfs. Requires: man -%description help -This contains man files for the using of glusterfs. +#%description help +#This contains man files for the using of glusterfs. %prep %autosetup -n %{name}-%{version}%{?prereltag} -p1 @@ -1503,6 +1503,9 @@ exit 0 %{_mandir}/man8/*gluster*.8* %changelog +* Wed Aug 21 2024 Min Zhang - 11.1-5 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Wed Jun 19 2024 zhangyaqi - 11.1-4 - fix prevent gnfs IO Errors on smaller files -- Gitee