rpmlint: Do not report idle as no-binary

python3-idle.i686: E: no-binary
    python3.15-freethreading-idle.i686: E: no-binary

We know this and we don't care.
We won't make this noarch. It installs to lib64.

Assisted-By: Claude Opus 4.6
This commit is contained in:
Miro Hrončok 2026-08-19 11:44:07 +02:00 committed by Karolina Surma
commit bd2563ea47

View file

@ -60,6 +60,9 @@ Filters = [
# missing documentation from subpackages
'^python3(\.\d+)?-(freethreading(-\w+)?|debug|tkinter|test|idle)\.[^:]+: (E|W): no-documentation',
# idle subpackages have no binaries
'^python3(\.\d+)?-(freethreading-)?idle\.[^:]+: (E|W): no-binary',
# platform python is obsoleted, but not provided
'obsolete-not-provided platform-python',