diff --git a/syncthing.changes b/syncthing.changes index 6b693ea..7f32816 100644 --- a/syncthing.changes +++ b/syncthing.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 6 16:36:41 UTC 2020 - Marius Kittler + +- Disable automatic updates (which do not work anyways unless you + run Syncthing as user root) + ------------------------------------------------------------------- Tue Feb 4 09:14:47 UTC 2020 - Martin Rey diff --git a/syncthing.spec b/syncthing.spec index e3423c4..e6c8643 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -61,7 +61,12 @@ ls | sed '/^build$/d' | xargs cp -at build/src/github.com/%{name}/%{name} 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