Accepting request 932759 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/932759 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libblockdev?expand=0&rev=15
This commit is contained in:
commit
efc011e5a2
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 18 23:58:04 UTC 2021 - Luciano Santos <luc14n0@linuxmail.org>
|
||||
|
||||
- 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 <luc14n0@linuxmail.org>
|
||||
|
||||
@ -30,10 +37,13 @@ Wed Jan 20 08:14:59 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
* 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 <dmueller@suse.com>
|
||||
Thu Aug 20 22:11:53 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- 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 <thomas.blume@suse.com>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user