Hello community,

here is the log from the commit of package docker for openSUSE:Factory checked 
in at 2017-01-31 12:46:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/docker (Old)
 and      /work/SRC/openSUSE:Factory/.docker.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "docker"

Changes:
--------
--- /work/SRC/openSUSE:Factory/docker/docker.changes    2017-01-23 
11:36:24.874176867 +0100
+++ /work/SRC/openSUSE:Factory/.docker.new/docker.changes       2017-02-03 
17:35:51.644330236 +0100
@@ -1,0 +2,12 @@
+Fri Jan 27 12:30:18 UTC 2017 - b...@suse.com
+
+- enable architecture s390x for openSUSE
+
+-------------------------------------------------------------------
+Thu Jan 26 15:43:38 UTC 2017 - jmassaguer...@suse.com
+
+- provide the oci runtime so that containers which were using an old
+  runtime option, when started on the new docker version, the runtime
+  is changed to the new one. fix bsc#1020806 bsc#1016992 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ docker.spec ++++++
--- /var/tmp/diff_new_pack.Wqck0n/_old  2017-02-03 17:35:52.528205134 +0100
+++ /var/tmp/diff_new_pack.Wqck0n/_new  2017-02-03 17:35:52.532204568 +0100
@@ -111,9 +111,6 @@
 %else
 BuildRequires:  gcc6-go >= 6.1
 %endif
-%if 0%{?is_opensuse}
-ExcludeArch:    s390x
-%endif
 
 %description
 Docker complements LXC with a high-level API which operates at the process

++++++ docker.service ++++++
--- /var/tmp/diff_new_pack.Wqck0n/_old  2017-02-03 17:35:52.704180227 +0100
+++ /var/tmp/diff_new_pack.Wqck0n/_new  2017-02-03 17:35:52.704180227 +0100
@@ -11,7 +11,7 @@
 # enabled by default because enabling socket activation means that on boot your
 # containers won't start until someone tries to administer the Docker daemon.
 Type=simple
-ExecStart=/usr/bin/dockerd --containerd /run/containerd/containerd.sock 
$DOCKER_NETWORK_OPTIONS $DOCKER_OPTS
+ExecStart=/usr/bin/dockerd --containerd /run/containerd/containerd.sock 
--add-runtime oci=/usr/bin/docker-runc $DOCKER_NETWORK_OPTIONS $DOCKER_OPTS
 ExecStartPost=/usr/lib/docker/docker_service_helper.sh wait
 ExecReload=/bin/kill -s HUP $MAINPID
 


Reply via email to