From: Thierry Parmentelat Date: Thu, 28 Jun 2012 13:03:28 +0000 (+0200) Subject: rebuild our own libvirt on f16 only. f17 has 0.9.11 X-Git-Tag: 5.0-rc28~30 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a6651c05a87b7558d3efc9de716fca47664db105;p=build.git rebuild our own libvirt on f16 only. f17 has 0.9.11 --- diff --git a/lxc.mk b/lxc.mk index 61aef0ec..14bc74f1 100644 --- a/lxc.mk +++ b/lxc.mk @@ -89,6 +89,13 @@ fprobe-ulog-SPEC := fprobe-ulog.spec ALL += fprobe-ulog IN_NODEIMAGE += fprobe-ulog +#################### libvirt on f16 is too old, sounds like f17 has something fine +local_libvirt=false +ifeq "$(DISTRONAME)" "f16" +local_libvirt=true +endif + +ifeq "$(local_libvirt)" "true" # # libvirt # @@ -109,6 +116,7 @@ libvirt-RPMFLAGS := --without storage-disk --without storage-iscsi --without sto ALL += libvirt IN_NODEREPO += libvirt IN_NODEIMAGE += libvirt +endif # # DistributedRateLimiting