From bd17deb9693eb32f14d3bf3f78529d28328fb475 Mon Sep 17 00:00:00 2001 From: Martin Cermak Date: Wed, 8 Dec 2021 14:35:31 +0100 Subject: [PATCH] CI Gating: Rpminspect kick off configuration Configure osci.brew-build.rpminspect.static-analysis so that it doesn't report empty payload for the systemtap package, and check shell syntax for systemtap script or tapset files that are actually not shell scripts. --- rpminspect.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..bd456b0 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,7 @@ +emptyrpm: +   expected_empty: +      - systemtap +shellsyntax: + ignore: + - /usr/share/systemtap/examples* + - /usr/share/systemtap/testsuite*