forked from pool/syncthing
Accepting request 772206 from network
OBS-URL: https://build.opensuse.org/request/show/772206 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syncthing?expand=0&rev=92
This commit is contained in:
commit
620586bb7e
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 6 16:36:41 UTC 2020 - Marius Kittler <marius.kittler@suse.com>
|
||||
|
||||
- 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 <mrey@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user