- Packaging improvements:
* Re-enable binary stripping and debuginfo boo#1210938
* Use BuildRequires: golang(API) >= 1.23 matching go.mod
* Use autosetup -a 1 to unpack source and vendored dependencies
* Build PIE with pattern that may become recommended procedure:
%%ifnarch ppc64 GOFLAGS="-buildmode=pie" %%endif go build
A go toolchain buildmode default config would be preferable
but none exist at this time.
* Add basic %check to execute binary --help (forwarded request 1350853 from jfkw)
OBS-URL: https://build.opensuse.org/request/show/1350854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ineffassign?expand=0&rev=4
Description
No description provided
Languages
RPM Spec
100%