From 0a5583155328cd879a45328997744bdbb8db44fb Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Mon, 2 Aug 2021 13:11:42 +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. Resolves: #1988443 --- 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