Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5a96628d58755d593a6dcbff0d11cc701c81bb4e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5a96628d58755d593a6dcbff0d11cc701c81bb4e)
  • Date: Thu, 17 May 2018 16:15:31 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

disk/libblockdev/DEPENDS | 13 ++++++++-----
disk/libblockdev/HISTORY | 4 ++++
2 files changed, 12 insertions(+), 5 deletions(-)

New commits:
commit 5a96628d58755d593a6dcbff0d11cc701c81bb4e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libblockdev - improve depends

diff --git a/disk/libblockdev/DEPENDS b/disk/libblockdev/DEPENDS
index 71e8976..5aed550 100755
--- a/disk/libblockdev/DEPENDS
+++ b/disk/libblockdev/DEPENDS
@@ -1,6 +1,7 @@
depends eudev &&
depends glib2 &&
depends libbytesize &&
+depends lvm &&
depends pkgconfig &&
depends util-linux &&

@@ -8,14 +9,16 @@ optional_depends gobject-introspection '' '' 'Enable
introspection?' &&
optional_depends gtk-doc '--with-gtk-doc' '--without-gtk-doc' 'Build
Devhelp files?' &&

optional_depends kmod '' '' 'dynamic module loading' &&
-optional_depends lvm '--with-lvm' '--without-lvm' 'LVM support' &&
+#optional_depends lvm '--with-lvm' '--without-lvm --without-lvm_dbus'
'LVM support' &&
optional_depends parted '--with-part' '--without-part' 'partition support'
&&
optional_depends python3 '--with-python3' '--without-python3' 'Python3
support' &&
optional_depends python '--with-python2' '--without-python2' 'Python2
support' &&
optional_depends dmraid '--with-dm' '--without-dm' 'RAID support' &&
optional_depends ndctl '--with-nvdimm' '--without-nvdimm' 'NVDIMM support'
&&
-optional_depends volume_key '--with-crypto' '--without-crypto' 'crypto
support' &&
-if is_depends_enabled $SPELL volume_key;then
- depends nss
- depends cryptsetup-luks
+optional_depends cryptsetup-luks '--with-crypto' '--without-crypto' 'crypto
support' &&
+if is_depends_enabled $SPELL cryptsetup-luks;then
+ optional_depends volume_key '--with-escrow' '--without-escro' 'escrow
support' &&
+ if is_depends_enabled $SPELL volume_key;then
+ depends nss
+ fi
fi
diff --git a/disk/libblockdev/HISTORY b/disk/libblockdev/HISTORY
index 8f423ca..9a0cd65 100644
--- a/disk/libblockdev/HISTORY
+++ b/disk/libblockdev/HISTORY
@@ -1,3 +1,7 @@
+2018-05-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: rearrange, volume_key optional for esscrow support
+ lvm is required
+
2018-04-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.17
* DEPENDS: optional python2, ndctl



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5a96628d58755d593a6dcbff0d11cc701c81bb4e), Treeve Jelbert, 05/17/2018

Archive powered by MHonArc 2.6.24.

Top of Page