- go1.13beta1 (released 2019/06/26) is packaged before stable release of go1.13 to provide a preview of the new default behavior for go modules. This early access is primarily intended to test OBS use with upstream go proxy infrastructure. Relevant changes are listed below, see https://tip.golang.org/doc/go1.13#modules for details - Drop patch allow-binary-only-packages.patch * In go1.12 and earlier, it was possible to distribute packages in binary form without including the source code used for compiling the package. "go build" and other commands no longer support binary-only-packages. https://tip.golang.org/pkg/go/build/#hdr-Binary_Only_Packages OBS-URL: https://build.opensuse.org/request/show/714124 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.13?expand=0&rev=1
10 lines
496 B
Plaintext
10 lines
496 B
Plaintext
addFilter("binaryinfo-readelf-failed") # go binaries are suposedly ELF-compliant
|
|
addFilter("statically-linked-binary") # go doesn't yet support dynamic linking
|
|
|
|
# .syso files are special. Note that while they are architecture-dependent,
|
|
# they are named to avoid conflicts (and we make sure of that in the RPM
|
|
# through go_arch).
|
|
addFilter("unstripped-binary-or-object.*\.syso$")
|
|
addFilter("arch-dependent-file-in-usr-share.*\.syso$")
|
|
addFilter("W: position-independent-executable-suggested")
|