summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorPetr Rockai <me@mornfall.net>2014-02-20 09:49:45 +0100
committerPetr Rockai <me@mornfall.net>2014-02-28 11:23:52 +0100
commit244b80d948052c07b6f252c40146bae4a866362c (patch)
tree067389b007d6ccbd95958173db41f2e29631c22c /spec
parent9770c03ce0e7a955a6c6a4f7921ccdaf9c3bb1f0 (diff)
downloadlvm2-244b80d948052c07b6f252c40146bae4a866362c.tar.gz
spec: Package the new clvmd/cmirrord systemd units.
Diffstat (limited to 'spec')
-rw-r--r--spec/packages.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/packages.inc b/spec/packages.inc
index 4c0061778..d7502dee0 100644
--- a/spec/packages.inc
+++ b/spec/packages.inc
@@ -259,6 +259,11 @@ fi
%attr(755,root,root) /usr/sbin/clvmd
%{_mandir}/man8/clvmd.8.gz
%{_sysconfdir}/rc.d/init.d/clvmd
+%if %{enable_systemd}
+ %{_unitdir}/lvm2-clvmd.service
+ %{_unitdir}/lvm2-cluster-activation.service
+ %{_unitdir}/../lvm2-cluster-activation
+%endif
%endif
@@ -291,6 +296,9 @@ fi
%attr(755,root,root) /usr/sbin/cmirrord
%{_mandir}/man8/cmirrord.8.gz
%{_sysconfdir}/rc.d/init.d/cmirrord
+%if %{enable_systemd}
+ %{_unitdir}/lvm2-cmirrord.service
+%endif
%endif