Introduce rpminspect.yaml

This commit is contained in:
Martin Cermak 2023-05-02 11:14:12 +02:00
parent 4d3765baa1
commit 426d40e761

15
rpminspect.yaml Normal file
View File

@ -0,0 +1,15 @@
---
emptyrpm:
# The systemtap subrpm only is a metapackage requiring other
# packages. An empty payload there is expected.
expected_empty:
- systemtap
shellsyntax:
# The following files are systemtap scripts, not shell scripts.
# Skip the shell syntax checks for systemtap scripts.
ignore:
- /usr/share/systemtap/examples/stapgames/2048.stp
- /usr/share/systemtap/testsuite/semko/autocast10.stp
- /usr/share/systemtap/testsuite/semok/autocast10.stp
- /usr/share/systemtap/testsuite/parseko/autocast02.stp
- /usr/share/systemtap/testsuite/systemtap.examples/stapgames/2048.stp