Accepting request 991754 from devel:libraries:c_c++
- Update to version 2.27: + Fix for s390x: Remove double fclose in bd_s390_dasd_online + fs: Return BD_FS_ERROR_UNKNOWN_FS on mounting unknown filesystem + overrides: Fix translating exceptions in ErrorProxy + vdo_stats: Default to 100 % savings for invalid savings values + lvm-dbus: Add support for changing compression and deduplication + lvm: - Fix reading statistics for VDO pools with VDO 8 - Do not set global config to and empty string - Do not include duplicate entries in bd_lvm_lvs output - Use correct integer type in for comparison + crypto: Remove useless comparison in progress report in luks_format OBS-URL: https://build.opensuse.org/request/show/991754 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libblockdev?expand=0&rev=18
This commit is contained in:
commit
a1ea3a56a5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4c0e10b35ac632bda8ce6d200b5601184984dec387fe59185921eb42432e069
|
||||
size 932129
|
3
libblockdev-2.27.tar.gz
Normal file
3
libblockdev-2.27.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6dcce12707377ea803e5e75b585635e195655c349cc94244862a83b1114c3517
|
||||
size 914021
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 27 18:01:59 UTC 2022 - Sarah Kriesch <sarah.kriesch@opensuse.org>
|
||||
|
||||
- Update to version 2.27:
|
||||
+ Fix for s390x: Remove double fclose in bd_s390_dasd_online
|
||||
+ fs: Return BD_FS_ERROR_UNKNOWN_FS on mounting unknown
|
||||
filesystem
|
||||
+ overrides: Fix translating exceptions in ErrorProxy
|
||||
+ vdo_stats: Default to 100 % savings for invalid savings values
|
||||
+ lvm-dbus: Add support for changing compression and
|
||||
deduplication
|
||||
+ lvm:
|
||||
- Fix reading statistics for VDO pools with VDO 8
|
||||
- Do not set global config to and empty string
|
||||
- Do not include duplicate entries in bd_lvm_lvs output
|
||||
- Use correct integer type in for comparison
|
||||
+ crypto: Remove useless comparison in progress report in
|
||||
luks_format
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 27 17:26:35 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%bcond_with python2
|
||||
|
||||
Name: libblockdev
|
||||
Version: 2.26
|
||||
Version: 2.27
|
||||
Release: 0
|
||||
Summary: A library for low-level manipulation with block devices
|
||||
License: LGPL-2.1-only
|
||||
|
Loading…
Reference in New Issue
Block a user