public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rdma-core] rawhide: Add rpmlintrc to filter known false-positive rpmlint findings
@ 2026-09-09 19:56 Michal Schmidt
0 siblings, 0 replies; only message in thread
From: Michal Schmidt @ 2026-09-09 19:56 UTC (permalink / raw)
To: git-commits
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")
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-09 19:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-09 19:56 [rpms/rdma-core] rawhide: Add rpmlintrc to filter known false-positive rpmlint findings Michal Schmidt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox