python-OWSLib/python-OWSLib.rpmlintrc
2025-03-20 06:20:10 -04:00

5 lines
295 B
Text

# 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")