Hello community,

here is the log from the commit of package docker for openSUSE:Factory checked 
in at 2016-08-17 12:06:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2016-08-09 
22:15:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.docker.new/docker.changes       2016-08-17 
12:06:02.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Aug 16 09:39:11 UTC 2016 - [email protected]
+
+* Explicitly state the version dependencies for runC and containerd, to
+  avoid potential issues with incompatible component versions. These
+  must be updated *each time we do a release*. bsc#993847
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ docker.spec ++++++
--- /var/tmp/diff_new_pack.0ZINN2/_old  2016-08-17 12:06:04.000000000 +0200
+++ /var/tmp/diff_new_pack.0ZINN2/_new  2016-08-17 12:06:04.000000000 +0200
@@ -67,8 +67,12 @@
 Requires:       apparmor-parser
 Requires:       bridge-utils
 Requires:       ca-certificates-mozilla
-# Containerd is required as it is the only currently supported execdriver of 
Docker.
-Requires:       containerd
+# Containerd and runC are required as they are the only currently supported
+# execdrivers of Docker. NOTE: The version pinning here matches upstream's
+# Dockerfile to ensure that we don't use a slightly incompatible version of
+# runC or containerd (which would be bad).
+Requires:       containerd = 0.2.2
+Requires:       runc = 0.1.1
 # Provides mkfs.ext4 - used by Docker when devicemapper storage driver is used
 Requires:       e2fsprogs
 Requires:       git-core >= 1.7


Reply via email to