[Openais] superfluous dependency in corosync spec file

Vadym Chepkov vchepkov at gmail.com
Tue Oct 12 05:16:31 PDT 2010


It was brought up in pacemaker mail list but this applies to corosync rpm packaging as well.
Libraries do not depend on "base" package, they are independent. 
This is how one can install several version of the same library (compat- packages)
Also it is possible to use corosync libraries without using corosync daemon itself. (if one uses pacemaker with heartbeat, for instance).


--- corosync.spec.in	(revision 3058)
+++ corosync.spec.in	(working copy)
@@ -122,7 +122,6 @@
 %package -n corosynclib
 Summary: The Corosync Cluster Engine Libraries
 Group: System Environment/Libraries
-Requires: %{name} = %{version}-%{release}
 
 %description -n corosynclib
 This package contains corosync libraries.

Vadym


More information about the Openais mailing list