
The contents of the files directory are all directly extracted from the golang 1.11.2 src rpm. The spec file has been updated to build a src tarball for go 1.12.9. The modifications can be viewed by examining a diff of the golang.spec and the golang.spec.orig files. Change-Id: Ib1bdde20d37147d08d38449d1db9c903cef38e7a Story: 2005860 Task: 35840 Depends-On: https://review.opendev.org/#/c/671147 Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
9 lines
183 B
Plaintext
9 lines
183 B
Plaintext
VERSION=1.12.9
|
|
TAR_NAME=go
|
|
TAR="$TAR_NAME$VERSION.src.tar.gz"
|
|
CONTRIB="$TAR_NAME-contrib-v$CON_VERSION.tar.gz"
|
|
|
|
COPY_LIST="${CGCS_BASE}/downloads/$TAR $FILES_BASE/*"
|
|
|
|
TIS_PATCH_VER=1
|