Accepting request 1114268 from home:iznogood:branches:devel:libraries:c_c++

- 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

OBS-URL: https://build.opensuse.org/request/show/1114268
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libblockdev?expand=0&rev=50
This commit is contained in:
Luciano Santos 2023-10-02 02:58:02 +00:00 committed by Git OBS Bridge
parent b19b2c8c4e
commit f92941c39e
5 changed files with 52 additions and 4 deletions

View File

@ -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 Libblockdev 3.0.2
------------------ ------------------

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f2872830293f3e222832903d80de4c38e06a9c3ea18915b3263272a72095ea8
size 1048628

View File

@ -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> Wed Aug 23 01:16:38 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>

View File

@ -41,7 +41,7 @@
%define soversion 3 %define soversion 3
Name: libblockdev Name: libblockdev
Version: 3.0.2 Version: 3.0.3
Release: 0 Release: 0
Summary: A library for low-level manipulation with block devices Summary: A library for low-level manipulation with block devices
License: LGPL-2.1-only License: LGPL-2.1-only