diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,24 +1,21 @@ name : runc -version : 1.0.0_rc4 -release : 7 +version : 1.0.0_rc5 +release : 8 source : - - git|https://github.com/opencontainers/runc.git : v1.0.0-rc4 + - https://github.com/opencontainers/runc/archive/v1.0.0-rc5.tar.gz : 770e180d1cca1f3c1a67512ebf9720caafe97af4fc2fe12fa43a3cf7bfa77522 license : Apache-2.0 component : virt summary : OCI complaint CLI tool to run containers -strip : no -extract : no description: | runc is a CLI tool for spawning and running containers according to the OCI specification. builddeps : - pkgconfig(libseccomp) - golang -setup : | - mkdir -p go/src/github.com/opencontainers - cp -R $sources/runc.git go/src/github.com/opencontainers/runc build : | - export GOPATH=$workdir/ - cd src/github.com/opencontainers/runc + mkdir -p src/github.com/opencontainers + ln -s `pwd` src/github.com/opencontainers/runc + export GOPATH="`pwd`" + pushd src/github.com/opencontainers/runc %make LDFLAGS= install : | install -D -m 00755 src/github.com/opencontainers/runc/runc $installdir/usr/bin/runc diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ runc - Ikey Doherty - ikey@solus-project.com + Sönke Behrendt + thesoenke@outlook.com Apache-2.0 virt @@ -19,16 +19,16 @@ virt - /usr/bin + /usr/bin/runc - - 2017-11-26 - 1.0.0_rc4 + + 2018-07-04 + 1.0.0_rc5 Packaging update - Ikey Doherty - ikey@solus-project.com + Sönke Behrendt + thesoenke@outlook.com \ No newline at end of file