From ffb7453fd909f77c132ecc5589ba05ae2ec9d86f Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: May 26 2017 16:10:06 +0000 Subject: Manual CentOS Branding --- diff --git a/SPECS/cockpit.spec b/SPECS/cockpit.spec index f30a039..61a6617 100644 --- a/SPECS/cockpit.spec +++ b/SPECS/cockpit.spec @@ -10,10 +10,6 @@ # by tools/gen-spec-dependencies during "make dist", but keep a hardcoded fallback %define required_base 122 -%if 0%{?centos} -%define rhel 0 -%endif - %define _hardened_build 1 # define to build the dashboard @@ -203,12 +199,8 @@ 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 echo '%dir %{_datadir}/%{name}/selinux' > selinux.list find %{buildroot}%{_datadir}/%{name}/selinux -type f >> selinux.list -%endif %ifarch x86_64 %{arm} aarch64 ppc64le echo '%dir %{_datadir}/%{name}/docker' > docker.list @@ -598,6 +590,9 @@ cluster. Installed on the Kubernetes master. This package is not yet complete. %endif %changelog +* Fri May 26 2017 Johnny Hughes 138-6 +- CentOS Mods + * Wed May 17 2017 Dominik Perpeet 138-6 - Fix ssh dependency