From 51149962e66777964108ed63a334510d5f680842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Audrius=20Ka=C5=BEukauskas?= Date: Sun, 10 Sep 2017 18:54:42 +0300 Subject: system/runc: Updated for version 1.0.0_rc3_810190c. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Audrius Kažukauskas --- system/runc/runc.SlackBuild | 16 +++++++++++----- system/runc/runc.info | 8 ++++---- 2 files changed, 15 insertions(+), 9 deletions(-) (limited to 'system') diff --git a/system/runc/runc.SlackBuild b/system/runc/runc.SlackBuild index 83b1e75466ba..b78c7ceea0e8 100644 --- a/system/runc/runc.SlackBuild +++ b/system/runc/runc.SlackBuild @@ -24,8 +24,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=runc -VERSION=${VERSION:-1.0.0_rc2_54296cf} -GITHASH=${GITHASH:-54296cf40ad8143b62dbcaa1d90e520a2136ddfe} +VERSION=${VERSION:-1.0.0_rc3_810190c} +GITHASH=${GITHASH:-810190ceaa507aa2727d7ae6f4790c76ec150bd2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -57,10 +57,16 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Do not try to get git commit hash, there is no git repo available. -sed -i 's/^COMMIT/# COMMIT/' Makefile +mkdir build +mv vendor build/src +ln -sf $TMP/$PRGNAM-$GITHASH build/src/github.com/opencontainers/runc -make COMMIT="$GITHASH" +# Do not try to get git commit hash, we're not inside git repository. +sed -i '/^COMMIT/d' Makefile + +make \ + COMMIT=$GITHASH \ + GOPATH=$TMP/$PRGNAM-$GITHASH/build make install BINDIR=$PKG/usr/bin make install-bash PREFIX=$PKG/usr diff --git a/system/runc/runc.info b/system/runc/runc.info index 9129759e05bb..664fc938ed08 100644 --- a/system/runc/runc.info +++ b/system/runc/runc.info @@ -1,10 +1,10 @@ PRGNAM="runc" -VERSION="1.0.0_rc2_54296cf" -HOMEPAGE="https://runc.io/" +VERSION="1.0.0_rc3_810190c" +HOMEPAGE="https://github.com/opencontainers/runc" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/opencontainers/runc/archive/54296cf/runc-54296cf40ad8143b62dbcaa1d90e520a2136ddfe.tar.gz" -MD5SUM_x86_64="c4eff71ea7da80d25f7cece171683a03" +DOWNLOAD_x86_64="https://github.com/opencontainers/runc/archive/810190c/runc-810190ceaa507aa2727d7ae6f4790c76ec150bd2.tar.gz" +MD5SUM_x86_64="d2d5d628662bfbe11fd0d1bb7eb1c63c" REQUIRES="google-go-lang libseccomp" MAINTAINER="Audrius Kažukauskas" EMAIL="audrius@neutrino.lt" -- cgit v1.2.3