- 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/package/show/Virtualization:containers/docker?expand=0&rev=24
This commit is contained in:
parent
82ffe3baf1
commit
fe9b98619e
@ -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
|
Wed Jul 15 08:11:11 UTC 2015 - jmassaguerpla@suse.com
|
||||||
|
|
||||||
|
@ -83,6 +83,9 @@ Conflicts: lxc < 1.0
|
|||||||
PreReq: %fillup_prereq
|
PreReq: %fillup_prereq
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
ExcludeArch: %ix86
|
ExcludeArch: %ix86
|
||||||
|
ExcludeArch: s390
|
||||||
|
ExcludeArch: s390x
|
||||||
|
ExcludeArch: ppc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Docker complements LXC with a high-level API which operates at the process
|
Docker complements LXC with a high-level API which operates at the process
|
||||||
|
Loading…
Reference in New Issue
Block a user