Page MenuHomeSolus

D3238.id8236.diff
No OneTemporary

D3238.id8236.diff

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 @@
<Source>
<Name>runc</Name>
<Packager>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Sönke Behrendt</Name>
+ <Email>thesoenke@outlook.com</Email>
</Packager>
<License>Apache-2.0</License>
<PartOf>virt</PartOf>
@@ -19,16 +19,16 @@
</Description>
<PartOf>virt</PartOf>
<Files>
- <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="executable">/usr/bin/runc</Path>
</Files>
</Package>
<History>
- <Update release="7">
- <Date>2017-11-26</Date>
- <Version>1.0.0_rc4</Version>
+ <Update release="8">
+ <Date>2018-07-04</Date>
+ <Version>1.0.0_rc5</Version>
<Comment>Packaging update</Comment>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Sönke Behrendt</Name>
+ <Email>thesoenke@outlook.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
May 30 2023, 10:25 PM (9 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5806100
Default Alt Text
D3238.id8236.diff (2 KB)

Event Timeline