From 422f6509ed5d768790594d1c16961bd38b0d6b90 Mon Sep 17 00:00:00 2001 From: Oyvind Albrigtsen Date: Thu, 9 Jun 2022 11:03:24 +0200 Subject: [PATCH] - Add rpminspect.yaml --- rpminspect.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..860932a --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,16 @@ +--- +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