diff --git a/SPECS/fence-agents.spec b/SPECS/fence-agents.spec index 34dea6a..a020e2d 100644 --- a/SPECS/fence-agents.spec +++ b/SPECS/fence-agents.spec @@ -29,7 +29,7 @@ Name: fence-agents Summary: Set of unified programs capable of host isolation ("fencing") Version: 4.2.1 -Release: 64%{?alphatag:.%{alphatag}}%{?dist} +Release: 65%{?alphatag:.%{alphatag}}%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Base URL: https://github.com/ClusterLabs/fence-agents @@ -124,7 +124,7 @@ Patch82: bz1914313-fence_zvmip-fix-disable-timeout.patch Patch83: bz1906978-fence_gce-default-to-onoff.patch %if 0%{?fedora} || 0%{?rhel} > 7 -%global supportedagents amt_ws apc apc_snmp bladecenter brocade cisco_mds cisco_ucs compute drac5 eaton_snmp emerson eps evacuate hds_cb hpblade ibmblade ifmib ilo ilo_moonshot ilo_mp ilo_ssh intelmodular ipdu ipmilan kdump lpar mpath redfish rhevm rsa rsb sbd scsi vmware_rest vmware_soap wti +%global supportedagents amt_ws apc apc_snmp bladecenter brocade cisco_mds cisco_ucs compute drac5 eaton_snmp emerson eps evacuate hpblade ibmblade ifmib ilo ilo_moonshot ilo_mp ilo_ssh intelmodular ipdu ipmilan kdump lpar mpath redfish rhevm rsa rsb sbd scsi vmware_rest vmware_soap wti %ifarch x86_64 %global testagents virsh heuristics_ping aliyun aws azure_arm gce %endif @@ -715,25 +715,6 @@ Fence agent for GCE (Google Cloud Engine) instances. %{_mandir}/man8/fence_gce.8* %endif -%package hds-cb -License: GPLv2+ and LGPLv2+ -Summary: Fence agent for Hitachi Compute Blade systems -%if 0%{?fedora} < 33 || (0%{?rhel} && 0%{?rhel} < 9) || (0%{?centos} && 0%{?centos} < 9) || 0%{?suse_version} -%if (0%{?rhel} && 0%{?rhel} < 8) || (0%{?centos} && 0%{?centos} < 8) -Requires: telnet -%else -Recommends: telnet -%endif -%endif -Requires: fence-agents-common = %{version}-%{release} -Obsoletes: %{name} < %{version}-%{release} -BuildArch: noarch -%description hds-cb -Fence agent for Hitachi Compute Blades that are accessed via telnet. -%files hds-cb -%{_sbindir}/fence_hds_cb -%{_mandir}/man8/fence_hds_cb.8* - %package heuristics-ping License: GPLv2+ and LGPLv2+ Group: System Environment/Base @@ -1171,7 +1152,7 @@ Fence agent for IBM z/VM over IP. %endif %changelog -* Thu Jan 14 2021 Oyvind Albrigtsen - 4.2.1-64 +* Tue Feb 2 2021 Oyvind Albrigtsen - 4.2.1-65 - fence_gce: default to onoff Resolves: rhbz#1906978 @@ -1193,10 +1174,6 @@ Fence agent for IBM z/VM over IP. for Pacemaker 2.0+ Resolves: rhbz#1470813, rhbz#1436429 -* Tue Sep 15 2020 Oyvind Albrigtsen - 4.2.1-55 -- fence_hds_cb: new fence agent - Resolves: rhbz#1726874 - * Mon Sep 14 2020 Oyvind Albrigtsen - 4.2.1-54 - fence_azure_arm: fix MSI support Resolves: rhbz#1818157