From ac9424fd9dd9b82726dbeadcced74db0df3f5ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=95=8F?= Date: Wed, 21 Aug 2024 10:05:54 +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 6daaae5..d974984 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -224,7 +224,7 @@ Summary: Distributed File System Name: glusterfs Version: 10.0 -Release: 9 +Release: 10 License: GPLv3 or GPLv2+ or LGPLv3+ URL: http://docs.gluster.org/ %if ( 0%{_for_fedora_koji_builds} ) @@ -767,12 +767,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 @@ -1522,6 +1522,9 @@ exit 0 %{_mandir}/man8/*gluster*.8* %changelog +* Wed Aug 21 2024 Min Zhang - 10.0-10 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Tue Mar 12 2024 wuguanghao - 10.0-9 - fix CVE-2022-48340 -- Gitee