public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rdma-core] rawhide: infiniband-diags: version the perl(IBswcountlimits) Provides
@ 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 : a8af6099cc26b5fdb4b59091affb7d7562c8957e
Author : Michal Schmidt <mschmidt@redhat.com>
Date : 2026-09-09T13:56:28+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rdma-core/c/a8af6099cc26b5fdb4b59091affb7d7562c8957e?branch=rawhide
Log:
infiniband-diags: version the perl(IBswcountlimits) Provides
IBswcountlimits.pm has no "package" statement, so RPM's automatic
Perl-provides generator can't create this capability on its own; the
manual Provides is what lets infiniband-diags-compat (which has no
direct Requires on infiniband-diags) pull in the package that ships
the module. Add a version to it, matching the libibmad Provides right
below it, to fix rpmlint's unversioned-explicit-provides warning.
Assisted-by: Claude Sonnet 5 <noreply@anthropic.com>
---
diff --git a/rdma-core.spec b/rdma-core.spec
index 8a987e3..b9d6c4d 100644
--- a/rdma-core.spec
+++ b/rdma-core.spec
@@ -142,7 +142,7 @@ RDMA core development libraries and headers.
Summary: InfiniBand Diagnostic Tools
Requires: %{name}-common = %{version}-%{release}
Requires: libibumad%{?_isa} = %{version}-%{release}
-Provides: perl(IBswcountlimits)
+Provides: perl(IBswcountlimits) = %{version}-%{release}
Provides: libibmad = %{version}-%{release}
Obsoletes: libibmad < %{version}-%{release}
Obsoletes: openib-diags < 1.3
^ 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: infiniband-diags: version the perl(IBswcountlimits) Provides Michal Schmidt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox