Hello community, here is the log from the commit of package docker for openSUSE:Factory checked in at 2019-01-21 10:06:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/docker (Old) and /work/SRC/openSUSE:Factory/.docker.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "docker" Mon Jan 21 10:06:51 2019 rev:85 rq:664600 version:18.09.0_ce Changes: -------- --- /work/SRC/openSUSE:Factory/docker/docker.changes 2018-12-21 08:19:12.329694305 +0100 +++ /work/SRC/openSUSE:Factory/.docker.new.28833/docker.changes 2019-01-21 10:07:00.194882436 +0100 @@ -1,0 +2,16 @@ +Fri Jan 11 09:57:32 UTC 2019 - Sascha Grunert <[email protected]> + +- Disable leap based builds for kubic flavor. bsc#1121412 + +------------------------------------------------------------------- +Wed Dec 19 19:28:47 UTC 2018 - [email protected] + +- Update go requirements to >= go1.10.6 to fix + * bsc#1118897 CVE-2018-16873 + go#29230 cmd/go: remote command execution during "go get -u" + * bsc#1118898 CVE-2018-16874 + go#29231 cmd/go: directory traversal in "go get" via curly braces in import paths + * bsc#1118899 CVE-2018-16875 + go#29233 crypto/x509: CPU denial of service + +------------------------------------------------------------------- @@ -22 +38 @@ - /usr/share/doc/packages/docker/CHANGELOG.md. boo#1115464 + /usr/share/doc/packages/docker/CHANGELOG.md. boo#1115464 bsc#1118990 @@ -3314,2 +3329,0 @@ - - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ docker.spec ++++++ --- /var/tmp/diff_new_pack.w8U5pc/_old 2019-01-21 10:07:01.198881419 +0100 +++ /var/tmp/diff_new_pack.w8U5pc/_new 2019-01-21 10:07:01.206881411 +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 @@ -158,6 +158,10 @@ 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
