Sync from SUSE:ALP:Source:Standard:1.0 go1.20 revision 63fb588c7a23ddb834fe99cd332c1b52

This commit is contained in:
2024-02-13 13:34:08 +01:00
commit f454e8a8dd
13 changed files with 1508 additions and 0 deletions

9
go-rpmlintrc Normal file
View File

@@ -0,0 +1,9 @@
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")