From a6651c05a87b7558d3efc9de716fca47664db105 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 28 Jun 2012 15:03:28 +0200 Subject: [PATCH] rebuild our own libvirt on f16 only. f17 has 0.9.11 --- lxc.mk | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.47.0