1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Build lockd only for Fedora >= 22 and RHEL >= 7

This commit is contained in:
Marian Csontos 2015-06-26 19:03:56 +02:00
parent b4e8de3a31
commit dd385eb5ac

View File

@ -27,7 +27,9 @@
%service lvmpolld 1
%if %{fedora} >= 22 || %{rhel} >= 7
%service lvmlockd 1
%endif
##############################################################