]> xenbits.xensource.com Git - libvirt.git/commitdiff
spec: sanlock is x86_64 only on RHEL
authorJiri Denemark <jdenemar@redhat.com>
Tue, 6 May 2014 07:39:18 +0000 (09:39 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 6 May 2014 12:04:53 +0000 (14:04 +0200)
libvirt.spec.in

index aeccf4f08a013655914e0d063828a0b98d12179f..84d5bf3444ddb62ac7ecf088f7cf27383b3dd2cb 100644 (file)
 %endif
 
 # Enable sanlock library for lock management with QEMU
-# Sanlock is available only on i686 x86_64 for RHEL
+# Sanlock is available only on x86_64 for RHEL
 %if 0%{?fedora} >= 16
     %define with_sanlock 0%{!?_without_sanlock:%{server_drivers}}
 %endif
-%if 0%{?rhel} == 6
-    %ifarch %{ix86} x86_64
-        %define with_sanlock 0%{!?_without_sanlock:%{server_drivers}}
-    %endif
-%endif
-%if 0%{?rhel} >= 7
+%if 0%{?rhel} >= 6
     %ifarch x86_64
         %define with_sanlock 0%{!?_without_sanlock:%{server_drivers}}
     %endif