- Update to version 9.1.2
* 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
This commit is contained in:
parent
0ea57caa91
commit
8d622e7b70
12
_service
12
_service
@ -3,16 +3,10 @@
|
||||
<param name="url">git@github.com:LINBIT/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="versionformat">9.1.2+git.%h</param>
|
||||
<param name="revision">drbd-9.0</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
||||
This will download branch first instead of tag.
|
||||
<param name="revision">drbd-9.0</param>
|
||||
<param name="version">9.0.29~0</param>
|
||||
-->
|
||||
<param name="versionformat">9.0.29~0+git.%h</param>
|
||||
<param name="revision">drbd-9.0</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git@github.com:LINBIT/drbd-9.0.git</param>
|
||||
<param name="changesrevision">263ac567d1b4bb285c13dadaa7cb59b6a2dc8d48</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1c662ff2c888521e9dc9d2684a4b75a093b4f80f91b93f7caaf9e4ebb84c568
|
||||
size 371450
|
3
drbd-9.1.2+git.263ac567.tar.bz2
Normal file
3
drbd-9.1.2+git.263ac567.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22889705dff791f246c5d5b9eef4ad57bb10941ee20d19c32618073ec2418116
|
||||
size 371217
|
15
drbd.changes
15
drbd.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 04 13:27:15 UTC 2021 - varkoly@suse.com
|
||||
|
||||
- Update to version 9.1.2
|
||||
* 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 7 05:53:20 UTC 2021 - nick wang <nwang@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user