diff --git a/libblockdev.changes b/libblockdev.changes index c4df979..22e8eb7 100644 --- a/libblockdev.changes +++ b/libblockdev.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Nov 18 23:58:04 UTC 2021 - Luciano Santos + +- Fix lack of dependency on libblockdev-lvm needed by libblockdev + package. The lvm-cache-stats binary needs the logical volume + plugin to work (boo#1183948). + ------------------------------------------------------------------- Sun Nov 14 16:20:46 UTC 2021 - Luciano Santos @@ -30,10 +37,13 @@ Wed Jan 20 08:14:59 UTC 2021 - Dirk Müller * exec: Fix setting locale for util calls * fs: Do not report error when errors were fixed by e2fsck * README: Use CI status image for 2.x-branch on 2.x - * fs: Fix compile error in ext_repair caused by cherry pick from master + * fs: Fix compile error in ext_repair caused by cherry pick from + master * Mark all GIR file constants as guint64 - * lvm: Set thin metadata limits to match limits LVM uses in lvcreate - * lvm: Do not use thin_metadata_size to recommend thin metadata size + * lvm: Set thin metadata limits to match limits LVM uses in + lvcreate + * lvm: Do not use thin_metadata_size to recommend thin metadata + size * lvm: Use the UNUSED macro instead of __attribute__((unused)) * Fix max size limit for LVM thinpool metadata * loop: Retry LOOP_SET_STATUS64 on EAGAIN @@ -42,11 +52,14 @@ Wed Jan 20 08:14:59 UTC 2021 - Dirk Müller Thu Aug 20 22:11:53 UTC 2020 - Dirk Mueller - udpate to 2.24: - * VDO plugin has been deprecated in this release (functionality replaced by LVM VDO) + * VDO plugin has been deprecated in this release (functionality + replaced by LVM VDO) * support for creating and managing LVM VDO volumes added - * support for unlocking of BitLocker-compatible format BITLK added + * support for unlocking of BitLocker-compatible format BITLK + added * new functions for (un)freezing filesystems added - * test suite can now be run against installed version of libblockdev + * test suite can now be run against installed version of + libblockdev ------------------------------------------------------------------- Tue Feb 4 09:35:28 UTC 2020 - Thomas Blume diff --git a/libblockdev.spec b/libblockdev.spec index 47f3ad2..05903fd 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -53,6 +53,8 @@ BuildRequires: pkgconfig(libudev) >= 216 BuildRequires: pkgconfig(mount) >= 2.23.0 BuildRequires: pkgconfig(yaml-0.1) Requires: %{libname} >= %{version} +### lvm-cache-stats binary needs LVM's plugin to work (boo#1183948) ### +Requires: libblockdev-lvm >= %{version} %description The LibBlockDev is a C library with GObject introspection support that can be