From 933e9a58ef4547da811da863739eb7ecd5d6b3cc Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 6 Feb 2024 16:05:40 +0800 Subject: [PATCH] libblockdev: upgrade 3.0.4 -> 3.1.0 Changelog: ============== - 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 - 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 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libblockdev/{libblockdev_3.0.4.bb => libblockdev_3.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/libblockdev/{libblockdev_3.0.4.bb => libblockdev_3.1.0.bb} (97%) diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_3.0.4.bb b/meta-oe/recipes-extended/libblockdev/libblockdev_3.1.0.bb similarity index 97% rename from meta-oe/recipes-extended/libblockdev/libblockdev_3.0.4.bb rename to meta-oe/recipes-extended/libblockdev/libblockdev_3.1.0.bb index d6ee103bb3..60182d84eb 100644 --- a/meta-oe/recipes-extended/libblockdev/libblockdev_3.0.4.bb +++ b/meta-oe/recipes-extended/libblockdev/libblockdev_3.1.0.bb @@ -15,7 +15,7 @@ DEPENDS = "autoconf-archive-native glib-2.0 kmod udev libnvme" SRC_URI = "git://github.com/storaged-project/libblockdev;branch=master;protocol=https \ file://0001-fix-pythondir-for-multilib-when-cross-compiling.patch \ " -SRCREV = "ec0120de06f28ecfc10953b712f7f42735787bcf" +SRCREV = "65f50bf912374b85d673f2716ea0c8306980c95b" S = "${WORKDIR}/git" FILES:${PN} += "${libdir}/python3.*/site-packages"