Hello community, here is the log from the commit of package containerd for openSUSE:Factory checked in at 2016-11-24 21:25:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-10-26 13:29:23.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.containerd.new/containerd.changes 2016-11-24 21:25:52.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Nov 24 12:09:48 UTC 2016 - [email protected] + +- fix version so that it contains a sequence number and zypper does + not think is a downgrade + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ containerd.spec ++++++ --- /var/tmp/diff_new_pack.AiBN1O/_old 2016-11-24 21:25:53.000000000 +0100 +++ /var/tmp/diff_new_pack.AiBN1O/_new 2016-11-24 21:25:53.000000000 +0100 @@ -38,11 +38,18 @@ %define GO_BUILD_FLAGS "-gccgoflags=-Wl,--add-needed -Wl,--no-as-needed -static-libgo -ldl" %endif +# MANUAL: Update the git_version and git_revision %define git_version 0366d7e +# How to get the git_revision +# git clone https://github.com/docker/containerd.git containerd-upstream +# cd containerd +# git checkout $git_version +# git_revision=r$(git rev-list HEAD | wc -l) +%define git_revision r565 %define version_unconverted %{git_version} Name: containerd -Version: 0.2.4+git%{git_version} +Version: 0.2.4+git%{git_revision}_%{git_version} Release: 0 Summary: Standalone OCI Container Daemon License: Apache-2.0
