Add rpminspect.yaml to waive common errors
This commit is contained in:
parent
469dc848cb
commit
df0a6513e7
12
rpminspect.yaml
Normal file
12
rpminspect.yaml
Normal file
@ -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
|
||||
Loading…
Reference in New Issue
Block a user