Accepting request 601100 from network:ha-clustering:Factory
- Update to version 4.0.25+git.1524215631.8f9c770a: * fence_gce: Write error messages to log (fate#325539) (bsc#1088358) * fence_azure_arm: fix subscriptionId from metadata (bsc#1090995) * fence_scsi: fix plug-parameter and keep support for nodename to avoid regressions - Disable Google Compute Engine support unless openSUSE (fate#325539) (bsc#1088358) OBS-URL: https://build.opensuse.org/request/show/601100 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fence-agents?expand=0&rev=38
This commit is contained in:
commit
f96764c4ff
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/ClusterLabs/fence-agents.git</param>
|
||||
<param name="changesrevision">7473fab7350f3f26c203b7559a9092ed9ebcd047</param></service></servicedata>
|
||||
<param name="changesrevision">bec154345d2291c9051c16277de9054387dc9707</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5a97072caac36c6420a7851a7c35f971eb329d22dfac717e733cf91957740b7
|
||||
size 223972
|
3
fence-agents-4.0.25+git.1524215631.8f9c770a.tar.xz
Normal file
3
fence-agents-4.0.25+git.1524215631.8f9c770a.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee413b7cded60948b8efcccd8ad98d1f5272377aec652a673e461da7db141070
|
||||
size 224144
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 26 05:37:33 UTC 2018 - kgronlund@suse.com
|
||||
|
||||
- Update to version 4.0.25+git.1524215631.8f9c770a:
|
||||
* fence_gce: Write error messages to log (fate#325539) (bsc#1088358)
|
||||
* fence_azure_arm: fix subscriptionId from metadata (bsc#1090995)
|
||||
* fence_scsi: fix plug-parameter and keep support for nodename to avoid regressions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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,13 +17,17 @@
|
||||
|
||||
|
||||
%global plugin_dir %{_libdir}/stonith/plugins/rhcs
|
||||
%if 0%{?is_opensuse}
|
||||
%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
|
||||
%else
|
||||
%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 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
|
||||
%endif
|
||||
|
||||
Name: fence-agents
|
||||
Summary: Fence Agents for High Availability
|
||||
License: GPL-2.0-only AND LGPL-2.1-only
|
||||
Group: Productivity/Clustering/HA
|
||||
Version: 4.0.25+git.1523367910.7473fab7
|
||||
Version: 4.0.25+git.1524215631.8f9c770a
|
||||
Release: 0
|
||||
Url: https://github.com/ClusterLabs/fence-agents
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
@ -43,8 +47,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
|
||||
@ -129,7 +135,7 @@ PYTHONPATH=fence/agents/lib python fence/agents/lib/tests/test_fencing.py
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc doc/COPYING.* doc/COPYRIGHT doc/README.licence
|
||||
%license doc/COPYING.* doc/COPYRIGHT doc/README.licence
|
||||
%dir %{plugin_dir}
|
||||
%dir %{_libdir}/stonith/plugins
|
||||
%dir %{_libdir}/stonith
|
||||
|
Loading…
Reference in New Issue
Block a user