* rust: Update to latest standards * totemsrp: Fix orf_token stats * totem: Use uint64_t type and QB_TIME_NS_IN_MSEC * totem: Use proper timestamp type for token warning * stats: Store token rx and tx timestamps as 64-bit * rust: fix clippy warning in rust 1.81 * coroparse: Free kv_item key and value on failure * icmap: Free memory if qb_map_notify_add fails * cfg: Free new_config interfaces on failure * main: support lock pid file arg * man: fix a typo in cpg_model_initialize * man: Improve quorum provider formatting * rust: tests return errors and don't hang * rust: Improve Rust bindings * Move corosync-notifyd policy file into $(datadir)/dbus-1/system.d * man: corosync.conf: Multi improvements * totem: Fix reference links * Report crypto errors back to cfg reload * Fix up the library .versions files * configure: Fix building of rust for release * License: Fix year (mainly to fix rust building) OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/corosync?expand=0&rev=202
20 lines
610 B
Plaintext
20 lines
610 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/corosync/corosync.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="filename">corosync</param>
|
|
<param name="versionformat">3.1.9</param>
|
|
<param name="revision">v3.1.9</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">corosync*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
|
|
<service name="set_version" mode="manual">
|
|
<param name="basename">corosync</param>
|
|
</service>
|
|
</services>
|