mirror of
https://abf.rosa.ru/djam/golang.git
synced 2025-02-23 16:52:54 +00:00
Turn back rpmlintrc
This commit is contained in:
parent
ba7dbc9ffa
commit
89edc02d23
2 changed files with 5 additions and 0 deletions
4
golang.rpmlintrc
Normal file
4
golang.rpmlintrc
Normal file
|
@ -0,0 +1,4 @@
|
|||
addFilter("binaryinfo-readelf-failed") # go binaries are suposedly ELF-compliant
|
||||
addFilter("statically-linked-binary") # go doesn't yet support dynamic linking
|
||||
addFilter("unstripped-binary-or-object") # doesnt like stripping
|
||||
addFilter("devel-file-in-non-devel-package")
|
|
@ -54,6 +54,7 @@ ExclusiveArch: %{ix86} x86_64 %{arm}
|
|||
|
||||
Source100: golang-gdbinit
|
||||
Source101: golang-prelink.conf
|
||||
Source102: %{name}.rpmlintrc
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
|
Loading…
Add table
Reference in a new issue