diff --git a/SPECS/cockpit.spec b/SPECS/cockpit.spec
index f30a039..61a6617 100644
--- a/SPECS/cockpit.spec
+++ b/SPECS/cockpit.spec
@@ -10,10 +10,6 @@
 # by tools/gen-spec-dependencies during "make dist", but keep a hardcoded fallback
 %define required_base 122
 
-%if 0%{?centos}
-%define rhel 0
-%endif
-
 %define _hardened_build 1
 
 # define to build the dashboard
@@ -203,12 +199,8 @@ echo '%dir %{_datadir}/%{name}/machines' > machines.list
 find %{buildroot}%{_datadir}/%{name}/machines -type f >> machines.list
 
 # on CentOS systems we don't have the required setroubleshoot-server packages
-%if 0%{?centos}
-rm -rf %{buildroot}%{_datadir}/%{name}/selinux
-%else
 echo '%dir %{_datadir}/%{name}/selinux' > selinux.list
 find %{buildroot}%{_datadir}/%{name}/selinux -type f >> selinux.list
-%endif
 
 %ifarch x86_64 %{arm} aarch64 ppc64le
 echo '%dir %{_datadir}/%{name}/docker' > docker.list
@@ -598,6 +590,9 @@ cluster. Installed on the Kubernetes master. This package is not yet complete.
 %endif
 
 %changelog
+* Fri May 26 2017 Johnny Hughes <johnny@centos.org> 138-6
+- CentOS Mods
+
 * Wed May 17 2017 Dominik Perpeet <dperpeet@redhat.com> 138-6
 - Fix ssh dependency