summaryrefslogtreecommitdiffstats
path: root/recipes-containers/runc/runc-docker/0001-Update-to-runtime-spec-198f23f827eea397d4331d7eb048d.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/runc/runc-docker/0001-Update-to-runtime-spec-198f23f827eea397d4331d7eb048d.patch')
-rw-r--r--recipes-containers/runc/runc-docker/0001-Update-to-runtime-spec-198f23f827eea397d4331d7eb048d.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-containers/runc/runc-docker/0001-Update-to-runtime-spec-198f23f827eea397d4331d7eb048d.patch b/recipes-containers/runc/runc-docker/0001-Update-to-runtime-spec-198f23f827eea397d4331d7eb048d.patch
index bc1e9a23..bcc76fc4 100644
--- a/recipes-containers/runc/runc-docker/0001-Update-to-runtime-spec-198f23f827eea397d4331d7eb048d.patch
+++ b/recipes-containers/runc/runc-docker/0001-Update-to-runtime-spec-198f23f827eea397d4331d7eb048d.patch
@@ -14,8 +14,8 @@ Signed-off-by: Justin Cormack <justin.cormack@docker.com>
14 14
15diff --git a/vendor.conf b/vendor.conf 15diff --git a/vendor.conf b/vendor.conf
16index e23e7ea7..09a8a924 100644 16index e23e7ea7..09a8a924 100644
17--- a/vendor.conf 17--- a/src/import/vendor.conf
18+++ b/vendor.conf 18+++ b/src/import/vendor.conf
19@@ -1,7 +1,7 @@ 19@@ -1,7 +1,7 @@
20 # OCI runtime-spec. When updating this, make sure you use a version tag rather 20 # OCI runtime-spec. When updating this, make sure you use a version tag rather
21 # than a commit ID so it's much more obvious what version of the spec we are 21 # than a commit ID so it's much more obvious what version of the spec we are
@@ -27,8 +27,8 @@ index e23e7ea7..09a8a924 100644
27 github.com/opencontainers/selinux v1.0.0-rc1 27 github.com/opencontainers/selinux v1.0.0-rc1
28diff --git a/vendor/github.com/opencontainers/runtime-spec/specs-go/config.go b/vendor/github.com/opencontainers/runtime-spec/specs-go/config.go 28diff --git a/vendor/github.com/opencontainers/runtime-spec/specs-go/config.go b/vendor/github.com/opencontainers/runtime-spec/specs-go/config.go
29index 8bf8d924..68ab112e 100644 29index 8bf8d924..68ab112e 100644
30--- a/vendor/github.com/opencontainers/runtime-spec/specs-go/config.go 30--- a/src/import/vendor/github.com/opencontainers/runtime-spec/specs-go/config.go
31+++ b/vendor/github.com/opencontainers/runtime-spec/specs-go/config.go 31+++ b/src/import/vendor/github.com/opencontainers/runtime-spec/specs-go/config.go
32@@ -6,8 +6,6 @@ import "os" 32@@ -6,8 +6,6 @@ import "os"
33 type Spec struct { 33 type Spec struct {
34 // Version of the Open Container Runtime Specification with which the bundle complies. 34 // Version of the Open Container Runtime Specification with which the bundle complies.