Accepting request 991523 from home:AdaLovelace:branches:devel:libraries:c_c++

- Update to version 2.27:
  * Fix for s390x: Remove double fclose in bd_s390_dasd_online (#2045784)
  * 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: Fix reading statistics for VDO pools with VDO 8
  * lvm-dbus: Add support for changing compression and deduplication
  * lvm: Do not set global config to and empty string
  * lvm: Do not include duplicate entries in bd_lvm_lvs output
  * lvm: 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/991523
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libblockdev?expand=0&rev=41
This commit is contained in:
2022-07-29 20:01:47 +00:00
committed by Git OBS Bridge
parent 2dd3164d3f
commit 60ecc6c4e2
4 changed files with 19 additions and 4 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6dcce12707377ea803e5e75b585635e195655c349cc94244862a83b1114c3517
size 914021

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
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 (#2045784)
* 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: Fix reading statistics for VDO pools with VDO 8
* lvm-dbus: Add support for changing compression and deduplication
* lvm: Do not set global config to and empty string
* lvm: Do not include duplicate entries in bd_lvm_lvs output
* lvm: 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>

View File

@@ -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