public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Schmidt <mschmidt@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/prrte] rawhide: Add rpmlintrc for remaining false-positive findings
Date: Fri, 18 Sep 2026 23:40:36 GMT [thread overview]
Message-ID: <178977483644.1.6237074622057027082.rpms-prrte-4dc8cea36c4c@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/prrte
Branch : rawhide
Commit : 4dc8cea36c4c83ff8431372cfa67a80382ffeaa5
Author : Michal Schmidt <mschmidt@redhat.com>
Date : 2026-09-11T14:28:30+02:00
Stats : +13/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/prrte/c/4dc8cea36c4c83ff8431372cfa67a80382ffeaa5?branch=rawhide
Log:
Add rpmlintrc for remaining false-positive findings
Suppress rpmlint warnings that do not indicate real packaging bugs:
- spelling-error for the project names "openpmix" and "prte"
- dangling-symlink for pcc -> pmixcc, whose target is provided by
pmix-tools, a Requires of prrte-devel
- binary-or-shlib-calls-gethostbyname, used only by the Slurm
dynamic-allocation RAS module to resolve a hostname
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
---
diff --git a/prrte.rpmlintrc b/prrte.rpmlintrc
new file mode 100644
index 0000000..189ad46
--- /dev/null
+++ b/prrte.rpmlintrc
@@ -0,0 +1,13 @@
+# "openpmix" and "prte" are project/product names, not spelling errors.
+addFilter(r"spelling-error .* (openpmix|prte)")
+
+# pcc is a symlink to pmixcc, which is provided by pmix-tools
+# (a Requires of prrte-devel). rpmlint only looks at this package's
+# own file list, so it cannot see that the target is satisfied.
+addFilter(r"dangling-symlink /usr/lib64/openmpi/bin/pcc /usr/bin/pmixcc")
+
+# gethostbyname() is used only in the Slurm dynamic-allocation RAS
+# module (src/mca/ras/slurm/ras_slurm_module.c), to resolve Slurm's
+# ControlMachine hostname before connecting to its allocation port.
+# Not worth patching to getaddrinfo() downstream.
+addFilter(r"binary-or-shlib-calls-gethostbyname /usr/lib64/libprrte\.so")
reply other threads:[~2026-09-18 23:40 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=178977483644.1.6237074622057027082.rpms-prrte-4dc8cea36c4c@fedoraproject.org \
--to=mschmidt@redhat.com \
--cc=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