Fix pacemaker and cman Requires

This commit is contained in:
Fabio M. Di Nitto 2009-09-03 10:17:47 +00:00
parent 9d4a0150b4
commit 808ffc5396
1 changed files with 6 additions and 1 deletions

View File

@ -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 programs.
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@redhat.com> - 1.4.2-3
- Fix pcmk and cman Requires.
* Wed Sep 2 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 1.4.2-2
- Fix udev rule packaging