* drbd: fix termination of verify with stop sector * drbd: Fix locking for the drbd_devices idr * drbd: use DEFINE_MUTEX insteadm of mutex_init() * drbd: remove device_to_minor() * drbd: fix race condition resetting resync_next_bit * build: fix make; make clean; make; with pre-packaged compat.patch * compat: fix compat implementation of CRYPTO_TFM_NEED_KEY * drbd: remove non-existant argument from kerneldoc * drbd: kernel-doc and related fixes from upstream * drbd: Avoid comma separated statements OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/drbd?expand=0&rev=130
21 lines
610 B
Plaintext
21 lines
610 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">git@github.com:LINBIT/drbd-9.0.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="filename">drbd</param>
|
|
<param name="versionformat">9.1.2+git.%h</param>
|
|
<param name="revision">drbd-9.0</param>
|
|
<param name="changesgenerate">enable</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>
|