Accepting request 447020 from home:cyphar:containers

Update to umoci 0.0.0~rc3

OBS-URL: https://build.opensuse.org/request/show/447020
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/umoci?expand=0&rev=2
This commit is contained in:
Miquel Sabate Sola
2016-12-19 13:56:41 +00:00
committed by Git OBS Bridge
parent d91ae50d1d
commit 44d3dbe7c9
5 changed files with 47 additions and 7 deletions

View File

@@ -23,7 +23,7 @@
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
Name: umoci
Version: 0.0.0~rc2
Version: 0.0.0~rc3
Release: 0
Summary: Open Container Image manipulation tool
License: Apache-2.0
@@ -59,7 +59,7 @@ the Open Container Initiative community.
mkdir -p .gopath/src/github.com/cyphar
ln -s $PWD .gopath/src/github.com/cyphar/umoci
export GOPATH=$PWD/.gopath
export VERSION="$(cat ./VERSION | sed 's/-/~/g')"
export VERSION="$(cat ./VERSION)"
if [ "$VERSION" != "%{version}" ]; then
VERSION+="-%{version}"
fi