Accepting request 1114648 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1114648 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libblockdev?expand=0&rev=21
This commit is contained in:
commit
36371965fb
30
NEWS.rst
30
NEWS.rst
@ -1,3 +1,33 @@
|
||||
Libblockdev 3.0.3
|
||||
------------------
|
||||
|
||||
New bugfix release of the libblockdev library with multiple fixes. See below
|
||||
for details.
|
||||
|
||||
**Full list of changes**
|
||||
|
||||
Marius Vollmer (1):
|
||||
|
||||
- Always use "--fs ignore" with lvresize
|
||||
|
||||
Michael Biebl (1):
|
||||
|
||||
- tests: Specificy required versions when importing GLib and BlockDev
|
||||
introspection
|
||||
|
||||
Tomas Bzatek (3):
|
||||
|
||||
- nvme: Use interim buffer for nvme_get_log_sanitize()
|
||||
- nvme: Generate HostID when missing
|
||||
- tests: Minor NVMe HostNQN fixes
|
||||
|
||||
Vojtech Trefny (4):
|
||||
|
||||
- tests: Replace deprecated unittest assert calls
|
||||
- fs: Fix leaking directories with temporary mounts
|
||||
- fs: Fix memory leak
|
||||
- crypto: Correctly convert passphrases from Python to C
|
||||
|
||||
Libblockdev 3.0.2
|
||||
------------------
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7aff7c762abe7585fac0ea335ea5eefced6688515cc5a0b9c1a18003246af079
|
||||
size 1067300
|
3
libblockdev-3.0.3.tar.gz
Normal file
3
libblockdev-3.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f2872830293f3e222832903d80de4c38e06a9c3ea18915b3263272a72095ea8
|
||||
size 1048628
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 29 07:48:57 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.0.3:
|
||||
* Always use "--fs ignore" with lvresize
|
||||
* nvme:
|
||||
- Use interim buffer for nvme_get_log_sanitize()
|
||||
- Generate HostID when missing
|
||||
* tests:
|
||||
- Specificy required versions when importing GLib and BlockDev
|
||||
introspection
|
||||
- Minor NVMe HostNQN fixes
|
||||
- Replace deprecated unittest assert calls
|
||||
* fs:
|
||||
- Fix leaking directories with temporary mounts
|
||||
- Fix memory leak
|
||||
* crypto: Correctly convert passphrases from Python to C
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 23 01:16:38 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
%define soversion 3
|
||||
|
||||
Name: libblockdev
|
||||
Version: 3.0.2
|
||||
Version: 3.0.3
|
||||
Release: 0
|
||||
Summary: A library for low-level manipulation with block devices
|
||||
License: LGPL-2.1-only
|
||||
|
Loading…
Reference in New Issue
Block a user