Skip to content

Commit

Permalink
Low: Build: Move cluster-aware tools to the main package to avoid -cl…
Browse files Browse the repository at this point in the history
…i depending on -cluster-libs
  • Loading branch information
beekhof committed Sep 23, 2011
1 parent 13366b3 commit 8cea670
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions pacemaker.spec.in
Expand Up @@ -152,7 +152,6 @@ License: GPLv2+ and LGPLv2+
Summary: Command line tools for controlling Pacemaker clusters
Group: System Environment/Daemons
Requires: %{name}-libs = %{version}-%{release}
#Requires: %{name}-cluster-libs = %{version}-%{release}

%description cli
Pacemaker is an advanced, scalable High-Availability cluster resource
Expand Down Expand Up @@ -342,10 +341,17 @@ fi

%{_sbindir}/crm_attribute
%{_sbindir}/crm_master
%{_sbindir}/crm_node
%{_sbindir}/attrd_updater
%{_sbindir}/fence_legacy
%{_sbindir}/stonith_admin

%if %{with heartbeat}
%{_sbindir}/crm_uuid
%else
%exclude %{_sbindir}/crm_uuid
%endif

%doc COPYING
%doc AUTHORS
%doc ChangeLog
Expand Down Expand Up @@ -375,7 +381,6 @@ fi
%{_sbindir}/ptest
%{_sbindir}/crm_shadow
%{_sbindir}/cibpipe
%{_sbindir}/crm_node
%{_sbindir}/crm_simulate
%{_sbindir}/crm_report
%{_sbindir}/crm_ticket
Expand All @@ -385,12 +390,6 @@ fi
%doc %{_mandir}/man8/*
%endif

%if %{with heartbeat}
%{_sbindir}/crm_uuid
%else
%exclude %{_sbindir}/crm_uuid
%endif

%doc COPYING
%doc AUTHORS
%doc ChangeLog
Expand Down

0 comments on commit 8cea670

Please sign in to comment.