Accepting request 1146368 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1146368 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libblockdev?expand=0&rev=24
This commit is contained in:
commit
2a3b871b34
39
NEWS.rst
39
NEWS.rst
@ -1,3 +1,42 @@
|
||||
Libblockdev 3.1.0
|
||||
------------------
|
||||
|
||||
New minor release of the libblockdev library with multiple fixes. See below
|
||||
for details.
|
||||
|
||||
**Full list of changes**
|
||||
|
||||
Tomas Bzatek (7):
|
||||
|
||||
- tests: Default to /tmp for create_sparse_tempfile()
|
||||
- tests: Avoid setting up intermediary loop device for the nvme target
|
||||
- tests: Remove unreliable nvme attribute checks
|
||||
- lvm-dbus: Fix leaking error
|
||||
- lvm-dbus: Avoid using already-freed memory
|
||||
- utils: Add expected printf string annotation
|
||||
- fs: Report reason for open() and ioctl() failures
|
||||
|
||||
Vojtech Trefny (18):
|
||||
|
||||
- ci: Add an action to compile libblockdev with different compilers
|
||||
- Sync spec with downstream
|
||||
- Add BDPluginSpec constructor and use it in plugin_specs_from_names
|
||||
- overrides: Remove unused 'sys' import
|
||||
- ci: Manually prepare spec file for Packit
|
||||
- ci: Remove the custom version command for Packit
|
||||
- swap: Add support for checking label and UUID format
|
||||
- fs: Add a function to check label format for F2FS
|
||||
- fs: Add a generic function to check for fs info availability
|
||||
- fs: Fix allowed UUID for generic mkfs with VFAT
|
||||
- fs: Add support for getting filesystem min size for NTFS and Ext
|
||||
- tests: Remove some obsolete rules to skip tests
|
||||
- Mark NVDIMM plugin as deprecated since 3.1
|
||||
- part: Fix potential double free when getting parttype
|
||||
- tests: Use BDPluginSpec constructor in LVM DBus plugin tests
|
||||
- python: Add a deepcopy function to our structs
|
||||
- Fix missing progress initialization in bd_crypto_luks_add_key
|
||||
- tests: Skip some checks for btrfs errors with btrfs-progs 6.6.3
|
||||
|
||||
Libblockdev 3.0.4
|
||||
------------------
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49841ff92db0ab032931e6f2b5eab63e5969b0ddc14b067b60e46a6eb6c60e47
|
||||
size 1050971
|
3
libblockdev-3.1.0.tar.gz
Normal file
3
libblockdev-3.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41e4af66c9d78e795302d37825dfd88a4970f82da7b4ebe6487feba2afae44fb
|
||||
size 1054326
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 10:06:44 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to 3.1.0:
|
||||
* Add BDPluginSpec constructor and use it in plugin_specs_from_names
|
||||
* overrides: Remove unused 'sys' import
|
||||
* swap: Add support for checking label and UUID format
|
||||
* fs: Add a function to check label format for F2FS
|
||||
* fs: Add a generic function to check for fs info availability
|
||||
* fs: Fix allowed UUID for generic mkfs with VFAT
|
||||
* fs: Add support for getting filesystem min size for NTFS and Ext
|
||||
* Mark NVDIMM plugin as deprecated since 3.1
|
||||
* part: Fix potential double free when getting parttype
|
||||
* Fix missing progress initialization in bd_crypto_luks_add_key
|
||||
* lvm-dbus: Fix leaking error
|
||||
* lvm-dbus: Avoid using already-freed memory
|
||||
* utils: Add expected printf string annotation
|
||||
* fs: Report reason for open() and ioctl() failures
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 11 18:11:14 UTC 2023 - Sarah Kriesch <sarah.kriesch@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libblockdev
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -41,7 +41,7 @@
|
||||
%define soversion 3
|
||||
|
||||
Name: libblockdev
|
||||
Version: 3.0.4
|
||||
Version: 3.1.0
|
||||
Release: 0
|
||||
Summary: A library for low-level manipulation with block devices
|
||||
License: LGPL-2.1-only
|
||||
|
Loading…
x
Reference in New Issue
Block a user