Hello community, here is the log from the commit of package docker-runc for openSUSE:Factory checked in at 2019-01-21 10:07:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/docker-runc (Old) and /work/SRC/openSUSE:Factory/.docker-runc.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "docker-runc" Mon Jan 21 10:07:14 2019 rev:14 rq:664602 version:1.0.0rc5+gitr3562_69663f0bd4b6 Changes: -------- --- /work/SRC/openSUSE:Factory/docker-runc/docker-runc.changes 2018-12-24 11:35:37.489759280 +0100 +++ /work/SRC/openSUSE:Factory/.docker-runc.new.28833/docker-runc.changes 2019-01-21 10:07:15.294867157 +0100 @@ -1,0 +2,5 @@ +Fri Jan 11 09:57:32 UTC 2019 - Sascha Grunert <[email protected]> + +- Disable leap based builds for kubic flavor. bsc#1121412 + +------------------------------------------------------------------- @@ -363 +367,0 @@ - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ docker-runc.spec ++++++ --- /var/tmp/diff_new_pack.fRFT7H/_old 2019-01-21 10:07:16.638865797 +0100 +++ /var/tmp/diff_new_pack.fRFT7H/_new 2019-01-21 10:07:16.638865797 +0100 @@ -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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # # nodebuginfo @@ -72,6 +72,10 @@ # Conflict with non-kubic package, and provide equivalent Conflicts: %{realname} Provides: %{realname} = %{version} +# Disable leap based builds for kubic flavor (bsc#1121412) +%if 0%{?suse_version} == 1500 && 0%{?is_opensuse} +ExclusiveArch: do_not_build +%endif %endif %description
