import fence-agents-4.2.1-85.el8

This commit is contained in:
CentOS Sources 2022-01-27 04:56:56 +00:00 committed by Stepan Oksanichenko
parent 5f562ba7e4
commit 72e18961ac

View File

@ -79,7 +79,7 @@
Name: fence-agents
Summary: Set of unified programs capable of host isolation ("fencing")
Version: 4.2.1
Release: 84%{?alphatag:.%{alphatag}}%{?dist}
Release: 85%{?alphatag:.%{alphatag}}%{?dist}
License: GPLv2+ and LGPLv2+
Group: System Environment/Base
URL: https://github.com/ClusterLabs/fence-agents
@ -268,8 +268,6 @@ fence-agents-eps \\
fence-agents-heuristics-ping \\
fence-agents-hpblade \\
fence-agents-ibmblade \\
fence-agents-ibm-powervs \\
fence-agents-ibm-vpc \\
fence-agents-ifmib \\
fence-agents-ilo2 \\
fence-agents-ilo-moonshot \\
@ -937,18 +935,6 @@ Fence agent for IBM PowerVS that are accessed via REST API.
%{_sbindir}/fence_ibm_powervs
%{_mandir}/man8/fence_ibm_powervs.8*
%package ibm-vpc
License: GPLv2+ and LGPLv2+
Group: System Environment/Base
Summary: Fence agent for IBM Cloud VPC
Requires: fence-agents-common = %{version}-%{release}
BuildArch: noarch
%description ibm-vpc
Fence agent for IBM Cloud VPC that are accessed via REST API.
%files ibm-vpc
%{_sbindir}/fence_ibm_vpc
%{_mandir}/man8/fence_ibm_vpc.8*
%package ifmib
License: GPLv2+ and LGPLv2+
Group: System Environment/Base
@ -1372,6 +1358,10 @@ Fence agent for IBM z/VM over IP.
%endif
%changelog
* Wed Jan 19 2022 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.2.1-85
- fence_ibm_powervs: new fence agents
Resolves: rhbz#1874862
* Mon Jan 17 2022 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.2.1-84
- fence_kubevirt: new fence agent
Resolves: rhbz#1977588
@ -1394,10 +1384,6 @@ Fence agent for IBM z/VM over IP.
- all agents: log exceptions when failing
Resolves: rhbz#1470827
* Thu Sep 2 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.2.1-76
- fence_ibm_vpc/fence_ibm_powervs: new fence agents
Resolves: rhbz#1728203, rhbz#1874862
* Wed Aug 11 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.2.1-75
- fence_gce: add serviceaccount JSON file support
Resolves: rhbz#1685814