diff --git a/haproxy.spec b/haproxy.spec index f932e78..a6ca776 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -8,7 +8,7 @@ Name: haproxy Version: 2.4.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: HAProxy reverse proxy for high availability environments License: GPLv2+ @@ -134,6 +134,9 @@ exit 0 %{_mandir}/man1/* %changelog +* Sat Aug 07 2021 Ryan O'Hara - 2.4.2-6 +- Ignore badfuncs error in rpminspect (#1966688) + * Wed Aug 04 2021 Lukas Javorsky - 2.4.2-5 - Second rebuild against pcre2-10.37 (bug #1970765) 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