File rpmlintrc of Package google-guest-agent
9
1
# We are preventing the stripping to keep backtraces intact
2
addFilter("unstripped-binary-or-object")
3
4
# Golang doesn't support dynamic linking yet in a proper way
5
addFilter("statically-linked-binary")
6
7
# We are aware of that but shorter names are not possible
8
addFilter("filename-too-long-for-joliet")
9