Hello community, here is the log from the commit of package syncthing for openSUSE:Factory checked in at 2020-02-09 20:48:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/syncthing (Old) and /work/SRC/openSUSE:Factory/.syncthing.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "syncthing" Sun Feb 9 20:48:25 2020 rev:92 rq:772206 version:1.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/syncthing/syncthing.changes 2020-02-06 13:08:46.212353936 +0100 +++ /work/SRC/openSUSE:Factory/.syncthing.new.26092/syncthing.changes 2020-02-09 20:48:28.386876928 +0100 @@ -1,0 +2,6 @@ +Thu Feb 6 16:36:41 UTC 2020 - Marius Kittler <[email protected]> + +- Disable automatic updates (which do not work anyways unless you + run Syncthing as user root) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ syncthing.spec ++++++ --- /var/tmp/diff_new_pack.CGAbsa/_old 2020-02-09 20:48:29.458877540 +0100 +++ /var/tmp/diff_new_pack.CGAbsa/_new 2020-02-09 20:48:29.458877540 +0100 @@ -61,7 +61,12 @@ cp -a vendor build/vendor/src pushd build/src/github.com/%{name}/%{name}/ +# build and install stcli which has no dedicated target and can not be built with -no-upgrade go run build.go -version v%{version} install all +# build and install syncthing without automatic updates +go run build.go -no-upgrade -version v%{version} install +# build and install strelaysrv without automatic updates +go run build.go -no-upgrade -version v%{version} install strelaysrv popd %install
