]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
build: sanlock-devel is not in F15 yet
authorEric Blake <eblake@redhat.com>
Tue, 28 Jun 2011 15:51:40 +0000 (09:51 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 28 Jun 2011 17:25:04 +0000 (11:25 -0600)
* libvirt.spec.in (with_sanlock): Only default on in rawhide.
Reported by Gerhard Stenzel.

libvirt.spec.in

index f0bcf370481dbf8cd7e5ea326ea4864b628923c0..58e5153698e3fa0779d2a18f0ffbc37ca9203adc 100644 (file)
 %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