Skip to Content.
Sympa Menu

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

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 (b85a1126d1193aec85247e7bd82ab7f6f2f6ae6b)
  • Date: Wed, 25 Feb 2009 23:29:01 -0600

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

libs/libvirt/DEPENDS | 17 ++++++++++++++++-
libs/libvirt/HISTORY | 3 +++
2 files changed, 19 insertions(+), 1 deletion(-)

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

libvirt: Optionally depends on kvm, lvm, and parted

diff --git a/libs/libvirt/DEPENDS b/libs/libvirt/DEPENDS
index d323559..fcbe3ab 100755
--- a/libs/libvirt/DEPENDS
+++ b/libs/libvirt/DEPENDS
@@ -26,4 +26,19 @@ optional_depends iptables \
optional_depends xen \
'--with-xen' \
'--without-xen' \
- 'for XEN hypervisor support'
+ 'for XEN hypervisor support' &&
+
+optional_depends kvm \
+ '--with-qemu' \
+ '--without-qemu' \
+ 'for QEMU/KVM virtualization support' &&
+
+optional_depends lvm \
+ '--with-storage-lvm' \
+ '--without-storage-lvm' \
+ 'for Logical Volumen Management support' &&
+
+optional_depends parted \
+ '--with-storage-disk' \
+ '--without-storage-disk' \
+ 'for GParted partitioning backend'
diff --git a/libs/libvirt/HISTORY b/libs/libvirt/HISTORY
index 999e0d1..a99c38a 100644
--- a/libs/libvirt/HISTORY
+++ b/libs/libvirt/HISTORY
@@ -1,3 +1,6 @@
+2009-02-25 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Optionally depends on kvm, lvm, and parted
+
2008-10-30 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* init.d/libvirtd: Create /var/run/libvirt if it doesn't exist



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (b85a1126d1193aec85247e7bd82ab7f6f2f6ae6b), Eric Sandall, 02/26/2009

Archive powered by MHonArc 2.6.24.

Top of Page