Accepting request 664598 from home:sgrunert
- Disable leap based builds for kubic flavor. bsc#1121412 OBS-URL: https://build.opensuse.org/request/show/664598 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=280
This commit is contained in:
parent
1ca932a40c
commit
c1766786ba
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 11 09:57:32 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||||
|
|
||||||
|
- Disable leap based builds for kubic flavor. bsc#1121412
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 19 19:28:47 UTC 2018 - clee@suse.com
|
Wed Dec 19 19:28:47 UTC 2018 - clee@suse.com
|
||||||
|
|
||||||
@ -3322,5 +3327,3 @@ Wed Apr 10 10:31:11 UTC 2013 - fcastelli@suse.com
|
|||||||
Tue Apr 9 08:24:33 UTC 2013 - fcastelli@suse.com
|
Tue Apr 9 08:24:33 UTC 2013 - fcastelli@suse.com
|
||||||
|
|
||||||
- create initial package using version 0.1.3 from git commit 0767916adedb01
|
- create initial package using version 0.1.3 from git commit 0767916adedb01
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package docker
|
# spec file for package docker
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -158,6 +158,10 @@ Provides: %{realname} = %{version}
|
|||||||
Provides: cri-runtime
|
Provides: cri-runtime
|
||||||
# No i586 Kubernetes, so docker-kubic must not be built for i586 also
|
# No i586 Kubernetes, so docker-kubic must not be built for i586 also
|
||||||
ExcludeArch: i586
|
ExcludeArch: i586
|
||||||
|
# Disable leap based builds for kubic flavor (bsc#1121412)
|
||||||
|
%if 0%{?suse_version} == 1500 && 0%{?is_opensuse}
|
||||||
|
ExclusiveArch: do_not_build
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user