From 38703687ee0e54eee4a227b94d1beef80c84f168 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Sat, 19 Jun 2021 10:04:34 +0200 Subject: [PATCH] Add a wacky file type guess change Message from rpminspect was: MIME type on /usr/include/pgsql/server/port/freebsd.h was text/plain and became text/x-c on (all arches) Related: #1970069 --- rpminspect.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rpminspect.yaml b/rpminspect.yaml index 8f402f5..0647934 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -12,3 +12,10 @@ badfuncs: xml: ignore: - /usr/share/doc/postgresql-docs/html/*.html + +# Wacky guess on file type that we do not need to care +# Message: MIME type on was text/plain and became text/x-c +types: + ignore: + - /usr/lib64/pgsql/postgresql-*/include/server/port/freebsd.h + - /usr/include/pgsql/server/port/freebsd.h