Ignore badfuncs error in rpminspect

Related: #1968596
This commit is contained in:
Ryan O'Hara 2021-08-07 20:43:03 -05:00
parent e0f3325ac3
commit 007a9032eb
2 changed files with 7 additions and 1 deletions

View File

@ -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 <rohara@redhat.com> - 2.2.2-5
- Ignore badfuncs error in rpminspect (#1968596)
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.2.2-4
- Rebuilt for RHEL 9 BETA for openssl 3.0
Related: rhbz#1971065

3
rpminspect.yaml Normal file
View File

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