]> git.pld-linux.org Git - packages/pacemaker.git/commitdiff
crm_uuid moved to the heartbeat subpackage
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 25 Jun 2013 08:19:23 +0000 (10:19 +0200)
committerJacek Konieczny <jajcus@jajcus.net>
Tue, 25 Jun 2013 08:19:23 +0000 (10:19 +0200)
pacemaker.spec

index 3e3d4bc03e43384bcfeb6a392d82cec27fca9ab3..6cb5bfa38a705436769cc685ef5440c7e6cec43d 100644 (file)
@@ -232,7 +232,6 @@ fi
 %attr(755,root,root) %{_sbindir}/crm_shadow
 %attr(755,root,root) %{_sbindir}/crm_standby
 %attr(755,root,root) %{_sbindir}/crm_ticket
-%attr(755,root,root) %{_sbindir}/crm_uuid
 %attr(755,root,root) %{_sbindir}/crm_verify
 %attr(755,root,root) %{_sbindir}/crmadmin
 %attr(755,root,root) %{_sbindir}/fence_legacy
@@ -256,7 +255,6 @@ fi
 %{_mandir}/man8/crm_simulate.8.gz
 %{_mandir}/man8/crm_standby.8.gz
 %{_mandir}/man8/crm_ticket.8.gz
-%{_mandir}/man8/crm_uuid.8.gz
 %{_mandir}/man8/crm_verify.8.gz
 %{_mandir}/man8/crmadmin.8.gz
 %{_mandir}/man8/fence_legacy.8.gz
@@ -299,11 +297,13 @@ fi
 %if %{with heartbeat}
 %files heartbeat
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_sbindir}/crm_uuid
 %attr(755,root,root) %{_libdir}/heartbeat/attrd
 %attr(755,root,root) %{_libdir}/heartbeat/cib
 %attr(755,root,root) %{_libdir}/heartbeat/crmd
 %attr(755,root,root) %{_libdir}/heartbeat/pengine
 %attr(755,root,root) %{_libdir}/heartbeat/stonithd
+%{_mandir}/man8/crm_uuid.8.gz
 %endif
 
 %if %{with corosync}
This page took 0.253591 seconds and 4 git commands to generate.