Sync from SUSE:ALP:Source:Standard:1.0 go1.20 revision 63fb588c7a23ddb834fe99cd332c1b52
This commit is contained in:
9
go-rpmlintrc
Normal file
9
go-rpmlintrc
Normal 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")
|
Reference in New Issue
Block a user