From bd2563ea4734eb20df5b54c5f92c1c4abe915baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 19 Aug 2026 11:44:07 +0200 Subject: [PATCH] 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 --- rpmlint.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rpmlint.toml b/rpmlint.toml index 169e95a..e052f3f 100644 --- a/rpmlint.toml +++ b/rpmlint.toml @@ -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',