Hello community,

here is the log from the commit of package containerd for openSUSE:Factory 
checked in at 2016-08-17 12:06:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/containerd (Old)
 and      /work/SRC/openSUSE:Factory/.containerd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "containerd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/containerd/containerd.changes    2016-07-21 
08:19:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.containerd.new/containerd.changes       
2016-08-17 12:06:04.000000000 +0200
@@ -1,0 +2,9 @@
+Tue Aug 16 09:51:37 UTC 2016 - [email protected]
+
+* Explicitly state the version dependency for runC, to avoid potential
+  issues with incompatible component versions. These must be updated
+  *each time we do a release*. Unfortunately we cannot create a hard
+  dependency because that would conflict with Docker, and was a mistake
+  on upstream's part. bsc#993847
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ containerd.spec ++++++
--- /var/tmp/diff_new_pack.bidQkp/_old  2016-08-17 12:06:06.000000000 +0200
+++ /var/tmp/diff_new_pack.bidQkp/_new  2016-08-17 12:06:06.000000000 +0200
@@ -50,7 +50,12 @@
 BuildRequires:  gcc5-go >= 5.0
 %endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Requires:       runc
+# Currently runC is the only supported runtime for containerd. NOTE:
+# This version pinning is done to follow (as well as we can) upstream's
+# Dockerfile.  However, for some reason the Dockerfile for containerd
+# diverges from the one for Docker. As such, this cannot be a hard
+# requirement (that would break Docker).
+Requires:       runc >= 0.1.0
 
 %define client ctr
 %define daemon %{name}


Reply via email to