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/rdma-core] rawhide: Add rpmlintrc to filter known false-positive rpmlint findings
Date: Wed, 09 Sep 2026 19:56:11 GMT [thread overview]
Message-ID: <178898377167.1.15680979345946874001.rpms-rdma-core-8dee86bc2c44@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rdma-core
Branch : rawhide
Commit : 8dee86bc2c4403b0404e5bbb94719f53903b80ec
Author : Michal Schmidt <mschmidt@redhat.com>
Date : 2026-09-09T13:56:28+02:00
Stats : +27/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rdma-core/c/8dee86bc2c4403b0404e5bbb94719f53903b80ec?branch=rawhide
Log:
Add rpmlintrc to filter known false-positive rpmlint findings
rpmlint flags a number of RDMA/InfiniBand jargon and vendor names as
spelling errors, and misidentifies dlopen()'d provider plugins,
obsolete package names, and the compat/common subpackages' intentional
lack of binaries/documentation. Suppress those specific findings while
leaving genuine warnings (e.g. missing man pages) visible.
Assisted-by: Claude Sonnet 5 <noreply@anthropic.com>
---
diff --git a/rdma-core.rpmlintrc b/rdma-core.rpmlintrc
new file mode 100644
index 0000000..f804d08
--- /dev/null
+++ b/rdma-core.rpmlintrc
@@ -0,0 +1,27 @@
+# Spelling-checker false positives on RDMA/InfiniBand jargon, vendor and
+# driver names that are not real English words.
+addFilter(r"spelling-error .*'(lookups|librdmacm|subnet|libibmad|iWarp|iWARP|datagram|Chelsio|libefa|libhns|libipathverbs|QLogic|libirdma|Mellanox|libmthca|libocrdma|Emulex|libqedr|librxe|libsiw|libvmw|pvrdma|VMware|paravirtual|devinfo|libibverbs|modprobe|ndd|subpackages|ib)'")
+
+# Vendor driver plugin shared objects are dlopen()'d at runtime by
+# libibverbs, not linked against at build time, so they are correctly
+# shipped in the runtime package rather than -devel.
+addFilter(r"libibverbs.*: W: devel-file-in-non-devel-package /usr/lib(64)?/libibverbs/lib.*-rdmav64\.so")
+
+# These renamed/split packages intentionally do not carry Obsoletes for
+# their long-retired predecessors.
+addFilter(r"W: obsolete-not-provided (openib-diags|libibverbs-core|openib-srptools)")
+
+# infiniband-diags-compat only ships compatibility symlinks/scripts, no
+# ELF binaries of its own.
+addFilter(r"infiniband-diags-compat.*: E: no-binary")
+
+# rdma-core-common only ships license/shared files, not documentation.
+addFilter(r"rdma-core-common.*: W: no-documentation")
+
+# infiniband-diags-compat ships legacy compatibility symlinks/scripts;
+# nobody is going to write man pages for these deprecated tools.
+addFilter(r"infiniband-diags-compat.*: W: no-manual-page-for-binary")
+
+# "iWarp" is the correct stylization of the protocol name (lowercase i,
+# like iSCSI), so the leading lowercase letter is intentional here.
+addFilter(r"iwpmd.*: W: summary-not-capitalized")
reply other threads:[~2026-09-09 19:56 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=178898377167.1.15680979345946874001.rpms-rdma-core-8dee86bc2c44@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