Hello community, here is the log from the commit of package go1.6 for openSUSE:Factory checked in at 2017-10-23 16:53:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go1.6 (Old) and /work/SRC/openSUSE:Factory/.go1.6.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go1.6" Mon Oct 23 16:53:15 2017 rev:4 rq:535893 version:1.6.4 Changes: -------- --- /work/SRC/openSUSE:Factory/go1.6/go1.6.changes 2017-10-17 01:53:59.802278936 +0200 +++ /work/SRC/openSUSE:Factory/.go1.6.new/go1.6.changes 2017-10-23 16:53:39.951634473 +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.6.spec ++++++ --- /var/tmp/diff_new_pack.X2piBR/_old 2017-10-23 16:53:40.771596098 +0200 +++ /var/tmp/diff_new_pack.X2piBR/_new 2017-10-23 16:53:40.771596098 +0200 @@ -250,10 +250,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
