From 299a9af11050ce1d66b68d8b68ec4bf96ce7801eb94fdaa86ba54cc745b5203f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 20 Aug 2020 22:15:23 +0000 Subject: [PATCH] - udpate to 2.24: * 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 * new functions for (un)freezing filesystems added * test suite can now be run against installed version of libblockdev OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libblockdev?expand=0&rev=31 --- libblockdev-2.22.tar.gz | 3 --- libblockdev-2.24.tar.gz | 3 +++ libblockdev.changes | 10 ++++++++++ libblockdev.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 libblockdev-2.22.tar.gz create mode 100644 libblockdev-2.24.tar.gz diff --git a/libblockdev-2.22.tar.gz b/libblockdev-2.22.tar.gz deleted file mode 100644 index bc0515a..0000000 --- a/libblockdev-2.22.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3cf4aea5f48da0cfa59737f91ebf2a2d6424cb59b4180c9716fff3d49fd90ce0 -size 854888 diff --git a/libblockdev-2.24.tar.gz b/libblockdev-2.24.tar.gz new file mode 100644 index 0000000..50623bf --- /dev/null +++ b/libblockdev-2.24.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc207c70dbef52c818a8abbcb6b8e298a6b63c0b78a5e1f2773b5f7b89300773 +size 905838 diff --git a/libblockdev.changes b/libblockdev.changes index 4e2d456..6103169 100644 --- a/libblockdev.changes +++ b/libblockdev.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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) + * support for creating and managing LVM VDO volumes 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 + ------------------------------------------------------------------- Tue Feb 4 09:35:28 UTC 2020 - Thomas Blume diff --git a/libblockdev.spec b/libblockdev.spec index d1a46b1..ddc01f1 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -1,7 +1,7 @@ # # spec file for package libblockdev # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %bcond_with python2 Name: libblockdev -Version: 2.22 +Version: 2.24 Release: 0 Summary: A library for low-level manipulation with block devices License: LGPL-2.1-only