forked from pool/syncthing
Accepting request 613012 from network
OBS-URL: https://build.opensuse.org/request/show/613012 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syncthing?expand=0&rev=72
This commit is contained in:
commit
4328f2a6ae
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user