SHA256
1
0
forked from pool/hare
Files
hare/hare-rpmlintrc
Soc Virnyl Estela 04ed0275ae - Improve build logic.
* fixes version string output
  * no need to run `./scripts/version`
  * set our own cflags and ldflags

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/hare?expand=0&rev=40
2024-08-10 01:05:03 +00:00

9 lines
306 B
Plaintext

addFilter("files-duplicate")
addFilter("zero-length")
addFilter("missing-PT_GNU_STACK-section")
addFilter("position-independent-executable-suggested")
addFilter("name-repeated-in-summary")
addFilter("statically-linked-binary")
# Most software do not even respect this
addFilter("filelist-forbidden-fhs23")