From df0a6513e7362a8f6427b8afa7acecbd73c5a4e6 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Wed, 15 Jul 2026 15:21:11 +0200 Subject: [PATCH] Add rpminspect.yaml to waive common errors --- rpminspect.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 00000000..0b7a28d6 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,12 @@ +--- +badfuncs: + allowed: + # already fixed in newer Vim, not critical to backport + /usr/bin/vim: + - gethostbyname + /usr/bin/gvim: + - gethostbyname +patches: + # intentionally unused patch removed in newer Vim + ignore_list: + - vim-7.0-specedit.patch