From b3000598ce6eee56f114a472d47dead753df2f9a Mon Sep 17 00:00:00 2001 From: Marian Csontos Date: Fri, 16 Sep 2016 18:01:31 +0200 Subject: spec: Disable sanlock only, keep lockd_dlm enabled --- spec/source.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spec/source.inc b/spec/source.inc index 43bb20c0a..30a706c96 100644 --- a/spec/source.inc +++ b/spec/source.inc @@ -65,6 +65,11 @@ %global enable_lockd_sanlock 0 %endif %endif +%else + %if %{fedora} >= 22 + %service lvmlockd 1 + %global enable_lockd_dlm 1 + %endif %endif ############################################################## -- cgit v1.2.1