- Disable Google Compute Engine support unless openSUSE (fate#325539) (bsc#1088358)
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=83
This commit is contained in:
parent
1fb963ffb9
commit
3bdf22b914
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 25 20:28:19 UTC 2018 - kgronlund@suse.com
|
||||
|
||||
- Disable Google Compute Engine support unless openSUSE (fate#325539) (bsc#1088358)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 11 19:57:13 UTC 2018 - kgronlund@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%global plugin_dir %{_libdir}/stonith/plugins/rhcs
|
||||
%define agent_list alom amt amt_ws apc apc_snmp azure_arm bladecenter brocade cisco_mds cisco_ucs compute docker drac5 dummy eaton_snmp emerson eps evacuate gce hds_cb hpblade ibmblade ifmib ilo ilo_moonshot ilo_mp ilo_ssh intelmodular ipdu ipmilan ironic kdump ldom lpar mpath netio powerman pve raritan rcd_serial rhevm rsa rsb sanbox2 sbd scsi vbox virsh vmware vmware_rest wti xenapi zvm
|
||||
%define agent_list alom amt amt_ws apc apc_snmp azure_arm bladecenter brocade cisco_mds cisco_ucs compute docker drac5 dummy eaton_snmp emerson eps evacuate %{?is_opensuse:gce} hds_cb hpblade ibmblade ifmib ilo ilo_moonshot ilo_mp ilo_ssh intelmodular ipdu ipmilan ironic kdump ldom lpar mpath netio powerman pve raritan rcd_serial rhevm rsa rsb sanbox2 sbd scsi vbox virsh vmware vmware_rest wti xenapi zvm
|
||||
|
||||
Name: fence-agents
|
||||
Summary: Fence Agents for High Availability
|
||||
@ -43,8 +43,10 @@ BuildRequires: perl
|
||||
BuildRequires: perl-Net-Telnet
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python3
|
||||
%if 0%{?is_opensuse}
|
||||
BuildRequires: python3-google-api-python-client
|
||||
BuildRequires: python3-oauth2client
|
||||
%endif
|
||||
BuildRequires: python3-openwsman
|
||||
BuildRequires: python3-pexpect
|
||||
BuildRequires: python3-pycurl
|
||||
|
Loading…
Reference in New Issue
Block a user