2022-05-25 18:57:36 +00:00
|
|
|
---
|
|
|
|
inspections:
|
|
|
|
# none of our compiled code has an ABI
|
|
|
|
abidiff: off
|
|
|
|
# at present the wrong debuginfo files are being used to run this check
|
|
|
|
annocheck: off
|
|
|
|
# the project does not use .desktop files
|
|
|
|
desktop: off
|
|
|
|
# the project uses no Java
|
|
|
|
javabytecode: off
|
|
|
|
|
|
|
|
rpmdeps:
|
|
|
|
# ignore auto dependencies like: (crate(bindgen/default) >= 0.59.0 with crate(bindgen/default) < 0.60.0~)'
|
|
|
|
ignore:
|
|
|
|
requires: ^\(crate\(.*\)$
|
2023-02-20 15:26:43 +00:00
|
|
|
|
|
|
|
debuginfo:
|
|
|
|
# rpminspect error: "Contains .symtab"
|
|
|
|
# ignoring because this appears to be a bug in rpmbuild or further down the toolchain
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2166149
|
|
|
|
ignore:
|
|
|
|
- /usr/lib/udev/stratis*
|