diff --git a/resource-agents.spec b/resource-agents.spec index 0913937fe48aa8b23b27a15961bb9c5e978f1d76..8bda7302f8ed1d20f674ce22d198162a90ac127c 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.13.0 -Release: 25 +Release: 26 License: GPLv2+ and LGPLv2+ URL: https://github.com/ClusterLabs/resource-agents Source0: https://github.com/ClusterLabs/resource-agents/archive/v%{version}.tar.gz @@ -56,10 +56,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 @@ -128,6 +125,9 @@ export CFLAGS="$(echo '%{optflags}')" %{_mandir}/man8/{ocf-tester.8*,ldirectord.8*} %changelog +* Tue Aug 20 2024 Zekai Zhao - 4.13.0-26 +- Replaced declaration of help subpackage with the 'package_help' macor. + * Fri May 31 2024 bixiaoyan - 4.13.0-25 - Mid: storage-mon: Add logging to daemon mode.