From 8d8fc08bac990a09fcc5832d3087cc5cfc5ab1f4 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 6 Jun 2011 17:06:09 +0800 Subject: [PATCH] Deactivate sanlock for now until Dan Berrange updates it --- libvirt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt.spec b/libvirt.spec index 952f428..c020622 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -164,7 +164,7 @@ %endif # Enable sanlock library for lock management with QEMU -%if 0%{?fedora} >= 15 || 0%{?rhel} >= 6 +%if 0%{?fedora} >= 17 || 0%{?rhel} >= 6 %define with_sanlock 0%{!?_without_sanlock:%{server_drivers}} %endif