From c93de21d0f6b43a83c0844d4083f0a056a5b9cb59731736a1c6c11cdcd082fed Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 13 Feb 2024 11:02:59 +0000 Subject: [PATCH] Accepting request 1146122 from home:polslinux:branches:devel:libraries:c_c++ - 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 OBS-URL: https://build.opensuse.org/request/show/1146122 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libblockdev?expand=0&rev=56 --- NEWS.rst | 39 +++++++++++++++++++++++++++++++++++++++ libblockdev-3.0.4.tar.gz | 3 --- libblockdev-3.1.0.tar.gz | 3 +++ libblockdev.changes | 19 +++++++++++++++++++ libblockdev.spec | 4 ++-- 5 files changed, 63 insertions(+), 5 deletions(-) delete mode 100644 libblockdev-3.0.4.tar.gz create mode 100644 libblockdev-3.1.0.tar.gz diff --git a/NEWS.rst b/NEWS.rst index 8ce21b3..42e90f1 100644 --- a/NEWS.rst +++ b/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 ------------------ diff --git a/libblockdev-3.0.4.tar.gz b/libblockdev-3.0.4.tar.gz deleted file mode 100644 index f35d74a..0000000 --- a/libblockdev-3.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49841ff92db0ab032931e6f2b5eab63e5969b0ddc14b067b60e46a6eb6c60e47 -size 1050971 diff --git a/libblockdev-3.1.0.tar.gz b/libblockdev-3.1.0.tar.gz new file mode 100644 index 0000000..62ecef8 --- /dev/null +++ b/libblockdev-3.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e4af66c9d78e795302d37825dfd88a4970f82da7b4ebe6487feba2afae44fb +size 1054326 diff --git a/libblockdev.changes b/libblockdev.changes index ba12259..41a0368 100644 --- a/libblockdev.changes +++ b/libblockdev.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Feb 12 10:06:44 UTC 2024 - Paolo Stivanin + +- 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 diff --git a/libblockdev.spec b/libblockdev.spec index 08f6e7e..9d34784 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -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