public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python3.14] rawhide: rpmlint: Do not report idle as no-binary
Date: Thu, 27 Aug 2026 12:14:12 GMT	[thread overview]
Message-ID: <178783285243.1.13725934747453991305.rpms-python3.14-bd2563ea4734@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python3.14
            Branch : rawhide
            Commit : bd2563ea4734eb20df5b54c5f92c1c4abe915baf
            Author : Miro Hrončok <miro@hroncok.cz>
            Date   : 2026-08-21T11:18:56+02:00
            Stats  : +3/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python3.14/c/bd2563ea4734eb20df5b54c5f92c1c4abe915baf?branch=rawhide

            Log:
            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

---
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',
 

                 reply	other threads:[~2026-08-27 12:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178783285243.1.13725934747453991305.rpms-python3.14-bd2563ea4734@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox