diff --git a/SPECS/cockpit.spec b/SPECS/cockpit.spec
index 3b53c67..e0bc334 100644
--- a/SPECS/cockpit.spec
+++ b/SPECS/cockpit.spec
@@ -15,10 +15,6 @@
 %define stable_api 0.114
 %endif
 
-%if 0%{?centos}
-%define rhel 0
-%endif
-
 %define _hardened_build 1
 
 %define libssh_version 0.7.1
@@ -393,6 +389,7 @@ Requires: %{name}-shell >= %{stable_api}
 Requires: rpm-ostree >= 2015.10-1
 %else
 Requires: /usr/libexec/rpm-ostreed
+Requires: rpm-ostree-client >= 2015.11-1
 %endif
 
 %description ostree
@@ -516,6 +513,10 @@ pulls in some necessary packages via dependencies.
 %endif
 
 %changelog
+* Thu Aug 04 2016 Johnny Hughes <johnny@centos.org> - 0.114-2
+- add in Requries rpm-ostree-client to cockpit-ostree for CentOS
+- remove set rhel=0 if centos present
+
 * Fri Jul 15 2016 Dominik Perpeet <dperpeet@redhat.com> - 0.114-2
 - The API of cockpit-bridge and cockpit-shell is now stable, other components
   only depend on a version >= 0.114 now, not an exact match to their own version