1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

WIP: Try better checking for DLM

This commit is contained in:
Marian Csontos 2024-11-25 11:01:45 +01:00
parent 5893ca17da
commit 82ed000ca8

View File

@ -67,7 +67,7 @@
%global enable_lvmlockd_sanlock 1 %global enable_lvmlockd_sanlock 1
%endif %endif
%global sanlock_version 3.7.0-1 %global sanlock_version 3.7.0-1
%if %{rhel} <= 9 %if %{rhel} >= 7 && %{rhel} <= 9
%global enable_lvmlockd_dlm 1 %global enable_lvmlockd_dlm 1
%endif %endif
# FIXME: Check these conditions against RHEL builds! # FIXME: Check these conditions against RHEL builds!