mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
spec: RHEL-7 does not have sanlock on i686
This commit is contained in:
parent
9c7de20a2b
commit
a718d28279
@ -248,11 +248,16 @@
|
||||
%if 0%{?fedora} >= 16
|
||||
%define with_sanlock 0%{!?_without_sanlock:%{server_drivers}}
|
||||
%endif
|
||||
%if 0%{?rhel} >= 6
|
||||
%if 0%{?rhel} == 6
|
||||
%ifarch %{ix86} x86_64
|
||||
%define with_sanlock 0%{!?_without_sanlock:%{server_drivers}}
|
||||
%endif
|
||||
%endif
|
||||
%if 0%{?rhel} >= 7
|
||||
%ifarch x86_64
|
||||
%define with_sanlock 0%{!?_without_sanlock:%{server_drivers}}
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# Enable libssh2 transport for new enough distros
|
||||
%if 0%{?fedora} >= 17
|
||||
|
Loading…
Reference in New Issue
Block a user