From 050f3f9895255525139fda5000d71e933d2bcfdd Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 20 Mar 2025 06:20:01 -0400 Subject: [PATCH] Update the .rpmlintrc file --- python-OWSLib.rpmlintrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-OWSLib.rpmlintrc b/python-OWSLib.rpmlintrc index 981f880..610479e 100644 --- a/python-OWSLib.rpmlintrc +++ b/python-OWSLib.rpmlintrc @@ -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")