summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Chaloupka <jchaloup@redhat.com>2016-03-16 15:40:49 +0100
committerJan Chaloupka <jchaloup@redhat.com>2016-03-16 15:40:49 +0100
commitd44998841778e46c93f7f4caf778668dd98ee78e (patch)
tree02064dcccc7bd3a3c429f18d8ac619efca2ae16e
parent6559188011fae48ce9cfd60849bf81e232f707c6 (diff)
downloadrunc-d44998841778e46c93f7f4caf778668dd98ee78e.tar.gz
runc-d44998841778e46c93f7f4caf778668dd98ee78e.tar.xz
runc-d44998841778e46c93f7f4caf778668dd98ee78e.zip
Fix release
-rw-r--r--runc.spec4
1 files 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 <jchaloup@redhat.com> - 1:0.0.9-0.git94dc520.1
+* Wed Mar 16 2016 jchaloup <jchaloup@redhat.com> - 1:0.0.9-0.1.git94dc520
- Update to 0.0.9
resolves: #1290943