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:
parent
a8106be5f7
commit
aa5ed5fe3a
@ -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
3
libblockdev-2.18.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:705d82a5a146c71a1f1159d4579648662f7e4414297eb5a2b3e7199d72bb73a8
|
||||
size 812346
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user