Add an rpmlintrc file
[skip changelog]
This commit is contained in:
parent
329bf982f9
commit
2a9ee9a725
10
xalan-c.rpmlintrc
Normal file
10
xalan-c.rpmlintrc
Normal file
@ -0,0 +1,10 @@
|
||||
# Not a real spelling error:
|
||||
addFilter(r" spelling-error \('([Ss]tylesheet)s?',")
|
||||
# Hardlinks within directories owned by a single package are safe.
|
||||
addFilter(r" cross-directory-hard-link /\S+/xalan-c-doc/\S+ /\S+/xalan-c-doc/")
|
||||
# All documentation is in the -doc subpackage.
|
||||
addFilter(r" no-documentation$")
|
||||
#xalan-c.x86_64: W: no-manual-page-for-binary Xalan
|
||||
#xalan-c.x86_64: W: no-documentation
|
||||
#xalan-c-devel.x86_64: W: no-documentation
|
||||
#xalan-c-doc.x86_64: E: no-binary
|
Loading…
Reference in New Issue
Block a user