diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/source.inc | 5 |
1 files changed, 5 insertions, 0 deletions
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 ############################################################## |