diff --git a/SPECS/cockpit.spec b/SPECS/cockpit.spec
index 1dc52de..10c522f 100644
--- a/SPECS/cockpit.spec
+++ b/SPECS/cockpit.spec
@@ -9,9 +9,9 @@
 # by tools/gen-spec-dependencies during "make dist", but keep a hardcoded fallback
 %define required_base 122
 
-%if 0%{?centos}
-%define rhel 0
-%endif
+#%if 0%{?centos}
+#%define rhel 0
+#%endif
 
 %define _hardened_build 1
 
@@ -200,12 +200,12 @@ 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
+#%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
+#%endif
 
 %ifarch x86_64 %{arm} aarch64 ppc64le i686 s390x
 echo '%dir %{_datadir}/%{name}/docker' > docker.list
@@ -563,7 +563,7 @@ The Cockpit component for managing networking.  This package uses NetworkManager
 
 %endif
 
-%if 0%{?rhel}%{?centos} == 0
+#%if 0%{?rhel}%{?centos} == 0
 
 %package selinux
 Summary: Cockpit SELinux package
@@ -580,7 +580,7 @@ utility setroubleshoot to diagnose and resolve SELinux issues.
 
 %files selinux -f selinux.list
 
-%endif
+#%endif
 
 %ifarch x86_64 %{arm} aarch64 ppc64le s390x
 
@@ -633,6 +633,9 @@ The Cockpit component for installing package updates, via PackageKit.
 
 
 %changelog
+* Mon Dec 11 2017 Johnny Hughes <johnny@centos.org> 155-1
+- Manually CentOS Debranding
+
 * Tue Nov 07 2017 Martin Pitt <mpitt@redhat.com> 155-1
  - Add NFS client support to the Storage page
  - Add checkboxes for common Storage encryption and mount options