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:
parent
bef861129d
commit
bd2563ea47
1 changed files with 3 additions and 0 deletions
|
|
@ -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',
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue