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: infiniband-diags: version the perl(IBswcountlimits) Provides
Date: Wed, 09 Sep 2026 19:56:12 GMT	[thread overview]
Message-ID: <178898377260.1.6504712587265744121.rpms-rdma-core-a8af6099cc26@fedoraproject.org> (raw)

            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

                 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=178898377260.1.6504712587265744121.rpms-rdma-core-a8af6099cc26@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