From 007a9032eb01cfff9e94cb78b05d0dc07df346ee Mon Sep 17 00:00:00 2001 From: Ryan O'Hara Date: Sat, 7 Aug 2021 20:43:03 -0500 Subject: [PATCH] Ignore badfuncs error in rpminspect Related: #1968596 --- keepalived.spec | 5 ++++- rpminspect.yaml | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 rpminspect.yaml diff --git a/keepalived.spec b/keepalived.spec index 4158514..72cea68 100644 --- a/keepalived.spec +++ b/keepalived.spec @@ -10,7 +10,7 @@ Name: keepalived Summary: High Availability monitor built upon LVS, VRRP and service pollers Version: 2.2.2 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ URL: http://www.keepalived.org/ @@ -108,6 +108,9 @@ mkdir -p %{buildroot}%{_libexecdir}/keepalived %{_mandir}/man8/keepalived.8* %changelog +* Sat Aug 07 2012 Ryan O'Hara - 2.2.2-5 +- Ignore badfuncs error in rpminspect (#1968596) + * Wed Jun 16 2021 Mohan Boddu - 2.2.2-4 - Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065 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