From 3fb3e96efc1dd415dc468f7ff98d2d038b7a4ff3 Mon Sep 17 00:00:00 2001 From: Ryan O'Hara Date: Tue, 17 Aug 2021 10:56:33 -0500 Subject: [PATCH] Ignore badfuncs error in rpminspect Related: #1994617 --- ipvsadm.spec | 5 ++++- rpminspect.yaml | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 rpminspect.yaml diff --git a/ipvsadm.spec b/ipvsadm.spec index da701f6..542ade5 100644 --- a/ipvsadm.spec +++ b/ipvsadm.spec @@ -1,7 +1,7 @@ Name: ipvsadm Summary: Utility to administer the Linux Virtual Server Version: 1.31 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ URL: https://kernel.org/pub/linux/utils/kernel/ipvsadm/ @@ -73,6 +73,9 @@ services. Supported Features include: %{_mandir}/man8/%{name}-save.8* %changelog +* Tue Aug 17 2021 Ryan O'Hara - 1.31-8 +- Ignore badfuncs error in rpminspect (#1994617) + * Tue Aug 17 2021 Ryan O'Hara - 1.31-7 - Add gating tests (#1994617) 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