From efdc312e8f0a607485e68c8c46df1b029636976c Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 28 Mar 2024 20:10:05 -0400 Subject: [PATCH] Add an rpmlintrc file [skip changelog] --- python-chardet.rpmlintrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python-chardet.rpmlintrc diff --git a/python-chardet.rpmlintrc b/python-chardet.rpmlintrc new file mode 100644 index 0000000..54743c7 --- /dev/null +++ b/python-chardet.rpmlintrc @@ -0,0 +1,6 @@ +# Not a real spelling error: +addFilter(r" spelling-error \('([Pp]rober)s?',") +# This Source cannot be a URL because we must filter out certain files. +addFilter(r" invalid-url Source[0-9]+: chardet-.*-filtered\.tar\.xz") +# This is a maintainer script; it should be executable +addFilter(r" strange-permission get_source 775")