diff --git a/SPECS/cockpit.spec b/SPECS/cockpit.spec
index f4c78e6..05e55b5 100644
--- a/SPECS/cockpit.spec
+++ b/SPECS/cockpit.spec
@@ -29,7 +29,7 @@ Version:        %{gitcommit}
 %else
 Version:        %{tag}
 %endif
-Release:        %{rev}%{?dist}
+Release:        %{rev}%{?dist}.0.1
 Summary:        A user interface for Linux servers
 
 License:        LGPLv2+
@@ -373,10 +373,8 @@ The Cockpit component for managing storage.  This package uses Storaged.
 
 %package ostree
 Summary: Cockpit user interface for rpm-ostree
-%if 0%{?rhel}
-Requires: rpm-ostree-client >= 2015.11-1
-%else
-Requires: rpm-ostree >= 2015.10-1
+%if 0%{?centos}
+Requires: /usr/libexec/rpm-ostreed
 %endif
 
 %description ostree
@@ -469,6 +467,9 @@ pulls in some necessary packages via dependencies.
 %endif
 
 %changelog
+* Mon Feb 22 2016 Johnny Hughes <johnny@centos.org> - 0.93-3.0.1
+- Modified to require rpm-ostree for cockpit-ostree
+
 * Wed Feb 10 2016 Dominik Perpeet <dperpeet@redhat.com> - 0.93-3
 - Fix session path rhbz#1306145