Accepting request 619653 from home:luc14n0:branches:devel:libraries:c_c++

Update to 2.18

OBS-URL: https://build.opensuse.org/request/show/619653
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libblockdev?expand=0&rev=17
This commit is contained in:
Luciano Santos 2018-06-29 00:45:37 +00:00 committed by Git OBS Bridge
parent a8106be5f7
commit aa5ed5fe3a
4 changed files with 19 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49ed2ae9c5edf4f717560bbc9aa43b0a1ce9a0f2836350602fd8c2fc4a81f651
size 763887

3
libblockdev-2.18.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:705d82a5a146c71a1f1159d4579648662f7e4414297eb5a2b3e7199d72bb73a8
size 812346

View File

@ -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 Fri May 4 02:53:53 UTC 2018 - luc14n0@linuxmail.org
- Update to version 2.17: - Update to version 2.17:
+ New Features: + New plugin: nvdimm, support for NVDIMM namespaces management;
- New plugin: nvdimm. Support for NVDIMM namespaces management; + LUKS2 support for creating LUKS2 format including authenticated
- LUKS2 support for creating LUKS2 format including disk encryption. Multiple new functions for working with LUKS
authenticated disk encryption. Multiple new functions for devices (suspend/resume, header backup, metadata size...);
working with LUKS devices (suspend/resume, header backup, + Extended support for opening TrueCrypt/VeraCrypt volumes.
metadata size...);
- Extended support for opening TrueCrypt/VeraCrypt volumes.
- Drop pkgconfig(nss) and libvolume_key-devel BuildRequires now - Drop pkgconfig(nss) and libvolume_key-devel BuildRequires now
that they are optional and pass without-escrow to configure: that they are optional and pass without-escrow to configure:
libvolume_key's code is ancient and nearly dead upstream. libvolume_key's code is ancient and nearly dead upstream.

View File

@ -21,8 +21,9 @@
%define somajor 2 %define somajor 2
%define libname %{name}%{somajor} %define libname %{name}%{somajor}
%bcond_with python2 %bcond_with python2
Name: libblockdev Name: libblockdev
Version: 2.17 Version: 2.18
Release: 0 Release: 0
Summary: A library for low-level manipulation with block devices Summary: A library for low-level manipulation with block devices
License: LGPL-2.1-only License: LGPL-2.1-only
@ -36,7 +37,6 @@ BuildRequires: gobject-introspection-devel >= 1.3.0
BuildRequires: gtk-doc BuildRequires: gtk-doc
BuildRequires: pkgconfig BuildRequires: pkgconfig
%{?with_python2:BuildRequires: python-devel} %{?with_python2:BuildRequires: python-devel}
BuildRequires: python3-base
BuildRequires: python3-devel BuildRequires: python3-devel
# There is a s390x plugin that, until vtoc.h is provided, can't be added. # There is a s390x plugin that, until vtoc.h is provided, can't be added.
#BuildRequires: s390-tools-devel #BuildRequires: s390-tools-devel
@ -427,6 +427,7 @@ with the libbd_utils library.
--with-btrfs \ --with-btrfs \
--with-crypto \ --with-crypto \
--with-dm \ --with-dm \
--with-dmraid \
--with-fs \ --with-fs \
--with-gtk-doc \ --with-gtk-doc \
--with-kbd \ --with-kbd \
@ -438,7 +439,8 @@ with the libbd_utils library.
--with-part \ --with-part \
--with-swap \ --with-swap \
--without-escrow \ --without-escrow \
--without-nvdimm --without-nvdimm \
--without-vdo
%make_build %make_build
%install %install