From 7d3b12ce4153d75e217194c622aa8d67f7913e33 Mon Sep 17 00:00:00 2001 From: zhaozekai Date: Tue, 20 Aug 2024 05:58:04 +0000 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macor. Signed-off-by: zhaozekai --- resource-agents.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/resource-agents.spec b/resource-agents.spec index 99ed2e7..89f500f 100644 --- a/resource-agents.spec +++ b/resource-agents.spec @@ -1,7 +1,7 @@ Name: resource-agents Summary: Open Source HA Reusable Cluster Resource Scripts Version: 4.2.0 -Release: 3 +Release: 4 License: GPLv2+ and LGPLv2+ URL: https://github.com/ClusterLabs/resource-agents Source0: https://github.com/ClusterLabs/resource-agents/archive/v4.2.0.tar.gz @@ -33,11 +33,7 @@ Ldirectord is a daemon to monitor and administer real servers in a cluster of lo balanced virtual servers.Currently, HTTP, HTTPS, and FTP services are supported. ldirectord typically is started from heartbeat but can also be run from the command line. -%package help -Summary: Help documentation for resource-agents - -%description help -Help documentation for resource-agents. +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -106,6 +102,9 @@ export CFLAGS="$(echo '%{optflags}')" %{_mandir}/man8/{ocf-tester.8*,ldirectord.8*} %changelog +* Tue Aug 20 2024 Zekai Zhao - 4.2.0-4 +- Replaced declaration of help subpackage with the 'package_help' macor. + * Sat Nov 27 2021 wulei - 4.2.0-3 - Fix failed to parse pid from pid-file -- Gitee