- 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:
parent
7eb8ab9621
commit
ecccf0f580
2
_service
2
_service
@ -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>
|
||||
|
@ -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>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c48a7433a8c780de77609aeb4c8ec41e26681671d8dd016b56b95e731b53375
|
||||
size 325588
|
3
fence-agents-4.11.0+git.1647434775.2f1b86d8.tar.xz
Normal file
3
fence-agents-4.11.0+git.1647434775.2f1b86d8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61f78c1d41cd8692fde702097f6f473d8a0a2b905ad188c3dd9ae117e90be057
|
||||
size 325736
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user