Remove cockpit-docker for armv7hl
This commit is contained in:
parent
c595ec0600
commit
4921b61a6a
10
cockpit.spec
10
cockpit.spec
@ -89,7 +89,7 @@ BuildRequires: xmlto
|
||||
Requires: %{name}-bridge = %{version}-%{release}
|
||||
Requires: %{name}-ws = %{version}-%{release}
|
||||
Requires: %{name}-shell = %{version}-%{release}
|
||||
%ifarch x86_64 armv7hl
|
||||
%ifarch x86_64
|
||||
Requires: %{name}-docker = %{version}-%{release}
|
||||
%endif
|
||||
%if 0%{?rhel}
|
||||
@ -141,7 +141,7 @@ Requires: udisks2 >= 2.1.0
|
||||
%else
|
||||
Provides: %{name}-subscriptions = %{version}-%{release}
|
||||
Requires: subscription-manager >= 1.13
|
||||
%ifarch x86_64 armv7hl
|
||||
%ifarch x86_64
|
||||
Provides: %{name}-docker = %{version}-%{release}
|
||||
Requires: docker >= 1.3.0
|
||||
%endif
|
||||
@ -222,7 +222,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 armv7hl
|
||||
%ifarch x86_64
|
||||
echo '%dir %{_datadir}/%{name}/docker' > docker.list
|
||||
find %{buildroot}%{_datadir}/%{name}/docker -type f >> docker.list
|
||||
%else
|
||||
@ -346,7 +346,7 @@ subscription management.
|
||||
|
||||
%files subscriptions -f subscriptions.list
|
||||
|
||||
%ifarch x86_64 armv7hl
|
||||
%ifarch x86_64
|
||||
|
||||
%package docker
|
||||
Summary: Cockpit user interface for Docker containers
|
||||
@ -434,6 +434,8 @@ fi
|
||||
%changelog
|
||||
* Wed Jul 01 2015 Peter <petervo@redhat.com> - 0.63-1
|
||||
- Update to 0.63 release
|
||||
- Remove cockpit-docker for armv7hl while docker
|
||||
packages are being fixed
|
||||
|
||||
* Thu Jun 25 2015 Peter <petervo@redhat.com> - 0.62-1
|
||||
- Update to 0.62 release
|
||||
|
Loading…
Reference in New Issue
Block a user