From 5a83386c35210edc124e95dd50b999d803e349df Mon Sep 17 00:00:00 2001 From: Oyvind Albrigtsen Date: Thu, 30 May 2024 10:21:27 +0200 Subject: [PATCH] - fence_eps: add fence_epsr2 for ePowerSwitch R2 and newer Resolves: RHEL-7734 --- fence-agents.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fence-agents.spec b/fence-agents.spec index 7e0ee54..0f116bc 100644 --- a/fence-agents.spec +++ b/fence-agents.spec @@ -87,7 +87,7 @@ Name: fence-agents Summary: Set of unified programs capable of host isolation ("fencing") Version: 4.2.1 -Release: 129%{?alphatag:.%{alphatag}}%{?dist}.1 +Release: 129%{?alphatag:.%{alphatag}}%{?dist}.2 License: GPLv2+ and LGPLv2+ Group: System Environment/Base URL: https://github.com/ClusterLabs/fence-agents @@ -981,8 +981,8 @@ BuildArch: noarch Fence agent for ePowerSwitch 8M+ power switches that are accessed via the HTTP(s) protocol. %files eps -%{_sbindir}/fence_eps -%{_mandir}/man8/fence_eps.8* +%{_sbindir}/fence_eps* +%{_mandir}/man8/fence_eps*.8* %ifarch x86_64 %package gce @@ -1520,7 +1520,7 @@ Fence agent for IBM z/VM over IP. %endif %changelog -* Thu May 30 2024 Oyvind Albrigtsen - 4.2.1-129.1 +* Thu May 30 2024 Oyvind Albrigtsen - 4.2.1-129.2 - fence_eps: add fence_epsr2 for ePowerSwitch R2 and newer Resolves: RHEL-7734 - bundled jinja2: fix CVE-2024-34064