Hello community, here is the log from the commit of package go1.8 for openSUSE:Factory checked in at 2017-10-26 18:39:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go1.8 (Old) and /work/SRC/openSUSE:Factory/.go1.8.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go1.8" Thu Oct 26 18:39:06 2017 rev:3 rq:535891 version:1.8.4 Changes: -------- --- /work/SRC/openSUSE:Factory/go1.8/go1.8.changes 2017-10-13 14:19:21.279609822 +0200 +++ /work/SRC/openSUSE:Factory/.go1.8.new/go1.8.changes 2017-10-26 18:39:12.354448715 +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.8.spec ++++++ --- /var/tmp/diff_new_pack.Blf9ER/_old 2017-10-26 18:39:13.898376686 +0200 +++ /var/tmp/diff_new_pack.Blf9ER/_new 2017-10-26 18:39:13.902376499 +0200 @@ -307,10 +307,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
