From 4de8f151537945dd170af1a8d292809510e716b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=95=8F?= Date: Wed, 21 Aug 2024 09:34:21 +0800 Subject: [PATCH] Replaces declaration of help subpackage with the 'package_help' marco. --- glusterfs.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index 1fc2b8b..d769c34 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -3,7 +3,7 @@ Name: glusterfs Version: 7.0 -Release: 12 +Release: 13 License: GPLv2 and LGPLv3+ Summary: Aggregating distributed file system URL: http://docs.gluster.org/ @@ -89,8 +89,8 @@ Requires: python3 %description -n python3-gluster This package contains the python2 modules of GlusterFS and own gluster namespace. -%package help -Summary: Including man files for glusterfs. +%package_help +#Summary: Including man files for glusterfs. Requires: man %package resource-agents @@ -465,6 +465,9 @@ exit 0 %{_mandir}/man8/*gluster*.8* %changelog +* Wed Aug 21 2024 Min Zhang - 7.0-13 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Wed Nov 22 2023 wangxiaomeng - 7.0-12 - fix CVE-2022-48340 -- Gitee