From 0e2b70023184f5ad849602148c8dea2fa072f7a97cef75b8c90ef4e84f66af6b Mon Sep 17 00:00:00 2001 From: Peter Varkoly Date: Tue, 14 Nov 2023 18:58:02 +0000 Subject: [PATCH] - 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 --- _servicedata | 2 +- ...gents-4.12.1+git.1690196437.64f62dbb.tar.xz | 3 --- ...gents-4.13.1+git.1698672892.6f7e4327.tar.xz | 3 +++ fence-agents.changes | 18 ++++++++++++++++++ fence-agents.spec | 2 +- 5 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 fence-agents-4.12.1+git.1690196437.64f62dbb.tar.xz create mode 100644 fence-agents-4.13.1+git.1698672892.6f7e4327.tar.xz diff --git a/_servicedata b/_servicedata index 2b71f3b..cc2cce2 100644 --- a/_servicedata +++ b/_servicedata @@ -3,4 +3,4 @@ git://github.com/ClusterLabs/fence-agents.git 8d746be92f191aa289f13a3703031c122a5e6cf3 https://github.com/ClusterLabs/fence-agents - 64f62dbb5e914a0a6b954a16aaa3713d2ccc99ed \ No newline at end of file + 7e1786044447a9d733e202c660b39d605b349696 \ No newline at end of file diff --git a/fence-agents-4.12.1+git.1690196437.64f62dbb.tar.xz b/fence-agents-4.12.1+git.1690196437.64f62dbb.tar.xz deleted file mode 100644 index ee4de8b..0000000 --- a/fence-agents-4.12.1+git.1690196437.64f62dbb.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7792afb035c7f61e74d0a5155eb0d169a0369087af39d5f186fe288ca8a70af1 -size 335992 diff --git a/fence-agents-4.13.1+git.1698672892.6f7e4327.tar.xz b/fence-agents-4.13.1+git.1698672892.6f7e4327.tar.xz new file mode 100644 index 0000000..f993729 --- /dev/null +++ b/fence-agents-4.13.1+git.1698672892.6f7e4327.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283741bf9ef9bc54e93d99f89c906c0b5271277fb76700ee6e7d711d7f7e5703 +size 338428 diff --git a/fence-agents.changes b/fence-agents.changes index febb05e..fab0366 100644 --- a/fence-agents.changes +++ b/fence-agents.changes @@ -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 diff --git a/fence-agents.spec b/fence-agents.spec index 76b7702..fb52cfa 100644 --- a/fence-agents.spec +++ b/fence-agents.spec @@ -25,7 +25,7 @@ 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.12.1+git.1690196437.64f62dbb +Version: 4.13.1+git.1698672892.6f7e4327 Release: 0 URL: https://github.com/ClusterLabs/fence-agents Source0: %{name}-%{version}.tar.xz