Restore cockpit-docker for armv7hl
This commit is contained in:
parent
136ca5d364
commit
1a9af5b742
@ -94,7 +94,7 @@ BuildRequires: xmlto
|
||||
Requires: %{name}-bridge = %{version}-%{release}
|
||||
Requires: %{name}-ws = %{version}-%{release}
|
||||
Requires: %{name}-shell = %{version}-%{release}
|
||||
%ifarch x86_64
|
||||
%ifarch x86_64 armv7hl
|
||||
Requires: %{name}-docker = %{version}-%{release}
|
||||
%endif
|
||||
%if 0%{?rhel}
|
||||
@ -146,7 +146,7 @@ Requires: udisks2 >= 2.1.0
|
||||
%else
|
||||
Provides: %{name}-subscriptions = %{version}-%{release}
|
||||
Requires: subscription-manager >= 1.13
|
||||
%ifarch x86_64
|
||||
%ifarch x86_64 armv7hl
|
||||
Provides: %{name}-docker = %{version}-%{release}
|
||||
Requires: docker >= 1.3.0
|
||||
%endif
|
||||
@ -228,7 +228,7 @@ find %{buildroot}%{_datadir}/%{name}/system -type f >> shell.list
|
||||
echo '%dir %{_datadir}/%{name}/subscriptions' > subscriptions.list
|
||||
find %{buildroot}%{_datadir}/%{name}/subscriptions -type f >> subscriptions.list
|
||||
|
||||
%ifarch x86_64
|
||||
%ifarch x86_64 armv7hl
|
||||
echo '%dir %{_datadir}/%{name}/docker' > docker.list
|
||||
find %{buildroot}%{_datadir}/%{name}/docker -type f >> docker.list
|
||||
%else
|
||||
@ -352,7 +352,7 @@ subscription management.
|
||||
|
||||
%files subscriptions -f subscriptions.list
|
||||
|
||||
%ifarch x86_64
|
||||
%ifarch x86_64 armv7hl
|
||||
|
||||
%package docker
|
||||
Summary: Cockpit user interface for Docker containers
|
||||
|
Loading…
Reference in New Issue
Block a user