Accepting request 318457 from Virtualization:containers

- Exclude archs where docker does not build. Otherwise it gets into
  and infinite loop when building.
  We'll fix that later if we want to release for those archs.

OBS-URL: https://build.opensuse.org/request/show/318457
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=20
This commit is contained in:
Stephan Kulow 2015-07-25 05:44:33 +00:00 committed by Git OBS Bridge
commit 5d0c5799b5
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jul 24 14:24:16 UTC 2015 - jmassaguerpla@suse.com
- Exclude archs where docker does not build. Otherwise it gets into
and infinite loop when building.
We'll fix that later if we want to release for those archs.
-------------------------------------------------------------------
Wed Jul 15 08:11:11 UTC 2015 - jmassaguerpla@suse.com

View File

@ -83,6 +83,9 @@ Conflicts: lxc < 1.0
PreReq: %fillup_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExcludeArch: %ix86
ExcludeArch: s390
ExcludeArch: s390x
ExcludeArch: ppc
%description
Docker complements LXC with a high-level API which operates at the process