Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : runc | name : runc | ||||
| version : 1.0.0_rc6 | version : 1.0.0_rc6 | ||||
| release : 9 | release : 10 | ||||
| source : | source : | ||||
| - https://github.com/opencontainers/runc/archive/v1.0.0-rc6.tar.gz : a221f8380e7b5806031f54d423af6dde24c305dad49868056cf70e5f5f4ef771 | - https://github.com/opencontainers/runc/archive/v1.0.0-rc6.tar.gz : a221f8380e7b5806031f54d423af6dde24c305dad49868056cf70e5f5f4ef771 | ||||
| license : Apache-2.0 | license : Apache-2.0 | ||||
| component : virt | component : virt | ||||
| summary : OCI complaint CLI tool to run containers | summary : OCI complaint CLI tool to run containers | ||||
| description: | | description: | | ||||
| runc is a CLI tool for spawning and running containers according to the OCI specification. | runc is a CLI tool for spawning and running containers according to the OCI specification. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(libseccomp) | - pkgconfig(libseccomp) | ||||
| - golang | - golang | ||||
| setup : | | |||||
| %patch -Np1 < $pkgfiles/security/0001-nsenter-clone-proc-self-exe-to-avoid-exposing-host-b.patch | |||||
| build : | | build : | | ||||
| mkdir -p src/github.com/opencontainers | mkdir -p src/github.com/opencontainers | ||||
| ln -s `pwd` src/github.com/opencontainers/runc | ln -s `pwd` src/github.com/opencontainers/runc | ||||
| export GOPATH="`pwd`" | export GOPATH="`pwd`" | ||||
| pushd src/github.com/opencontainers/runc | pushd src/github.com/opencontainers/runc | ||||
| %make LDFLAGS= COMMIT="ccb5efd37fb7c86364786e9137e22948751de7ed" | %make LDFLAGS= COMMIT="ccb5efd37fb7c86364786e9137e22948751de7ed" | ||||
| install : | | install : | | ||||
| install -Dm00755 src/github.com/opencontainers/runc/runc $installdir/usr/bin/runc | install -Dm00755 src/github.com/opencontainers/runc/runc $installdir/usr/bin/runc | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.