Hello community, here is the log from the commit of package containerd for openSUSE:Factory checked in at 2016-10-26 13:29:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-09-21 18:49:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.containerd.new/containerd.changes 2016-10-26 13:29:23.000000000 +0200 @@ -1,0 +2,19 @@ +Tue Oct 25 11:15:13 UTC 2016 - [email protected] + +- fix bsc#1006368: docker/containerd is broken when installed by + SuSE Studio in an appliance: We were missing the + Requires(post): %fillup_prereq + +------------------------------------------------------------------- +Tue Oct 25 08:32:22 UTC 2016 - [email protected] + +- update runc requirement to 02f8fa7863dd3f82909a73e2061897828460d52f + (see RUNC_COMMIT in Dockerfile) + +------------------------------------------------------------------- +Thu Oct 13 11:14:39 UTC 2016 - [email protected] + +- update to commit 0366d7e which is the one required for docker-1.12.2 + (bsc#1004490) + +------------------------------------------------------------------- Old: ---- containerd-0.2.3.tar.xz New: ---- containerd-git.0366d7e.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ containerd.spec ++++++ --- /var/tmp/diff_new_pack.L0adWu/_old 2016-10-26 13:29:26.000000000 +0200 +++ /var/tmp/diff_new_pack.L0adWu/_new 2016-10-26 13:29:26.000000000 +0200 @@ -38,17 +38,17 @@ %define GO_BUILD_FLAGS "-gccgoflags=-Wl,--add-needed -Wl,--no-as-needed -static-libgo -ldl" %endif -%define git_version 973f21f -%define version_unconverted 0.2.3 +%define git_version 0366d7e +%define version_unconverted %{git_version} Name: containerd -Version: 0.2.3 +Version: 0.2.4+git%{git_version} Release: 0 Summary: Standalone OCI Container Daemon License: Apache-2.0 Group: System/Management Url: https://containerd.tools -Source: %{name}-%{version}.tar.xz +Source: %{name}-git.%{git_version}.tar.xz Source1: %{name}.service Source2: %{name}.socket Source3: sysconfig.%{name} @@ -63,7 +63,8 @@ # 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.1+gitcc29e3d +Requires: runc = 0.1.1+git02f8fa7 +Requires(post): %fillup_prereq %define client ctr %define daemon %{name} @@ -104,7 +105,7 @@ Test package for containerd. It contains the source code and the tests. %prep -%setup -q +%setup -q -n %{name}-git.%{git_version} %build # Do not use symlinks. If you want to run the unit tests for this package at ++++++ _service ++++++ --- /var/tmp/diff_new_pack.L0adWu/_old 2016-10-26 13:29:26.000000000 +0200 +++ /var/tmp/diff_new_pack.L0adWu/_new 2016-10-26 13:29:26.000000000 +0200 @@ -3,8 +3,8 @@ <param name="url">https://github.com/docker/containerd.git</param> <param name="scm">git</param> <param name="filename">containerd</param> - <param name="versionformat">0.2.3</param> - <param name="revision">v0.2.3</param> + <param name="versionformat">git.%h</param> + <param name="revision">0366d7e9693c930cf18c0f50cc16acec064e96c5</param> <param name="exclude">.git</param> </service> <service name="recompress" mode="disabled">
