Files
galera-4/_service
Danilo Spinella 471f0c7d0a - Update to 26.4.19:
* WSREP_KEY_SHARED key type is being phased out since it had insufficiently
    strict certification rules that may lead to certification test passes where it
    should fail. WSREP_KEY_REFERENCE fixes this, and all new writesets will be
    constructed using this. WSREP_KEY_SHARED is supported for backwards
    compatibility.
  * A memory leak in the commit cut action has been fixed.
  * Network level node isolation, which can help shut down all communication with
    the rest of the cluster to achieve a fail-silent crash. 
  * GCS level protocol bumped, as error voting for joiner in the JOINED state was
    broken when group-wide commit cut (implied SUCCESS vote) was not taken into
    account when processing error vote requests from the JOINED node. 
- Switch to mariadb fork of galera-4.

OBS-URL: https://build.opensuse.org/package/show/server:database/galera-4?expand=0&rev=29
2024-09-24 17:02:12 +00:00

18 lines
660 B
XML

<?xml version="1.0"?>
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/MariaDB/galera.git</param>
<param name="revision">@PARENT_TAG@</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="match-tag">mariadb-26*</param>
<param name="scm">git</param>
<param name="versionrewrite-pattern">mariadb-([\.\d]+)</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version"/>
</services>