Add rpminspect.yaml to waive irrelevant rpminspect issues

Resolves: #1970069
This commit is contained in:
Honza Horak 2021-06-09 18:54:40 +02:00 committed by fjanus
parent e3e990e57c
commit fe2e7af350
1 changed files with 14 additions and 0 deletions

14
rpminspect.yaml Normal file
View File

@ -0,0 +1,14 @@
---
# Forbidden function symbols found:
# inet_net_ntop
# inet_net_pton
# This is not a problem because the older version is only used for upgrade
# purposes and communicates through unix socket only
badfuncs:
ignore:
- /usr/lib*/pgsql/postgresql-*/bin/postgres
# Invalid XML for HTML doc is ok
xml:
ignore:
- /usr/share/doc/postgresql-docs/html/*.html