diff -r 0d38d560ba0f crmsh.spec
--- a/crmsh.spec	Tue Feb 19 13:22:31 2013 +0100
+++ b/crmsh.spec	Thu Feb 21 20:51:20 2013 +0900
@@ -6,7 +6,7 @@
 %global upstream_version tip
 %global upstream_prefix crmsh
 
-%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version}
+%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
 %define pkg_group System Environment/Daemons
 %else
 %define pkg_group Productivity/Clustering/HA
@@ -34,7 +34,9 @@
 Requires(pre):	pacemaker
 Requires:	python >= 2.4
 Requires:	python-dateutil
+%if ! 0%{?rhel}
 Requires:       pssh
+%endif
 
 %if 0%{?suse_version}
 # Suse splits this off into a separate package
