From 9714e09c8224df632a69fab06166dc001f169c06 Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Tue, 9 Apr 2024 08:53:44 +0200 Subject: [PATCH] Disable bad-funcs test in rpminspect This is needed to suppress rpminspect errors caused by gethostbyaddr, gethostbyname, inet_addr and inet_ntoa function. Those functions are part of the source codes for years, but they are not actually used. --- 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