From 15d6daaa28f08bff6b8f7d968dc08f0a50667cfe Mon Sep 17 00:00:00 2001 From: Antonio Torres Date: Tue, 8 Jun 2021 16:19:12 +0200 Subject: [PATCH] Ignore badfuncs check from rpminspect FreeRADIUS source code contains some legacy code that uses deprecated functions detected by rpminspect's badfuncs check. Since this causes build failures, disable this check until the problem is fixed upstream. Signed-off-by: Antonio Torres --- 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