From 992e60f36e2bf6b2571aaf957fe04431741976de Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Jun 24 2016 00:55:53 +0000 Subject: CentOS Mods --- diff --git a/SPECS/cockpit.spec b/SPECS/cockpit.spec index 2c47a2e..ba14109 100644 --- a/SPECS/cockpit.spec +++ b/SPECS/cockpit.spec @@ -222,6 +222,8 @@ find %{buildroot}%{_datadir}/%{name}/ostree -type f >> ostree.list # on RHEL systems we don't have the required setroubleshoot-server packages %if 0%{?rhel} rm -rf %{buildroot}%{_datadir}/%{name}/selinux +%elseif 0%{?centos_ver} +rm -rf %{buildroot}%{_datadir}/%{name}/selinux %else echo '%dir %{_datadir}/%{name}/selinux' > selinux.list find %{buildroot}%{_datadir}/%{name}/selinux -type f >> selinux.list @@ -391,6 +393,7 @@ Requires: %{name}-shell = %{version}-%{release} Requires: rpm-ostree >= 2015.10-1 %else Requires: /usr/libexec/rpm-ostreed +Requires: rpm-ostree-client >= 2015.11-1 %endif %description ostree @@ -503,6 +506,10 @@ pulls in some necessary packages via dependencies. %endif %changelog +* Thu Jun 23 2016 Johnny Hughes - 0.108-1 +- add in Requries rpm-ostree-client to cockpit-ostree for CentOS +- modify to remove /selinux for CentOS (as well as the original RHEL) + * Tue May 31 2016 Dominik Perpeet - 0.108-1 - Update to 0.108 release - Strict browser security policy for Cockpit is now enforced. This defines which code can be run in a Cockpit session and mitigates a number of browser based attacks.