forked from pool/docker
Accepting request 632983 from home:RBrownSUSE:branches:Virtualization:containers
attempt #2 OBS-URL: https://build.opensuse.org/request/show/632983 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=265
This commit is contained in:
parent
bf689df1d5
commit
1754fa7fc7
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user