From d8d98431bc1a9492ff0d54fbd94984419d9631b6 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 10 Mar 2023 11:23:31 -0800 Subject: [PATCH] Bring rpminspect.yaml over from Brew dist-git Signed-off-by: Troy Dawson --- rpminspect.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..938c578 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,22 @@ +--- +xml: + # Do not try to XML-validate this DTD file + ignore: + - /usr/share/resource-agents/ra-api-1.dtd + +files: + # These paths are explicitly used in this package + ignore: + - /usr/lib/ocf/resource.d/heartbeat + - /usr/lib/resource-agents + +badfuncs: + # This program uses gethostbyname2, inet_aton, and inet_ntoa + ignore: + - /usr/libexec/heartbeat/send_arp + +upstream: + ignore: + # these files have to be bundled in resource-agents now + - httplib2-0.20.4.tar.gz + - pyparsing-2.4.7-py2.py3-none-any.whl