SHA256
1
0
forked from pool/syncthing
Dominique Leuenberger 2018-02-01 20:30:46 +00:00 committed by Git OBS Bridge
commit 6a3eb753de
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 1 14:18:59 UTC 2018 - bwiedemann@suse.com
- Override BUILD_HOST to make build reproducible
-------------------------------------------------------------------
Thu Jan 11 22:24:55 UTC 2018 - jengelh@inai.de

View File

@ -47,6 +47,7 @@ sed -i '/^RestartForceExitStatus=/d;s/^\(SuccessExitStatus=\).*$/\12/' \
%endif
%build
export BUILD_HOST=openSUSE
mkdir -p build/src/ build/vendor/
export GOPATH="$PWD/build:$PWD/build/vendor"