Update the .rpmlintrc file

This commit is contained in:
Benjamin A. Beasley 2025-03-20 06:20:01 -04:00
commit 050f3f9895

View file

@ -1,2 +1,5 @@
# 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")