diff --git a/docker.changes b/docker.changes index e8b38b4..d0db55a 100644 --- a/docker.changes +++ b/docker.changes @@ -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 diff --git a/docker.spec b/docker.spec index 2882968..d543f58 100644 --- a/docker.spec +++ b/docker.spec @@ -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