309f56f9cb
- Adds service account authentication to GCE fence agent - Update to version 4.7.0+git.1607346448.17bd8552: * fence_mpath, fence_scsi: Improve logging for failed res/key get * fence_mpath, fence_scsi: Capture stderr in run_cmd() * build: depend on config changes to rebuild when running make after running ./configure * fence_redfish: Fix typo in help. * fence_aws: add support for IMDSv2 * spec: add pkg-config file, and set version for obsoletes to avoid failing to build on Fedora 33 * Add pkg-config file * fence_scsi: dont write key to device if it's already registered, and open file correctly to avoid using regex against end-of-file * fencing: fix run_command() to allow timeout=0 to mean forever * fencing: fix to make timeout(s)=0 be treated as forever for agents using pexpect - Update to version 4.6.0+git.1603723121.a17eb9d4: * Add a fence_crosslink agent * fencing: fix power-timeout when using new disable-timeout parameter * metadata: update for disable_timeout parameter * fencing: add disable-timeout parameter, and make it default when run from Pacemaker (at least 2.0+) * spec: make telnet a weak dependency * Adds baremetal support to GCE fence agent and API call retries (#355) * spec: add -aws and -gce dependency to -all subpackage * spec: fix ibmz subpackage referring to fence_z instead of fence_ibmz * fence_lpar: Reduce code duplication in get_lpar_list OBS-URL: https://build.opensuse.org/request/show/868865 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=120
22 lines
745 B
Plaintext
22 lines
745 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">git://github.com/ClusterLabs/fence-agents.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="filename">fence-agents</param>
|
|
<param name="versionformat">@PARENT_TAG@+git.%ct.%h</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="revision">v4.7.0</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">fence-agents*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">fence-agents</param>
|
|
</service>
|
|
</services>
|