Hello community, here is the log from the commit of package go1.7 for openSUSE:Factory checked in at 2017-10-26 18:39:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go1.7 (Old) and /work/SRC/openSUSE:Factory/.go1.7.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go1.7" Thu Oct 26 18:39:15 2017 rev:7 rq:535892 version:1.7.5 Changes: -------- --- /work/SRC/openSUSE:Factory/go1.7/go1.7.changes 2017-10-18 10:45:58.993547713 +0200 +++ /work/SRC/openSUSE:Factory/.go1.7.new/go1.7.changes 2017-10-26 18:39:16.326263417 +0200 @@ -1,0 +2,6 @@ +Sat Oct 21 11:39:37 UTC 2017 - [email protected] + +- Install $GOROOT/lib packages, to include upstream files such as the timezone + database. bsc#1064522 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go1.7.spec ++++++ --- /var/tmp/diff_new_pack.aiFGFS/_old 2017-10-26 18:39:17.458210607 +0200 +++ /var/tmp/diff_new_pack.aiFGFS/_new 2017-10-26 18:39:17.462210421 +0200 @@ -258,10 +258,12 @@ for i in $(ls %{buildroot}/usr/share/go/%{go_api}/src);do ln -s /usr/share/go/%{go_api}/src/$i $GOROOT/src/$i done +# add lib files that are needed (such as the timezone database). +install -d $GOROOT/lib +find lib -type f -exec install -D -m644 {} $GOROOT/{} \; # copy document templates, packages, obj libs and command utilities mkdir -p $GOROOT/bin -mkdir -p $GOROOT/lib # remove bootstrap rm -rf pkg/bootstrap mv pkg $GOROOT
