]> git.pld-linux.org Git - packages/pacemaker.git/commitdiff
pacemakerd (for corosync) reqs libhbclient.so.1
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Mon, 24 Jun 2013 11:09:00 +0000 (13:09 +0200)
committerJacek Konieczny <jajcus@jajcus.net>
Mon, 24 Jun 2013 11:09:00 +0000 (13:09 +0200)
This is probably a bug, but adding Requires: to make it work.
Dependency is not auto-detected, as pacemaker loads the library
dynamically.

pacemaker.spec

index 07e1662e2427577cc272c94632b6a83c679b8a81..1d7bc31215b2ff7bba604f4ac8d04d18c0ab2d8b 100644 (file)
@@ -89,6 +89,7 @@ Summary:      Pacemaker for Corosync cluster
 Group:         Applications/System
 Requires:      corosync
 Requires:       systemd-units >= 38
+%requires_eq   heartbeat-libs
 Requires:      %{name} = %{version}-%{release}
 
 %description corosync
This page took 0.066862 seconds and 4 git commands to generate.