From 6973417634cde74f0310fc4dd2a720e4a6dc2a3e Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 2 Sep 2021 13:57:02 +0300 Subject: [PATCH] runc-1.0.2 --- hardware/virtualization/runc/actions.py | 7 +++---- hardware/virtualization/runc/pspec.xml | 13 +++---------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/hardware/virtualization/runc/actions.py b/hardware/virtualization/runc/actions.py index e151e1315a..12f406310d 100644 --- a/hardware/virtualization/runc/actions.py +++ b/hardware/virtualization/runc/actions.py @@ -12,10 +12,9 @@ from pisi.actionsapi import get #shelltools.export("GOPATH", "%s" % get.curDIR()) shelltools.export("DOCKER_BUILDTAGS","seccomp") -shelltools.export("COMMIT","4144b63") +shelltools.export("COMMIT","52b36a2") shelltools.export("BINDIR","/usr/bin") - def setup(): shelltools.cd("%s" % get.workDIR()) shelltools.move("runc-*", "runc") @@ -23,7 +22,7 @@ def setup(): shelltools.cd("runc") #shelltools.move("vendor", "src") - #shelltools.export("GOPATH", "%s" % get.workDIR()) + shelltools.export("GOPATH", "%s" % get.workDIR()) shelltools.makedirs("src/github.com/opencontainers") shelltools.cd("src/github.com/opencontainers") @@ -33,7 +32,7 @@ def setup(): def build(): shelltools.cd("%s/runc/src/github.com/opencontainers/runc" % get.workDIR()) - build_runc = "make GOPATH=/runc COMMIT=4144b63" + build_runc = "make GOPATH=/runc COMMIT=52b36a2" shelltools.system(build_runc) diff --git a/hardware/virtualization/runc/pspec.xml b/hardware/virtualization/runc/pspec.xml index 34ba26b613..41d99302b5 100644 --- a/hardware/virtualization/runc/pspec.xml +++ b/hardware/virtualization/runc/pspec.xml @@ -11,7 +11,7 @@ Apache-2.0 container cli tools CLI tool for managing OCI compliant containers - https://github.com/opencontainers/runc/archive/refs/tags/v1.0.0.tar.gz + https://github.com/opencontainers/runc/archive/refs/tags/v1.0.2.tar.gz golang libseccomp-devel @@ -30,16 +30,9 @@ - - 2021-08-11 - 1.0.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - 2021-08-11 - 1.0.1 + 2021-09-02 + 1.0.2 Version bump. Mustafa Cinasal muscnsl@gmail.com