Tool for checking common errors in RPM packages
466781fc37
Previously, PyEnchant raised a DictNotFoundError from the SpellChecker constructor in case it didn't find the given language. This was recently[1] changed/fixed upstream to actually handle that error in the constructor and then raise a DefaultLanguageNotFoundError instead. Adapt our code to it but also keep handling the previous error, just in case. Note that this was never fixed in rpmlint upstream since that has moved on and rewritten quite a bit of the codebase, fixing this traceback in the process, hence a downstream-only patch here. [1] commit 5fc8ecc458b7b84d88ce629f74905549790141ee at: https://github.com/pyenchant/pyenchant/ Resolves: #1929210 |
||
---|---|---|
.gitignore | ||
gating.yaml | ||
rpmlint-1.10-suppress-locale-error.patch | ||
rpmlint-1.11-libc-warnings.patch | ||
rpmlint-1.11-no-python-macro.patch | ||
rpmlint-1.11-rpm4.15.patch | ||
rpmlint-1.11-spellcheck-handle-missing-language-error.patch | ||
rpmlint-CHANGES.package.old | ||
rpmlint-etc.config | ||
rpmlint.config | ||
rpmlint.spec | ||
sources |