602bd1747a
- attrd: Ensure attribute dampening is always observed - Bug cl#5213 - Limit the scope of the previous commit to the masters role - membership: Avoid duplicate peer entries in the peer cache - Bug cl#5184 - Ensure pending probes that ultimately fail are correctly updated (bnc#804763, bnc#879034) - Upstream version cs: 9776707a6232f25812009145fafa8a64c5b53910 - pengine: Correctly search failcount (bnc#880520) OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=139
24 lines
767 B
Plaintext
24 lines
767 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">git://github.com/ClusterLabs/pacemaker.git</param>
|
|
<param name="package-meta">yes</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">1.1.11</param>
|
|
-->
|
|
<param name="versionformat">1.1.11+git%cd.%h</param>
|
|
<param name="revision">9776707a6232f25812009145fafa8a64c5b53910</param>
|
|
</service>
|
|
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*pacemaker*.tar</param>
|
|
<param name="compression">bz2</param>
|
|
</service>
|
|
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|