From e4854e410f5c41c7cfb97f8dcd1fb124534f8d70 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Feb 22 2016 13:58:40 +0000 Subject: fix for ockpit-ostree for atomic --- 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 - 0.93-3.0.1 +- Modified to require rpm-ostree for cockpit-ostree + * Wed Feb 10 2016 Dominik Perpeet - 0.93-3 - Fix session path rhbz#1306145