rpms/ocfs2-tools/devel ocfs2-tools.spec,1.9,1.10

Fabio M. Di Nitto fabbione at fedoraproject.org
Thu Sep 3 10:17:48 UTC 2009


Author: fabbione

Update of /cvs/pkgs/rpms/ocfs2-tools/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8380

Modified Files:
	ocfs2-tools.spec 
Log Message:
Fix pacemaker and cman Requires



Index: ocfs2-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocfs2-tools/devel/ocfs2-tools.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- ocfs2-tools.spec	2 Sep 2009 11:40:20 -0000	1.9
+++ ocfs2-tools.spec	3 Sep 2009 10:17:47 -0000	1.10
@@ -6,7 +6,7 @@
 Summary: Tools for managing the Ocfs2 cluster file system
 Name: ocfs2-tools
 Version: 1.4.2
-Release: 2%{?alphatag:.%{alphatag}}%{?dist}
+Release: 3%{?alphatag:.%{alphatag}}%{?dist}
 License: GPLv2
 Group: System Environment/Base
 # The source for this package was pulled from upstream's git repo and manually
@@ -77,6 +77,7 @@ develop Ocfs2 filesystem-specific progra
 Summary: Tools for managing the Ocfs2 cluster file system (cman component)
 Group: System Environment/Base
 Requires: cman >= 3.0.0-1
+Requires: %{name} = %{version}-%{release}
 
 %description cman
 ocfs2-tools-cman contains the daemon required to use Ocfs2 with
@@ -86,6 +87,7 @@ cman cluster manager
 Summary: Tools for managing the Ocfs2 cluster file system (pacemaker component)
 Group: System Environment/Base
 Requires: pacemaker >= 1.0.5-1
+Requires: %{name} = %{version}-%{release}
 
 %description pcmk
 ocfs2-tools-pcmk contains the daemon required to use Ocfs2 with
@@ -202,6 +204,9 @@ fi
 /sbin/ocfs2_controld.pcmk
 
 %changelog
+* Thu Sep  3 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 1.4.2-3
+- Fix pcmk and cman Requires.
+
 * Wed Sep  2 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 1.4.2-2
 - Fix udev rule packaging
 




More information about the fedora-extras-commits mailing list