diff --git a/resource-agents.spec b/resource-agents.spec index 51e2581875d038f16717419a52ba4951e5cd71c7..d13e13c1e67d6f0ac528d0a97a1ff806e2dd5fdd 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.15.1 -Release: 1 +Release: 2 License: GPLv2+ and LGPLv2+ URL: https://github.com/ClusterLabs/resource-agents Source0: https://github.com/ClusterLabs/resource-agents/archive/v%{version}.tar.gz @@ -30,10 +30,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 @@ -102,6 +99,9 @@ export CFLAGS="$(echo '%{optflags}')" %{_mandir}/man8/{ocf-tester.8*,ldirectord.8*} %changelog +* Tue Aug 20 2024 Zekai Zhao - 4.15.1-2 +- Replaced declaration of help subpackage with the 'package_help' macor. + * Mon Aug 05 2024 zouzhimin - 4.15.1-1 - update to 4.15.1 - IPaddr2: dont fail with "IPv4 does not support lvs_ipv6_addrlabel"