stratisd/rpminspect.yaml
Bryan Gurney 13fd87d51f Update to version 3.1.0
- Revise stratisd.spec file to unified format
- Remove old rust2rpm config file
- Add rpminspect.yaml file

Resolves: rhbz#2039946

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
2022-06-01 15:00:02 -04:00

16 lines
431 B
YAML

---
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\(.*\)$