[libvirt] Temporary disable sanlock as version is too old

Daniel Veillard veillard at fedoraproject.org
Mon Jul 4 15:05:40 UTC 2011


commit a0d670d2bf0b2c60a32d001c948c354e8841dcba
Author: Daniel Veillard <veillard at redhat.com>
Date:   Mon Jul 4 23:05:01 2011 +0800

    Temporary disable sanlock as version is too old

 libvirt.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/libvirt.spec b/libvirt.spec
index 95b501a..00c597f 100644
--- a/libvirt.spec
+++ b/libvirt.spec
@@ -164,7 +164,10 @@
 %endif
 
 # Enable sanlock library for lock management with QEMU
-%if 0%{?fedora} >= 16 || 0%{?rhel} >= 6
+# temporary remove sanlock support in F16 as it seems too old
+# checking for sanlock_restrict in -lsanlock... no
+
+%if 0%{?fedora} > 16 || 0%{?rhel} >= 6
 %define with_sanlock  0%{!?_without_sanlock:%{server_drivers}}
 %endif
 


More information about the scm-commits mailing list