enabled cockpit-docker on aarch64, ppc64, ppc64le
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
049c2bf13d
commit
d5f66645d1
12
cockpit.spec
12
cockpit.spec
@ -1,5 +1,5 @@
|
||||
%define tag 119
|
||||
%define rev 1
|
||||
%define rev 2
|
||||
#
|
||||
# This file is maintained at the following location:
|
||||
# https://github.com/cockpit-project/cockpit/blob/master/tools/cockpit.spec
|
||||
@ -14,7 +14,6 @@
|
||||
# * tag 0.91
|
||||
#
|
||||
|
||||
%define rev 1
|
||||
|
||||
%if %{defined gitcommit}
|
||||
%define extra_flags CFLAGS='-O2 -Wall -Werror -fPIC -g -DWITH_DEBUG'
|
||||
@ -94,7 +93,7 @@ Requires: %{name}-shell = %{version}-%{release}
|
||||
%if 0%{?fedora} >= 24 || 0%{?rhel} >= 8
|
||||
Recommends: %{name}-networkmanager = %{version}-%{release}
|
||||
Recommends: %{name}-storaged = %{version}-%{release}
|
||||
%ifarch x86_64 armv7hl
|
||||
%ifarch x86_64 %{arm} aarch64 ppc64 ppc64le
|
||||
Recommends: %{name}-docker = %{version}-%{release}
|
||||
%endif
|
||||
Suggests: %{name}-pcp = %{version}-%{release}
|
||||
@ -232,7 +231,7 @@ echo '%dir %{_datadir}/%{name}/selinux' > selinux.list
|
||||
find %{buildroot}%{_datadir}/%{name}/selinux -type f >> selinux.list
|
||||
%endif
|
||||
|
||||
%ifarch x86_64 armv7hl
|
||||
%ifarch x86_64 %{arm} aarch64 ppc64 ppc64le
|
||||
echo '%dir %{_datadir}/%{name}/docker' > docker.list
|
||||
find %{buildroot}%{_datadir}/%{name}/docker -type f >> docker.list
|
||||
%else
|
||||
@ -494,7 +493,7 @@ utility setroubleshoot to diagnose and resolve SELinux issues.
|
||||
|
||||
%endif
|
||||
|
||||
%ifarch x86_64 armv7hl
|
||||
%ifarch x86_64 %{arm} aarch64 ppc64 ppc64le
|
||||
|
||||
%package docker
|
||||
Summary: Cockpit user interface for Docker containers
|
||||
@ -551,6 +550,9 @@ pulls in some necessary packages via dependencies.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Oct 01 2016 Dennis Gilmore <dennis@ausil.us> - 119-2
|
||||
- enabled cockpit-docker on aarch64, ppc64, ppc64le
|
||||
|
||||
* Thu Sep 29 2016 petervo <petervo@redhat.com> - 119-1
|
||||
- Adds basic VM Management and Monitoring
|
||||
- MDRaid job improvements
|
||||
|
Loading…
Reference in New Issue
Block a user