Update .rpmlintrc file for current rpmlint
This commit is contained in:
parent
353a16c6dc
commit
09b953d845
1 changed files with 3 additions and 0 deletions
|
|
@ -6,3 +6,6 @@ addFilter(r" invalid-url Source[0-9]+: chardet-.*-filtered\.tar\.zst")
|
|||
addFilter(r" inconsistent-file-extension chardet-.*-filtered\.tar\.zst$")
|
||||
# The -doc subpackage was removed without an equivalent replacement.
|
||||
addFilter(r" obsolete-not-provided python-chardet-doc$")
|
||||
# Update LGPLv2.1 license text and notices for remote-only FSF
|
||||
# https://github.com/chardet/chardet/pull/307
|
||||
addFilter(r" incorrect-fsf-address ")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue