From d44998841778e46c93f7f4caf778668dd98ee78e Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Wed, 16 Mar 2016 15:40:49 +0100 Subject: Fix release --- runc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runc.spec b/runc.spec index 1a483ac..93fb256 100644 --- a/runc.spec +++ b/runc.spec @@ -35,7 +35,7 @@ Epoch: 1 Epoch: 0 %endif Version: 0.0.9 -Release: 0.git%{shortcommit}%{?dist}.1 +Release: 0.1.git%{shortcommit}%{?dist} Summary: CLI for running Open Containers License: ASL 2.0 URL: https://%{provider_prefix} @@ -270,7 +270,7 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} %endif %changelog -* Wed Mar 16 2016 jchaloup - 1:0.0.9-0.git94dc520.1 +* Wed Mar 16 2016 jchaloup - 1:0.0.9-0.1.git94dc520 - Update to 0.0.9 resolves: #1290943 -- cgit