forked from rpms/stratis-cli
001ddc5d3b
- Revise stratis-cli.spec file to unified format - Add rpminspect.yaml file Resolves: rhbz#2039947 Signed-off-by: Bryan Gurney <bgurney@redhat.com>
18 lines
414 B
YAML
18 lines
414 B
YAML
---
|
|
inspections:
|
|
# stratis-cli has no ABI
|
|
abidiff: off
|
|
# stratis-cli is a Python program
|
|
annocheck: off
|
|
# the project does not use .desktop files
|
|
desktop: off
|
|
# stratis-cli is a Python program
|
|
elf: off
|
|
# the project uses no Java
|
|
javabytecode: off
|
|
# stratis-cli is a Python program
|
|
lto: off
|
|
|
|
# The info is fine, but we'll assume that all the filesize changes are as intended.
|
|
filesize: info
|