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