From: Eric Blake Date: Tue, 28 Jun 2011 15:51:40 +0000 (-0600) Subject: build: sanlock-devel is not in F15 yet X-Git-Tag: v0.9.3-rc2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d710531f95fd24948e4234c7f3facbfed80b30a2;p=thirdparty%2Flibvirt.git build: sanlock-devel is not in F15 yet * libvirt.spec.in (with_sanlock): Only default on in rawhide. Reported by Gerhard Stenzel. --- diff --git a/libvirt.spec.in b/libvirt.spec.in index f0bcf37048..58e5153698 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -164,7 +164,7 @@ %endif # Enable sanlock library for lock management with QEMU -%if 0%{?fedora} >= 15 || 0%{?rhel} >= 6 +%if 0%{?fedora} >= 16 || 0%{?rhel} >= 6 %define with_sanlock 0%{!?_without_sanlock:%{server_drivers}} %endif