runc-1.1.7

This commit is contained in:
Rmys
2023-04-30 10:45:53 +03:00
parent bd889a5bc3
commit c5e8774021
2 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ from pisi.actionsapi import get
#shelltools.export("GOPATH", "%s" % get.curDIR())
shelltools.export("DOCKER_BUILDTAGS","seccomp")
shelltools.export("COMMIT"," 5fd4c4d")
shelltools.export("COMMIT"," 860f061")
shelltools.export("BINDIR","/usr/bin")
def setup():
@@ -35,7 +35,7 @@ def build():
# shelltools.cd("%s" % get.workDIR())
shelltools.cd("%s/src/github.com/opencontainers/runc" % get.workDIR())
build_runc = "make GOPATH=/runc COMMIT=5fd4c4d"
build_runc = "make GOPATH=/runc COMMIT=860f061"
shelltools.system(build_runc)
+8 -1
View File
@@ -11,7 +11,7 @@
<License>Apache-2.0</License>
<Summary>container cli tools</Summary>
<Description>CLI tool for managing OCI compliant containers</Description>
<Archive sha1sum="fb65327930c41c8ec016badd6738bef83b556aed" type="targz">https://github.com/opencontainers/runc/archive/refs/tags/v1.1.4.tar.gz</Archive>
<Archive sha1sum="aab950c41e200db4bc0cc58cc18d2ec798736d4c" type="targz">https://github.com/opencontainers/runc/archive/refs/tags/v1.1.7.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="1.19.1">golang</Dependency>
<Dependency>libseccomp-devel</Dependency>
@@ -30,6 +30,13 @@
</Package>
<History>
<Update release="8">
<Date>2023-04-27</Date>
<Version>1.1.7</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2022-09-14</Date>
<Version>1.1.4</Version>