- Update to version 4.13.1+git.1698672892.6f7e4327:

* fence_ovm: Replace all_opt "ssl_client_cert_file" with "ssl_client_certificate_file"
  * fence_ovm: new fence agent for Oracle VM
  * fence_cisco_mds: undo metadata change, as it is an I/O agent
  * all agents: update metadata from I/O to e.g. Power, Network, etc for non-I/O agents
  * fence_azure_arm: fix get virtual machines call
  * README: update IRC info to link to ClusterLabs wiki IRC page
  * configure: require 3.6 or higher
  * build: add test-fencing rule and make it part of "make check"
  * fence_zvmip: Update longdesc to document all required functions
  * fence_scsi: fix registration handling in device 'off' workflows
  * fa-dev-guide: improve fail()/error code description
  * fa-dev-guide: add reboot_cycle() section
  * fa-dev-guide: add General git section

OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=162
This commit is contained in:
Peter Varkoly 2023-11-14 18:58:02 +00:00 committed by Git OBS Bridge
parent 1acabc390d
commit 0e2b700231
5 changed files with 23 additions and 5 deletions

View File

@ -3,4 +3,4 @@
<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">8d746be92f191aa289f13a3703031c122a5e6cf3</param></service><service name="tar_scm"> <param name="changesrevision">8d746be92f191aa289f13a3703031c122a5e6cf3</param></service><service name="tar_scm">
<param name="url">https://github.com/ClusterLabs/fence-agents</param> <param name="url">https://github.com/ClusterLabs/fence-agents</param>
<param name="changesrevision">64f62dbb5e914a0a6b954a16aaa3713d2ccc99ed</param></service></servicedata> <param name="changesrevision">7e1786044447a9d733e202c660b39d605b349696</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7792afb035c7f61e74d0a5155eb0d169a0369087af39d5f186fe288ca8a70af1
size 335992

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:283741bf9ef9bc54e93d99f89c906c0b5271277fb76700ee6e7d711d7f7e5703
size 338428

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Nov 14 18:57:33 UTC 2023 - varkoly@suse.com
- Update to version 4.13.1+git.1698672892.6f7e4327:
* fence_ovm: Replace all_opt "ssl_client_cert_file" with "ssl_client_certificate_file"
* fence_ovm: new fence agent for Oracle VM
* fence_cisco_mds: undo metadata change, as it is an I/O agent
* all agents: update metadata from I/O to e.g. Power, Network, etc for non-I/O agents
* fence_azure_arm: fix get virtual machines call
* README: update IRC info to link to ClusterLabs wiki IRC page
* configure: require 3.6 or higher
* build: add test-fencing rule and make it part of "make check"
* fence_zvmip: Update longdesc to document all required functions
* fence_scsi: fix registration handling in device 'off' workflows
* fa-dev-guide: improve fail()/error code description
* fa-dev-guide: add reboot_cycle() section
* fa-dev-guide: add General git section
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 25 09:21:24 UTC 2023 - varkoly@suse.com Tue Jul 25 09:21:24 UTC 2023 - varkoly@suse.com

View File

@ -25,7 +25,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.12.1+git.1690196437.64f62dbb Version: 4.13.1+git.1698672892.6f7e4327
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