@@ -12,7 +12,7 @@ from pisi.actionsapi import get
|
|||||||
|
|
||||||
#shelltools.export("GOPATH", "%s" % get.curDIR())
|
#shelltools.export("GOPATH", "%s" % get.curDIR())
|
||||||
shelltools.export("DOCKER_BUILDTAGS","seccomp")
|
shelltools.export("DOCKER_BUILDTAGS","seccomp")
|
||||||
shelltools.export("COMMIT"," 5fd4c4d")
|
shelltools.export("COMMIT"," 860f061")
|
||||||
shelltools.export("BINDIR","/usr/bin")
|
shelltools.export("BINDIR","/usr/bin")
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
@@ -35,7 +35,7 @@ def build():
|
|||||||
# shelltools.cd("%s" % get.workDIR())
|
# shelltools.cd("%s" % get.workDIR())
|
||||||
shelltools.cd("%s/src/github.com/opencontainers/runc" % 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)
|
shelltools.system(build_runc)
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<License>Apache-2.0</License>
|
<License>Apache-2.0</License>
|
||||||
<Summary>container cli tools</Summary>
|
<Summary>container cli tools</Summary>
|
||||||
<Description>CLI tool for managing OCI compliant containers</Description>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency versionFrom="1.19.1">golang</Dependency>
|
<Dependency versionFrom="1.19.1">golang</Dependency>
|
||||||
<Dependency>libseccomp-devel</Dependency>
|
<Dependency>libseccomp-devel</Dependency>
|
||||||
@@ -30,6 +30,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="7">
|
||||||
<Date>2022-09-14</Date>
|
<Date>2022-09-14</Date>
|
||||||
<Version>1.1.4</Version>
|
<Version>1.1.4</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user