Ignore badfuncs error in rpminspect

Related: #1966688
This commit is contained in:
Ryan O'Hara 2021-08-07 19:49:30 -05:00
parent a3dca14b51
commit f6a8408bd3
2 changed files with 7 additions and 1 deletions

View File

@ -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 <rohara@redhat.com> - 2.4.2-6
- Ignore badfuncs error in rpminspect (#1966688)
* Wed Aug 04 2021 Lukas Javorsky <ljavorsk@redhat.com> - 2.4.2-5
- Second rebuild against pcre2-10.37 (bug #1970765)

3
rpminspect.yaml Normal file
View File

@ -0,0 +1,3 @@
---
inspections:
badfuncs: off