Adding rpminspect.yaml to deal with the CI failures

This commit is contained in:
Jan Horak 2021-12-14 12:50:32 +01:00
parent fc86aa8ab8
commit 9ff60ae25a
1 changed files with 11 additions and 0 deletions

11
rpminspect.yaml Normal file
View File

@ -0,0 +1,11 @@
---
# the badfunc is triggered by inet_addr and inet_ntoa which is in the third party
# libraries bundled to firefox sources.
badfunc:
ignore:
- /usr/lib*/firefox/libxul.so
# We don't plan to build Firefox with the LTO because it brings more problems
# than benefits to the package.
inspections:
lto: off