diff --git a/libblockdev-2.17.tar.gz b/libblockdev-2.17.tar.gz deleted file mode 100644 index ab9a239..0000000 --- a/libblockdev-2.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49ed2ae9c5edf4f717560bbc9aa43b0a1ce9a0f2836350602fd8c2fc4a81f651 -size 763887 diff --git a/libblockdev-2.18.tar.gz b/libblockdev-2.18.tar.gz new file mode 100644 index 0000000..bc1c6ab --- /dev/null +++ b/libblockdev-2.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:705d82a5a146c71a1f1159d4579648662f7e4414297eb5a2b3e7199d72bb73a8 +size 812346 diff --git a/libblockdev.changes b/libblockdev.changes index eb75831..b2fd018 100644 --- a/libblockdev.changes +++ b/libblockdev.changes @@ -1,14 +1,18 @@ +------------------------------------------------------------------- +Thu Jun 28 03:22:34 UTC 2018 - luc14n0@linuxmail.org + +- Update to version 2.18: + + New plugin: vdo, support for creating and managing VDO volumes. + ------------------------------------------------------------------- Fri May 4 02:53:53 UTC 2018 - luc14n0@linuxmail.org - Update to version 2.17: - + New Features: - - New plugin: nvdimm. Support for NVDIMM namespaces management; - - LUKS2 support for creating LUKS2 format including - authenticated disk encryption. Multiple new functions for - working with LUKS devices (suspend/resume, header backup, - metadata size...); - - Extended support for opening TrueCrypt/VeraCrypt volumes. + + New plugin: nvdimm, support for NVDIMM namespaces management; + + LUKS2 support for creating LUKS2 format including authenticated + disk encryption. Multiple new functions for working with LUKS + devices (suspend/resume, header backup, metadata size...); + + Extended support for opening TrueCrypt/VeraCrypt volumes. - Drop pkgconfig(nss) and libvolume_key-devel BuildRequires now that they are optional and pass without-escrow to configure: libvolume_key's code is ancient and nearly dead upstream. diff --git a/libblockdev.spec b/libblockdev.spec index 7a8447e..6e057cb 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -21,8 +21,9 @@ %define somajor 2 %define libname %{name}%{somajor} %bcond_with python2 + Name: libblockdev -Version: 2.17 +Version: 2.18 Release: 0 Summary: A library for low-level manipulation with block devices License: LGPL-2.1-only @@ -36,7 +37,6 @@ BuildRequires: gobject-introspection-devel >= 1.3.0 BuildRequires: gtk-doc BuildRequires: pkgconfig %{?with_python2:BuildRequires: python-devel} -BuildRequires: python3-base BuildRequires: python3-devel # There is a s390x plugin that, until vtoc.h is provided, can't be added. #BuildRequires: s390-tools-devel @@ -427,6 +427,7 @@ with the libbd_utils library. --with-btrfs \ --with-crypto \ --with-dm \ + --with-dmraid \ --with-fs \ --with-gtk-doc \ --with-kbd \ @@ -438,7 +439,8 @@ with the libbd_utils library. --with-part \ --with-swap \ --without-escrow \ - --without-nvdimm + --without-nvdimm \ + --without-vdo %make_build %install