Accepting request 634828 from home:cyphar:umoci

- Update to umoci v0.4.2. See https://umo.ci/changelog/.

OBS-URL: https://build.opensuse.org/request/show/634828
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/umoci?expand=0&rev=38
This commit is contained in:
2018-09-11 03:45:10 +00:00
committed by Git OBS Bridge
parent b872dfc7a6
commit 7ea236a351
6 changed files with 26 additions and 21 deletions

View File

@@ -24,7 +24,7 @@
%define project github.com/openSUSE/umoci
Name: umoci
Version: 0.4.1
Version: 0.4.2
Release: 0
Summary: Open Container Image manipulation tool
License: Apache-2.0
@@ -56,7 +56,7 @@ provided by the OCI.
export GOPATH=$HOME/go
mkdir -pv $HOME/go/src/%{project}
rm -rf $HOME/go/src/%{project}/*
cp -avr * $HOME/go/src/%{project}
cp -ar * $HOME/go/src/%{project}
export VERSION="$(cat ./VERSION)"
if [ "$VERSION" != "%{version}" ]; then