diff --git a/runc.changes b/runc.changes index 4014495..fcf5864 100644 --- a/runc.changes +++ b/runc.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Nov 24 11:05:41 UTC 2016 - jmassaguerpla@suse.com + +- fix version by adding a revision "counter" so that it will always + increase + + fix bsc#1009961 + ------------------------------------------------------------------- Thu Oct 13 11:04:27 UTC 2016 - jmassaguerpla@suse.com diff --git a/runc.spec b/runc.spec index 7c51675..22ef79a 100644 --- a/runc.spec +++ b/runc.spec @@ -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