From 63ae951a91b178adf00c7dbfbc4fc6ded4c89a6c Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 4 Apr 2024 22:47:42 -0400 Subject: [PATCH] Update rpmlintrc file [skip changelog] --- python-chardet.rpmlintrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/python-chardet.rpmlintrc b/python-chardet.rpmlintrc index 54743c7..9abf571 100644 --- a/python-chardet.rpmlintrc +++ b/python-chardet.rpmlintrc @@ -2,5 +2,3 @@ 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")