From 60ecc6c4e2834af3beafcb702335649ccd196c497ecf2c9f326912ab5a288bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 29 Jul 2022 20:01:47 +0000 Subject: [PATCH 1/2] 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 --- libblockdev-2.26.tar.gz | 3 --- libblockdev-2.27.tar.gz | 3 +++ libblockdev.changes | 15 +++++++++++++++ libblockdev.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 libblockdev-2.26.tar.gz create mode 100644 libblockdev-2.27.tar.gz diff --git a/libblockdev-2.26.tar.gz b/libblockdev-2.26.tar.gz deleted file mode 100644 index b2b2fcb..0000000 --- a/libblockdev-2.26.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4c0e10b35ac632bda8ce6d200b5601184984dec387fe59185921eb42432e069 -size 932129 diff --git a/libblockdev-2.27.tar.gz b/libblockdev-2.27.tar.gz new file mode 100644 index 0000000..ca1552f --- /dev/null +++ b/libblockdev-2.27.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dcce12707377ea803e5e75b585635e195655c349cc94244862a83b1114c3517 +size 914021 diff --git a/libblockdev.changes b/libblockdev.changes index 834d7e3..3b5f90a 100644 --- a/libblockdev.changes +++ b/libblockdev.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Jul 27 18:01:59 UTC 2022 - Sarah Kriesch + +- 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 diff --git a/libblockdev.spec b/libblockdev.spec index ec99052..d4f5dc8 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -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 From edf8189ac74e3f14fb37ee36ac9a74e72870381c8cb470c432b447014cf0e6ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 29 Jul 2022 20:04:36 +0000 Subject: [PATCH 2/2] Tweak .changes OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libblockdev?expand=0&rev=42 --- libblockdev.changes | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/libblockdev.changes b/libblockdev.changes index 3b5f90a..72a043f 100644 --- a/libblockdev.changes +++ b/libblockdev.changes @@ -2,16 +2,20 @@ Wed Jul 27 18:01:59 UTC 2022 - Sarah Kriesch - 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 + + 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