From b6026f9ffeacc74be66bcb081a9f92f27f132fb484f7e44a832b935beab5896c Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Date: Wed, 1 Jul 2015 12:33:12 +0000 Subject: [PATCH] Exclude %ix86 arch. docker does not build for 32 bits. We have to explicitely exclude it or this can't go to openSUSE:Factory OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=15 --- docker.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/docker.spec b/docker.spec index 0e07385..072883e 100644 --- a/docker.spec +++ b/docker.spec @@ -81,6 +81,7 @@ Requires: xz >= 4.9 Conflicts: lxc < 1.0 PreReq: %fillup_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build +ExcludeArch: %ix86 %description Docker complements LXC with a high-level API which operates at the process