- Update to version 4.11.0+git.1647434775.2f1b86d8:

* fence_apc.py compatibility for Firmware major release 7 workaround #475
  * fence_lpar: fix missing import logging, use fail_usage
  * fence_raritan: Also allow pure port number, not only system1/outletX string (#473)

OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=140
This commit is contained in:
Peter Varkoly 2022-03-31 13:33:47 +00:00 committed by Git OBS Bridge
parent 7eb8ab9621
commit ecccf0f580
6 changed files with 15 additions and 7 deletions

View File

@ -1,6 +1,6 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">git://github.com/ClusterLabs/fence-agents.git</param>
<param name="url">https://github.com/ClusterLabs/fence-agents.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="filename">fence-agents</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/ClusterLabs/fence-agents.git</param>
<param name="changesrevision">5283cdb5435ecd22e9f29746ee0c79160555bfeb</param></service></servicedata>
<param name="url">https://github.com/ClusterLabs/fence-agents.git</param>
<param name="changesrevision">cd893f97fd61da22080463fe168c40daaa86aafd</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c48a7433a8c780de77609aeb4c8ec41e26681671d8dd016b56b95e731b53375
size 325588

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61f78c1d41cd8692fde702097f6f473d8a0a2b905ad188c3dd9ae117e90be057
size 325736

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Mar 31 13:33:20 UTC 2022 - varkoly@suse.com
- Update to version 4.11.0+git.1647434775.2f1b86d8:
* fence_apc.py compatibility for Firmware major release 7 workaround #475
* fence_lpar: fix missing import logging, use fail_usage
* fence_raritan: Also allow pure port number, not only system1/outletX string (#473)
-------------------------------------------------------------------
Tue Feb 22 13:19:32 UTC 2022 - varkoly@suse.com

View File

@ -29,7 +29,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.11.0+git.1644831027.5283cdb5
Version: 4.11.0+git.1647434775.2f1b86d8
Release: 0
URL: https://github.com/ClusterLabs/fence-agents
Source0: %{name}-%{version}.tar.xz