From 7ec3ac3b765b801c48330233440d829c5d72186d Mon Sep 17 00:00:00 2001 From: Tao Liu Date: Fri, 24 Dec 2021 09:49:18 +0800 Subject: [PATCH] And add rpminspect.yaml to disable badfuncs related: bz2032177 upstream: rhel-only Signed-off-by: Tao Liu --- rpminspect.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..0c3bdf7 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,3 @@ +--- +inspections: + badfuncs: off