diff options
| -rw-r--r-- | glusterfs.spec.in | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 2283e8e0e7a..2ae9ef1acdb 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -361,6 +361,9 @@ Group:            Applications/File  Requires:         %{name}-server%{?_isa} = %{version}-%{release}  Requires:         nfs-ganesha-gluster, pcs, dbus +%if ( 0%{?rhel} && 0%{?rhel} == 6 ) +Requires:         cman, pacemaker, corosync +%endif  %description ganesha  GlusterFS is a distributed file-system capable of scaling to several  | 
