524400d0e7
bsc#983633, upgrade to ver9.0.2 to build against kernel 4.6/4.7-rc2 OBS-URL: https://build.opensuse.org/request/show/401378 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/drbd?expand=0&rev=34
25 lines
758 B
Plaintext
25 lines
758 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">git://git.linbit.com/drbd-9.0.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="filename">drbd</param>
|
|
<!--
|
|
To update to a new release, change "revision" to the desired
|
|
git commit hash and bump "version" if necessary
|
|
|
|
<param name="version">9.0.2</param>
|
|
-->
|
|
<param name="versionformat">9.0.2+git.%h</param>
|
|
<param name="revision">14d2eead95f99a7de1c0b3e3f335a30b8d486bcb</param>
|
|
</service>
|
|
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*drbd*.tar</param>
|
|
<param name="compression">bz2</param>
|
|
</service>
|
|
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">drbd</param>
|
|
</service>
|
|
</services>
|