From eda4f33e98c3e9ac4f37f9b061425ce0709b2e5e Mon Sep 17 00:00:00 2001 From: Antonio Torres Date: Tue, 3 Aug 2021 16:35:32 +0200 Subject: [PATCH] Ignore badfuncs error in rpminspect Usage of the inet_addr function triggers the badfuncs check in rpminspect. Since this is already fixed upstream, it is safe for us to ignore this error. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1986972 Signed-off-by: Antonio Torres --- freeradius.spec | 6 +++++- rpminspect.yaml | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 rpminspect.yaml diff --git a/freeradius.spec b/freeradius.spec index 2dcae89..6215862 100644 --- a/freeradius.spec +++ b/freeradius.spec @@ -1,7 +1,7 @@ Summary: High-performance and highly configurable free RADIUS server Name: freeradius Version: 3.0.21 -Release: 16%{?dist} +Release: 17%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.freeradius.org/ @@ -851,6 +851,10 @@ exit 0 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/rest %changelog +* Mon Aug 03 2021 Antonio Torres - 3.0.21-17 +- Ignore badfuncs error in rpminspect + Resolves: bz#1986972 + * Mon Aug 02 2021 Antonio Torres - 3.0.21-16 - Remove RPATH usage Resolves: bz#1986968 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