Whitelist some rpmlint warnings/errors
This commit is contained in:
parent
b769238169
commit
ca6c588772
8
hwdata.rpmlintrc
Normal file
8
hwdata.rpmlintrc
Normal file
@ -0,0 +1,8 @@
|
||||
# intentionally hardcoded
|
||||
addFilter(r'hardcoded-library-path in %{_prefix}/lib')
|
||||
|
||||
# we have non binary stuff, text files
|
||||
addFilter(r'only-non-binary-in-usr-lib')
|
||||
|
||||
# spelling errors
|
||||
addFilter(r'spelling-error .* en_US (pci|usb) ')
|
||||
Loading…
Reference in New Issue
Block a user