Update the .rpmlintrc file
This commit is contained in:
parent
432bc43af7
commit
cb73aee3e1
1 changed files with 7 additions and 2 deletions
|
|
@ -1,2 +1,7 @@
|
|||
# All documentation is in the -doc subpackage.
|
||||
addFilter(r" no-documentation$")
|
||||
# The source cannot be a URL because we have to filter out files before
|
||||
# uploading to the lookaside cache.
|
||||
addFilter(r" invalid-url .* OWSLib-.*-filtered\.tar\.zst")
|
||||
# There is nothing wrong with .tar.zst, but rpmlint does not know that.
|
||||
addFilter(r" inconsistent-file-extension .*\.tar\.zst")
|
||||
# Removed without replacement in Fedora 42
|
||||
addFilter(r" obsolete-not-provided python-OWSLIB-doc")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue