[Pacemaker] [PATCH] Build: fix fedora package interdependencies

Vadym Chepkov vchepkov at gmail.com
Thu Dec 2 10:09:46 EST 2010


# HG changeset patch
# User Vadym Chepkov <vchepkov at gmail.com>
# Date 1291302502 18000
# Branch stable-1.0
# Node ID b517ca7d84e972e10e1013faff00fa6fd430a165
# Parent  b2e39d318fda501e2fcf223c2d039b721f3679a9
Build: fix fedora package interdependencies

diff --git a/pacemaker.spec b/pacemaker.spec
--- a/pacemaker.spec
+++ b/pacemaker.spec
@@ -85,10 +85,12 @@
 
 %if %{with ais}
 BuildRequires:	corosynclib-devel
+Requires:	corosynclib
 %endif
 
 %if %{with heartbeat}
-BuildRequires:	heartbeat-devel heartbeat-libs
+BuildRequires:	heartbeat-devel
+Requires:	heartbeat-libs
 %endif
 
 %description




More information about the Pacemaker mailing list