Add rpmlintrc file

This commit is contained in:
Benjamin A. Beasley 2021-02-11 08:54:21 -05:00
parent a0a7eed4bc
commit 83a300a583

4
cairomm.rpmlintrc Normal file
View File

@ -0,0 +1,4 @@
# Explicit dependencies among documentation packages are indeed reasonable
addFilter(r' explicit-lib-dependency .*-doc[s]?$')
# All of the documentation is in the -doc subpackage, of course!
addFilter(r' no-documentation$')