- Update to version 2.1.7+20240304.d18a497eb: - libcrmcommon: use uint32_t for 32-bit magic numbers (gh#ClusterLabs/pacemaker#3381) - Update to version 2.1.7+20240304.d7bf4680c: - libcrmcommon: Use free_xml in html_free_priv. - libcrmcommon: Free error strings in html/xml outputters. - libcrmcommon: Free text/curses private list data. - tools: Fix argument validation for crm_attribute update. - pacemaker-fenced: improve pcmk_host_list help - libcrmcommon, fencer: Fix some option defaults - tools: crm_attribute --list-options --all - scheduler: Deprecate metadata CLI option - controller: Deprecate metadata CLI option - based: Deprecate metadata CLI option - libcrmcommon: Bump CRM_FEATURE_SET for cluster option listing - tools: New crm_attribute --list-options=TYPE option - schemas: Update for crm_attribute --list-options - schemas: New options API schema - schemas: New OCF RA version 1.1 schema - tools: deprecate --text-fancy command-line option - remove dependency on /usr/bin/python3 using %python3_fix_shebang_path macro, [bsc#1212476] OBS-URL: https://build.opensuse.org/request/show/1158030 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=395
25 lines
780 B
Plaintext
25 lines
780 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/ClusterLabs/pacemaker.git</param>
|
|
<param name="package-meta">no</param>
|
|
<param name="exclude">.git</param>
|
|
<!--
|
|
To update to a new release, change "revision" to the desired
|
|
git commit hash and bump "version" if necessary
|
|
|
|
<param name="version">2.1.7</param>
|
|
-->
|
|
<param name="versionformat">2.1.7+%cd.%h</param>
|
|
<param name="revision">d18a497eb</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*pacemaker*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|