diff --git a/docker.changes b/docker.changes index 686139d..9d6c117 100644 --- a/docker.changes +++ b/docker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 4 08:32:43 UTC 2018 - rbrown@suse.com + +- ExcludeArch i586 for entire docker-kubic flavour + ------------------------------------------------------------------- Tue Sep 4 07:32:47 UTC 2018 - rbrown@suse.com diff --git a/docker.spec b/docker.spec index 761c5a4..62d0a72 100644 --- a/docker.spec +++ b/docker.spec @@ -152,6 +152,8 @@ Conflicts: %{realname} Provides: %{realname} = %{version} # Kubernetes requires cri-runtime, which should be provided only by the -kubic flavour of this package Provides: cri-runtime +# No i586 Kubernetes, so docker-kubic must not be built for i586 also +ExcludeArch: i586 %endif %description @@ -238,7 +240,6 @@ Test package for docker. It contains the source code and the tests. %package kubeadm-criconfig Summary: docker container runtime configuration for kubeadm Group: System/Management -ExcludeArch: i586 Requires: kubernetes-kubeadm Requires(post): %fillup_prereq Supplements: docker-kubic