b2b5e57b79
- This update has one part (fence-agents part) of a fix for bsc#1178294 It still needs cobbler adjustings - Update to version 4.7.0+git.1612425309.e4f51e44: * Add fence_ipmilanplus as fence_ipmilan wrapper always enabling lanplus (bsc#1178294) * fence_vbox: updated metadata file * fence_vbox: do not flood host account with vboxmanage calls * fence_aws/fence_gce: allow building without cloud libs * fence_gce: default to onoff * fence_lpar: Make --managed a required option * fence_zvmip: fix shell-timeout when using new disable-timeout parameter * Adds service account authentication to GCE fence agent * spec: dont build -all subpackage as noarch - Patch that went mainline and got deleted: D 0001-Adds-service-account-authentication-to-GCE-fence-age.patch OBS-URL: https://build.opensuse.org/request/show/869197 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=122
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">master</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>
|