build: sanlock-devel is not in F15 yet

* libvirt.spec.in (with_sanlock): Only default on in rawhide.
Reported by Gerhard Stenzel.
This commit is contained in:
Eric Blake 2011-06-28 09:51:40 -06:00
parent 576682a5ef
commit d710531f95

View File

@ -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