rpms/cluster/devel cluster.spec,1.21,1.22

Fabio M. Di Nitto fabbione at fedoraproject.org
Fri Sep 26 19:10:51 UTC 2008


Author: fabbione

Update of /cvs/pkgs/rpms/cluster/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14710

Modified Files:
	cluster.spec 
Log Message:
cman can now depend on ricci and modcluster without circular depends



Index: cluster.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cluster/devel/cluster.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- cluster.spec	26 Sep 2008 18:23:57 -0000	1.21
+++ cluster.spec	26 Sep 2008 19:10:21 -0000	1.22
@@ -19,7 +19,7 @@
 Name: cluster
 Summary: Red Hat Cluster
 Version: 2.99.10
-Release: 4%{?alphatag:.%{alphatag}}%{?dist}
+Release: 5%{?alphatag:.%{alphatag}}%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Base
 URL: http://sources.redhat.com/cluster/wiki/
@@ -116,7 +116,7 @@
 Requires: sg3_utils OpenIPMI telnet openssh-clients
 Requires: pexpect net-snmp-utils pyOpenSSL
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-Requires: ricci
+Requires: ricci >= 0.15.0-4 modcluster >= 0.15.0-3
 
 %description -n cman
 Red Hat Cluster Manager
@@ -337,7 +337,10 @@
 %{_mandir}/man8/gnbd*
 
 %changelog
-* Thu Sep 26 2008 Fabio M. Di Nitto <fdinitto at redhat.com> - 2.99.10-4
+* Fri Sep 26 2008 Fabio M. Di Nitto <fdinitto at redhat.com> - 2.99.10-5
+- cman now Requires: ricci and modcluster.
+
+* Fri Sep 26 2008 Fabio M. Di Nitto <fdinitto at redhat.com> - 2.99.10-4
 - Split libcman.so* from cman and cman-devel into  cmanlib and cmanlib-devel
   to break a very annoying circular dependency.
 




More information about the fedora-extras-commits mailing list