Hello community, here is the log from the commit of package runc for openSUSE:Factory checked in at 2016-11-24 21:26:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/runc (Old) and /work/SRC/openSUSE:Factory/.runc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "runc" Changes: -------- --- /work/SRC/openSUSE:Factory/runc/runc.changes 2016-10-26 13:29:18.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.runc.new/runc.changes 2016-11-24 21:26:05.000000000 +0100 @@ -1,0 +2,8 @@ +Thu Nov 24 11:05:41 UTC 2016 - [email protected] + +- fix version by adding a revision "counter" so that it will always + increase + + fix bsc#1009961 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ runc.spec ++++++ --- /var/tmp/diff_new_pack.DkMowG/_old 2016-11-24 21:26:06.000000000 +0100 +++ /var/tmp/diff_new_pack.DkMowG/_new 2016-11-24 21:26:06.000000000 +0100 @@ -36,11 +36,18 @@ %define go_tool go-6 %endif +# MANUAL: Update the git_version and git_revision %define git_version 02f8fa7 +# How to get the git_revision +# git clone ${url}.git runc-upstream +# cd runc-upstream +# git checkout $git_version +# git_revision=r$(git rev-list HEAD | wc -l) +%define git_revision r2816 %define version_unconverted %{git_version} Name: runc -Version: 0.1.1+git%{git_version} +Version: 0.1.1+git%{git_revision}_%{git_version} Release: 0 Summary: Tool for spawning and running OCI containers License: Apache-2.0
