1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-11-06 20:23:51 +03:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Marian Csontos
6887846559 [WIP] Disable dlm for RHEL10 2024-09-09 16:06:59 +02:00

View File

@@ -63,11 +63,13 @@
%if %{fedora} >= 27 || %{rhel} >= 7 %if %{fedora} >= 27 || %{rhel} >= 7
%service lvmlockd 1 %service lvmlockd 1
# For RH7 require 7.4 for sanlock # For RH7 require 7.4 for sanlock
%if %{rhel} != 7 || 0%{?rhel_minor_version} > 4 %if %{rhel} > 7 || 0%{?rhel_minor_version} > 4
%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
%global enable_lvmlockd_dlm 1 %if %{rhel} <= 9
%global enable_lvmlockd_dlm 1
%endif
# FIXME: Check these conditions against RHEL builds! # FIXME: Check these conditions against RHEL builds!
%if %{rhel} %if %{rhel}
%ifnarch i686 x86_64 s390x %ifnarch i686 x86_64 s390x