From 82ed000ca8c0ecd66804c592e1a56ad23fd5ff27 Mon Sep 17 00:00:00 2001 From: Marian Csontos Date: Mon, 25 Nov 2024 11:01:45 +0100 Subject: [PATCH] WIP: Try better checking for DLM --- spec/source.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/source.inc b/spec/source.inc index 2ca659b52..96f232bd8 100644 --- a/spec/source.inc +++ b/spec/source.inc @@ -67,7 +67,7 @@ %global enable_lvmlockd_sanlock 1 %endif %global sanlock_version 3.7.0-1 - %if %{rhel} <= 9 + %if %{rhel} >= 7 && %{rhel} <= 9 %global enable_lvmlockd_dlm 1 %endif # FIXME: Check these conditions against RHEL builds!