Bug ID 939067
Summary On OBS, %goinstall does something weired with find
Classification openSUSE
Product openSUSE Factory
Version 201505*
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Other
Assignee bnc-team-screening@forge.provo.novell.com
Reporter wagner-thomas@gmx.at
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

I followed
https://en.opensuse.org/openSUSE:Packaging_Go#The_easy_and_the_stupid_way to
create a spec file build a go package with OBS.
However, %goinstall calls "find" wrongly and "find" aborts.
The short log:
+ cd /home/abuild/rpmbuild/BUILD/go/src
[   67s] + find . -name rclone.go rclone_test.go redirect_stderr.go
redirect_stderr_unix.go redirect_stderr_windows.go -exec install -Dm644 '{}'
'/home/abuild/rpmbuild/BUILDROOT/go-rclone-1.17-3.1.x86_64/usr/share/go/contrib/src/pkg/{}'
';'
[   67s] find: paths must precede expression: rclone_test.go
[   67s] Usage: find [-H] [-L] [-P] [-Olevel] [-D
help|tree|search|stat|rates|opt|exec] [path...] [expression]

The long log:
https://build.opensuse.org/package/live_build_log/home:Aikhjarto/rclone/openSUSE_13.1/x86_64


You are receiving this mail because: