7e973f2b01
- Update to version 4.5.2+git.1592573838.1eee0863: * fence_azure_arm: fixes to make MSI support work * fence_azure_arm: log metadata when debugging * fence_vmware_soap: log exception message for SSLError exception * build: add PHONY target to use directory dependencies for parallel builds * fence_aws: improve boto3_debug boolean handling * fence_aws: catch ConnectionError and suppress traceback for caught exceptions * fence_vmware_rest: support UTF-8 VM names * fence_openstack: import novaclient and keystone only when needed * build: add directory dependencies to avoid edge-case where generating manpages could happen before fencing.py was generated * fence_vmware_rest: dont fail when receiving more than 1000 VM error during monitor-action * fence_scsi: add readonly parameter * fence_vmware_rest: fix exception and remove default value for filter parameter (which was shown in the manpage) * fence_compute/fence_evacuate: fix --insecure parameter * fence_vmware_rest: add filter parameter * fence_vmware_cloud: improve exception handling in send_command() * fence_vmware_rest: improve exception handling in send_command() * Disable google api cache discovery * fence_aws: fix Python 3 encoding issue * fence_aws: Fix fence race, logging improvement and new debug option (#323) * fence_aws: improve connect parameter logic, so region can be specified as parameter, while using role or keys from ~/.aws/config * configure: fix agent filtering * fence_mpath: fix --reserve parameter typo * fence_vmware_rest: fix encoding to avoid issues with UTF-8 encoded comments * fence_aws: improve logging and metadata/usage text * fence_redfish/fence_vmware_soap: suppress warnings correctly with new python-requests * fence_scsi use clusterwide nodeID instead of local nodelist ID of node (#289) * fencing: only use inetX_only parameters for SSH based agents and fence_zvmip, and fixed syntax issue for Gawk v5+ * spec: fix openstack BuildRequires for distros without Python 3 * fence_virsh: fix status-based actions OBS-URL: https://build.opensuse.org/request/show/815975 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=118
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>
|