Accepting request 956714 from network:ha-clustering:Factory
- Update to version 4.11.0+git.1644831027.5283cdb5: * fence_cdu: add 8i support (#471) * fence_zvmip: add --disable-ssl * fencing: add ability to set bool parameters to 0 or false * Fix typo in fence_virtd.service * fence_gce: Add timeouts and failure options (#458) * fence_zvm: deprecate agent * fence_openstack: fix issues with new clouds.yaml/openrc parameters - hardcoded clouds.yaml paths to work like the openstack cli client (used by the resource agents) * fence_openstack: add support for reading config from clouds.yaml and openrc * fencing: add source_env() * fence_kubevirt: take default namespace from context * build: fix parallel build of lib/ * fence_openstack: relax ssl cacert default * - spec: dont use commas in license * fence_lpar: Support comanaged LPARs * fence_ibmz: add option --load-on-activate * fence_openstack: add --ssl-insecure * spec: fix python3-suds dependency having changed name on opensuse 16+ * fencing: encode instead of failing for chinese or other non-utf8 character sets * fence_aliyun: Optimize log output (#449) * fence_zvmip: use ssl by default * fence_zvmip: add ssl/tls support * configure: fix --with-agents to not match *virt in regex * fence_vmware_soap: Use --login-timeout option (#447) * fence_kubevirt: set default power-timeout to 40s * fence_kubevirt: Fix kubevirt VM status * fence_kdump: fix typo * fence_raritan_px3: new fence agent (#425) * fence_amt_ws: fix --boot-option (choices are uppercased while getting parsed) * fence_gce: add plugzonemap parameter OBS-URL: https://build.opensuse.org/request/show/956714 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fence-agents?expand=0&rev=58
This commit is contained in:
commit
63ec262796
2
_service
2
_service
@ -6,7 +6,7 @@
|
|||||||
<param name="filename">fence-agents</param>
|
<param name="filename">fence-agents</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+git.%ct.%h</param>
|
<param name="versionformat">@PARENT_TAG@+git.%ct.%h</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="revision">master</param>
|
<param name="revision">main</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git://github.com/ClusterLabs/fence-agents.git</param>
|
<param name="url">git://github.com/ClusterLabs/fence-agents.git</param>
|
||||||
<param name="changesrevision">2a826c825a1921c5f239f3da296bfa53a98517fb</param></service></servicedata>
|
<param name="changesrevision">5283cdb5435ecd22e9f29746ee0c79160555bfeb</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4b17cfdf4b2453536d47d9cefc820c795570d5b992ba1ae502d03f751e68c2b3
|
|
||||||
size 319024
|
|
3
fence-agents-4.11.0+git.1644831027.5283cdb5.tar.xz
Normal file
3
fence-agents-4.11.0+git.1644831027.5283cdb5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9c48a7433a8c780de77609aeb4c8ec41e26681671d8dd016b56b95e731b53375
|
||||||
|
size 325588
|
@ -1,3 +1,45 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 22 13:19:32 UTC 2022 - varkoly@suse.com
|
||||||
|
|
||||||
|
- Update to version 4.11.0+git.1644831027.5283cdb5:
|
||||||
|
* fence_cdu: add 8i support (#471)
|
||||||
|
* fence_zvmip: add --disable-ssl
|
||||||
|
* fencing: add ability to set bool parameters to 0 or false
|
||||||
|
* Fix typo in fence_virtd.service
|
||||||
|
* fence_gce: Add timeouts and failure options (#458)
|
||||||
|
* fence_zvm: deprecate agent
|
||||||
|
* fence_openstack: fix issues with new clouds.yaml/openrc parameters - hardcoded clouds.yaml paths to work like the openstack cli client (used by the resource agents)
|
||||||
|
* fence_openstack: add support for reading config from clouds.yaml and openrc
|
||||||
|
* fencing: add source_env()
|
||||||
|
* fence_kubevirt: take default namespace from context
|
||||||
|
* build: fix parallel build of lib/
|
||||||
|
* fence_openstack: relax ssl cacert default
|
||||||
|
* - spec: dont use commas in license
|
||||||
|
* fence_lpar: Support comanaged LPARs
|
||||||
|
* fence_ibmz: add option --load-on-activate
|
||||||
|
* fence_openstack: add --ssl-insecure
|
||||||
|
* spec: fix python3-suds dependency having changed name on opensuse 16+
|
||||||
|
* fencing: encode instead of failing for chinese or other non-utf8 character sets
|
||||||
|
* fence_aliyun: Optimize log output (#449)
|
||||||
|
* fence_zvmip: use ssl by default
|
||||||
|
* fence_zvmip: add ssl/tls support
|
||||||
|
* configure: fix --with-agents to not match *virt in regex
|
||||||
|
* fence_vmware_soap: Use --login-timeout option (#447)
|
||||||
|
* fence_kubevirt: set default power-timeout to 40s
|
||||||
|
* fence_kubevirt: Fix kubevirt VM status
|
||||||
|
* fence_kdump: fix typo
|
||||||
|
* fence_raritan_px3: new fence agent (#425)
|
||||||
|
* fence_amt_ws: fix --boot-option (choices are uppercased while getting parsed)
|
||||||
|
* fence_gce: add plugzonemap parameter
|
||||||
|
* fence_gce: Adds existing operation checks and multiple plug support (#400)
|
||||||
|
* azure_fence: fix support for sovereign clouds and MSI for new versions of azure libraries (#439)
|
||||||
|
* fence_cyberpower_ssh: new fence agent (#437)
|
||||||
|
* fence_amt_ws: fix "or" causing dead code
|
||||||
|
* fence_kubevirt: make apiversion a parameter
|
||||||
|
* fence_ibm_vpc/fence_ibm_powervs: new fence agents
|
||||||
|
* fence_kdump: properly support -v[X] and -vvv (and combinations)
|
||||||
|
* fence_mpath/fence_scsi: use store path detected by configure
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 23 09:51:14 UTC 2021 - varkoly@suse.com
|
Mon Aug 23 09:51:14 UTC 2021 - varkoly@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fence-agents
|
# spec file for package fence-agents
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -29,7 +29,7 @@ Name: fence-agents
|
|||||||
Summary: Fence Agents for High Availability
|
Summary: Fence Agents for High Availability
|
||||||
License: GPL-2.0-only AND LGPL-2.1-only
|
License: GPL-2.0-only AND LGPL-2.1-only
|
||||||
Group: Productivity/Clustering/HA
|
Group: Productivity/Clustering/HA
|
||||||
Version: 4.10.0+git.1627556580.31443c15
|
Version: 4.11.0+git.1644831027.5283cdb5
|
||||||
Release: 0
|
Release: 0
|
||||||
URL: https://github.com/ClusterLabs/fence-agents
|
URL: https://github.com/ClusterLabs/fence-agents
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user