- Update to version v4.11.0rc1+git2.d40f1f1b: * Filesystem: fix logic for UUID/label devices with space between parameter and UUID/label * build: update ChangeLog for 4.11.0-rc1 * ocf-distro: improve RHEL based distro detection * ipsec: fix check string against another string not the before defined variable (#1755) * spec: fix mount.cifs if * LVM-activate:change lvm_status return value from ocf_not_running to ocf_err_generic (#1753) * IPaddr2: Clarify behavior of 'arp_*' parameters for IPv4 and IPv6 * IPaddr2: Log 'ip addr add' options together * IPaddr2: Allow to send IPv6 Neighbor Advertisements in background * IPaddr2: Allow to disable Duplicate Address Detection for IPv6 * ocivip: new resource agent (#1751) * corosync-qnetd: Add resource agent * ocf-shellfuncs: quote pid in ocf_pidfile_status * IPsrcaddr: fixes * db2: only warn when notify isnt set, and use ocf_local_nodename() to get node name * IPsrcaddr: fix indentation in better error message code * IPsrcaddr: Better error message when no matching route found * IPsrcaddr: Add warning about DHCP * ocf-shellfuncs: Parametrise the log destinarion by OCF_RESKEY_trace_dir * rabbitmq-server-ha: Use ocf_is_true, if applicable * Fix SERVER_START_ARGS sname/name use for FQDN * LinuxSCSI:replace error log messages with calls to ocf_exit_reason * Filesystem: Add support for Amazon EFS mount helper * Filesystem: Improve fstype_supported logs for fuse * Filesystem: Fix OpenBSD check in fstype_supported() * openstack agents: align timeout also for monitoring operation * mysql-common: fix local SSL connection by using --ssl-mode=REQUIRED which is available on 5.7+ (--ssl is not available in 8.0) * openstack-common: get_config(): expand tilde and exit for errors * openstack-*: hardcode clouds.yaml paths as openstack cli doesnt support overriding it OBS-URL: https://build.opensuse.org/request/show/966246 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/resource-agents?expand=0&rev=114
22 lines
765 B
Plaintext
22 lines
765 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/ClusterLabs/resource-agents.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="filename">resource-agents</param>
|
|
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="revision">main</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">resource-agents*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">resource-agents</param>
|
|
</service>
|
|
</services>
|