SHA256
1
0
forked from pool/syncthing
Dominique Leuenberger 2018-05-30 13:24:27 +00:00 committed by Git OBS Bridge
commit 4328f2a6ae
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed May 30 09:03:50 UTC 2018 - marius.kittler@suse.com
- Fix build command / prevent Syncthing to update itself
Arguments go before commands so both -version and -no-upgrade
were previously ignored resulting in Syncthing trying to update
itself without permissions (boo#1095169).
-------------------------------------------------------------------
Tue Apr 17 12:46:59 UTC 2018 - jengelh@inai.de

View File

@ -51,8 +51,7 @@ 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}/
go run build.go install all \
-version v%{version} -no-upgrade
go run build.go -no-upgrade -version v%{version} install all
popd
%install