Add .rpmlintrc to exclude some .spec lint
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
64fe772650
commit
bd46f9571e
6
.rpmlintrc
Normal file
6
.rpmlintrc
Normal file
@ -0,0 +1,6 @@
|
||||
# Using _sourcedir makes the spec much more readable IMO.
|
||||
# The Fedora wiki complaint is pretty obscure too.
|
||||
addFilter(r'use-of-RPM_SOURCE_DIR')
|
||||
|
||||
# This is a virtual Provides: that should not contain any version info
|
||||
addFilter(r'unversioned-explicit-provides vhostuser-backend\(fs\)')
|
Loading…
Reference in New Issue
Block a user