Fixing typos in rpminspect.yaml
This commit is contained in:
parent
9ff60ae25a
commit
2df938a17f
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
# the badfunc is triggered by inet_addr and inet_ntoa which is in the third party
|
# the badfunc is triggered by inet_addr and inet_ntoa which is in the third party
|
||||||
# libraries bundled to firefox sources.
|
# libraries bundled to firefox sources.
|
||||||
badfunc:
|
badfuncs:
|
||||||
ignore:
|
ignore:
|
||||||
- /usr/lib*/firefox/libxul.so
|
- /usr/lib*/firefox/libxul.so
|
||||||
# We don't plan to build Firefox with the LTO because it brings more problems
|
# We don't plan to build Firefox with the LTO because it brings more problems
|
||||||
# than benefits to the package.
|
# than benefits to the package.
|
||||||
inspections:
|
annocheck:
|
||||||
lto: off
|
- hardened: --ignore-unknown --verbose --skip-lto
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user