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

Eric Sandall scm at sourcemage.org
Thu Feb 26 00:29:01 EST 2009


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



More information about the SM-Commit mailing list