Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (53f024820f607689cf3aaddf6893e1bed2485cac)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (53f024820f607689cf3aaddf6893e1bed2485cac)
  • Date: Fri, 18 Dec 2009 05:56:36 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

disk/lvm/HISTORY | 4 ++++
disk/lvm/PRE_SUB_DEPENDS | 5 +++++
disk/lvm/SUB_DEPENDS | 6 ++++++
libs/libvirt/DEPENDS | 2 +-
libs/libvirt/DETAILS | 5 +++--
libs/libvirt/HISTORY | 5 +++++
libs/libvirt/libvirt-0.7.4.tar.gz.sig |binary
7 files changed, 24 insertions(+), 3 deletions(-)

New commits:
commit 53f024820f607689cf3aaddf6893e1bed2485cac
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libvirt: Requires full build of lvm
Fixes Bug #15517

commit 6d695eaefec79ecc35fcfa1a7ea0db19f3b662e7
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

lvm: Allow forcing all of LVM to be built
Fixes Bug #15517

commit 7d090d903228d62db6ca1db16542354191cf5c06
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libvirt: Updated to 0.7.4

diff --git a/disk/lvm/HISTORY b/disk/lvm/HISTORY
index c93922c..578ff03 100644
--- a/disk/lvm/HISTORY
+++ b/disk/lvm/HISTORY
@@ -1,3 +1,7 @@
+2009-12-18 Eric Sandall <sandalle AT sourcemage.org>
+ * SUB_DEPENDS, PRE_SUB_DEPENDS: Allow forcing all of LVM to be built
+ Fixes Bug #15517
+
2009-11-25 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.02.56

diff --git a/disk/lvm/PRE_SUB_DEPENDS b/disk/lvm/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..0b139d2
--- /dev/null
+++ b/disk/lvm/PRE_SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+ LVM_FULL) [[ "$LVM_DM_ONLY" == "n" ]] && return 0 ;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
+ return 1;;
+esac
diff --git a/disk/lvm/SUB_DEPENDS b/disk/lvm/SUB_DEPENDS
new file mode 100755
index 0000000..7c24e9b
--- /dev/null
+++ b/disk/lvm/SUB_DEPENDS
@@ -0,0 +1,6 @@
+case "$THIS_SUB_DEPENDS" in
+ LVM_FULL) LVM_DM_ONLY=n &&
+ persistent_add LVM_DM_ONLY ;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" &&
+ return 1;;
+esac
diff --git a/libs/libvirt/DEPENDS b/libs/libvirt/DEPENDS
index c83ae1d..a1f9164 100755
--- a/libs/libvirt/DEPENDS
+++ b/libs/libvirt/DEPENDS
@@ -5,7 +5,7 @@ depends curl &&
depends glib2 &&
depends gnutls &&

-depends lvm '--with-storage-lvm' &&
+depends -sub "LVM_FULL" lvm '--with-storage-lvm' &&

optional_depends avahi \
'--with-avahi' \
diff --git a/libs/libvirt/DETAILS b/libs/libvirt/DETAILS
index 5de0a13..20d28eb 100755
--- a/libs/libvirt/DETAILS
+++ b/libs/libvirt/DETAILS
@@ -1,9 +1,10 @@
SPELL=libvirt
- VERSION=0.7.2
+ VERSION=0.7.4
SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://libvirt.org/libvirt/$SOURCE
-
SOURCE_HASH=sha512:21593d18102a027db75228e9ef4e4c70eb9098bbdfc4e6a59b1c2664bdd01979559df4f822499207089c31695f0cd2ceb7ee7243dd339eb921142810443c1085
+#
SOURCE_HASH=sha512:21593d18102a027db75228e9ef4e4c70eb9098bbdfc4e6a59b1c2664bdd01979559df4f822499207089c31695f0cd2ceb7ee7243dd339eb921142810443c1085
LICENSE[0]=LGPL
WEB_SITE=http://libvirt.org/
KEYWORDS="libs virtualization"
diff --git a/libs/libvirt/HISTORY b/libs/libvirt/HISTORY
index 23c2639..6d7943f 100644
--- a/libs/libvirt/HISTORY
+++ b/libs/libvirt/HISTORY
@@ -1,3 +1,8 @@
+2009-12-18 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.7.4
+ * DEPENDS: Requires full build of lvm
+ Fixes Bug #15517
+
2009-12-17 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Suggest nc for SSH tunneling
See http://libvirt.org/remote.html#Remote_transports
diff --git a/libs/libvirt/libvirt-0.7.4.tar.gz.sig
b/libs/libvirt/libvirt-0.7.4.tar.gz.sig
new file mode 100644
index 0000000..2297b38
Binary files /dev/null and b/libs/libvirt/libvirt-0.7.4.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (53f024820f607689cf3aaddf6893e1bed2485cac), Eric Sandall, 12/18/2009

Archive powered by MHonArc 2.6.24.

Top of Page