summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Chaloupka <jchaloup@redhat.com>2016-03-16 10:24:12 +0100
committerJan Chaloupka <jchaloup@redhat.com>2016-03-16 13:57:59 +0100
commitac8f53bba87a7c85b861171ca4405ef97afc42c3 (patch)
tree31dd5f10c57b376c976d4a98b015fb6ba70b7dd7
parentc42c627a7a3fe3a975b75da4acaab2f085ab92f1 (diff)
downloadrunc-ac8f53bba87a7c85b861171ca4405ef97afc42c3.tar.gz
runc-ac8f53bba87a7c85b861171ca4405ef97afc42c3.tar.xz
runc-ac8f53bba87a7c85b861171ca4405ef97afc42c3.zip
Update to 0.0.9
- resolves: #1290943
-rw-r--r--.gitignore2
-rw-r--r--runc.spec12
-rw-r--r--sources2
3 files changed, 10 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 32ff254..efdae37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/runc-1a124e9.tar.gz
+/runc-94dc520.tar.gz
diff --git a/runc.spec b/runc.spec
index c078ca1..0c8e9e9 100644
--- a/runc.spec
+++ b/runc.spec
@@ -25,7 +25,7 @@
# https://github.com/opencontainers/runc
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix}
-%global commit 1a124e9c2da68c867ed2c4f4ff19f0cd95cda0cd
+%global commit 94dc520a5732126985fec249f80c91b9e0601815
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: %{repo}
@@ -34,8 +34,8 @@ Epoch: 1
%else
Epoch: 0
%endif
-Version: 0.0.8
-Release: 0.1.git%{shortcommit}%{?dist}
+Version: 0.0.9
+Release: 0.git%{shortcommit}%{?dist}.1
Summary: CLI for running Open Containers
License: ASL 2.0
URL: https://%{provider_prefix}
@@ -57,7 +57,7 @@ BuildRequires: golang(github.com/docker/docker/pkg/term)
BuildRequires: golang(github.com/docker/go-units)
BuildRequires: golang(github.com/godbus/dbus)
BuildRequires: golang(github.com/golang/protobuf/proto)
-BuildRequires: golang(github.com/opencontainers/specs)
+BuildRequires: golang(github.com/opencontainers/specs/specs-go)
BuildRequires: golang(github.com/seccomp/libseccomp-golang)
BuildRequires: golang(github.com/syndtr/gocapability/capability)
BuildRequires: golang(github.com/vishvananda/netlink)
@@ -267,6 +267,10 @@ 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
+- Update to 0.0.9
+ resolves: #1290943
+
* Wed Mar 02 2016 jchaloup <jchaloup@redhat.com> - 1:0.0.8-0.1.git1a124e9
- Update to 0.0.8
diff --git a/sources b/sources
index 9ed7160..5991c3f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-177d0be27922b16e0900a9be9ac8cd00 runc-1a124e9.tar.gz
+4223c147b0f987c23c9796c45a7a9188 runc-94dc520.tar.gz