diff mbox series

[meta-oe] libblockdev: upgrade 3.0.4 -> 3.1.0

Message ID 1707206740-5305-1-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe] libblockdev: upgrade 3.0.4 -> 3.1.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 6, 2024, 8:05 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 .../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 mbox series

Patch

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 d6ee103bb..60182d84e 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"