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