From c1766786ba9bfc22a6022e0034d6bae477b650fe879738a251259b9883421cbd Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Date: Fri, 11 Jan 2019 11:01:27 +0000 Subject: [PATCH] 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 --- docker.changes | 7 +++++-- docker.spec | 6 +++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/docker.changes b/docker.changes index 33a000c..bb05463 100644 --- a/docker.changes +++ b/docker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 11 09:57:32 UTC 2019 - Sascha Grunert + +- Disable leap based builds for kubic flavor. bsc#1121412 + ------------------------------------------------------------------- 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 - create initial package using version 0.1.3 from git commit 0767916adedb01 - - diff --git a/docker.spec b/docker.spec index 9ce6b2f..1528765 100644 --- a/docker.spec +++ b/docker.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -158,6 +158,10 @@ Provides: %{realname} = %{version} Provides: cri-runtime # No i586 Kubernetes, so docker-kubic must not be built for i586 also 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 %description