diff --git a/runc.changes b/runc.changes index 88f70a0..f154bd1 100644 --- a/runc.changes +++ b/runc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Aug 25 15:56:00 UTC 2016 - jmassaguerpla@suse.com + +- Remove GOPATH at the end of the GOPATH assignment + cause GOPATH is empty and if we do that, we get the path "" + appended, which causes gcc6-go to complain + ------------------------------------------------------------------- Wed Aug 24 12:27:57 UTC 2016 - jmassaguerpla@suse.com diff --git a/runc.spec b/runc.spec index 6f9d653..c618e81 100644 --- a/runc.spec +++ b/runc.spec @@ -97,7 +97,7 @@ Test package for runc. It contains the source code and the tests. # Do not use symlinks. If you want to run the unit tests for this package at # some point during the build and you need to directly use go list directly it # will get confused by symlinks. -export GOPATH=${HOME}/go:${HOME}/go/src/github.com/opencontainers/runc/Godeps/_workspace:${GOPATH} +export GOPATH=${HOME}/go:${HOME}/go/src/github.com/opencontainers/runc/Godeps/_workspace mkdir -pv $HOME/go/src/github.com/opencontainers/runc rm -rf $HOME/go/src/github.com/opencontainers/runc/* cp -avr * $HOME/go/src/github.com/opencontainers/runc