]> git.pld-linux.org Git - packages/libvirt.git/commitdiff
- build with sheepdog/collie storage backend support
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 7 Oct 2012 12:36:27 +0000 (14:36 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 7 Oct 2012 12:36:38 +0000 (14:36 +0200)
libvirt.spec

index 8916922ea02e27569ac15bb32ce002bb670a9e61..ff2742dae60dde7639b97e4af93a6cf0af84ae4f 100644 (file)
@@ -1,6 +1,4 @@
 #
-# TODO:
-#   --with-storage-sheepdog (COLLIE program)
 # Conditional build:
 %bcond_without ceph            # RADOS BD (Ceph) storage support
 %bcond_without esx             # VMware ESX support
@@ -258,6 +256,7 @@ Suggests:   parted >= 1.8.0
 Suggests:      polkit >= 0.93
 #Suggests:     radvd
 Suggests:      scrub
+#Suggests:     sheepdog
 
 %description daemon
 Server side daemon required to manage the virtualization capabilities
@@ -452,6 +451,7 @@ mv po/vi_VN.gmo po/vi.gmo
        SCRUB=/usr/bin/scrub \
        OVSVSCTL=/usr/bin/ovs-vsctl \
        NUMAD=/usr/bin/numad \
+       COLLIE=/usr/sbin/collie \
        --disable-silent-rules \
        --with-html-dir=%{_gtkdocdir} \
        --with-html-subdir=%{name} \
@@ -463,6 +463,7 @@ mv po/vi_VN.gmo po/vi.gmo
        --with-storage-mpath \
        --with-storage-rbd%{!?with_ceph:=no} \
        --with-storage-scsi \
+       --with-storage-sheepdog \
        --with-macvtap \
        --with-virtualport \
        --with-udev \
This page took 0.263681 seconds and 4 git commands to generate.