Fix rpmdeps warnings
Resolves: RHEL-30819 Signed-off-by: Kamal Heib <kheib@redhat.com>
This commit is contained in:
parent
0f94aba18f
commit
6383eb85d3
@ -211,6 +211,8 @@ displays information about RDMA devices.
|
|||||||
%package -n ibacm
|
%package -n ibacm
|
||||||
Summary: InfiniBand Communication Manager Assistant
|
Summary: InfiniBand Communication Manager Assistant
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
Requires: libibumad%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: libibverbs%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description -n ibacm
|
%description -n ibacm
|
||||||
The ibacm daemon helps reduce the load of managing path record lookups on
|
The ibacm daemon helps reduce the load of managing path record lookups on
|
||||||
@ -240,6 +242,7 @@ are used by the IB diagnostic and management tools, including OpenSM.
|
|||||||
|
|
||||||
%package -n librdmacm
|
%package -n librdmacm
|
||||||
Summary: Userspace RDMA Connection Manager
|
Summary: Userspace RDMA Connection Manager
|
||||||
|
Requires: libibverbs%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description -n librdmacm
|
%description -n librdmacm
|
||||||
librdmacm provides a userspace RDMA Communication Management API.
|
librdmacm provides a userspace RDMA Communication Management API.
|
||||||
@ -247,6 +250,7 @@ librdmacm provides a userspace RDMA Communication Management API.
|
|||||||
%package -n librdmacm-utils
|
%package -n librdmacm-utils
|
||||||
Summary: Examples for the librdmacm library
|
Summary: Examples for the librdmacm library
|
||||||
Requires: librdmacm%{?_isa} = %{version}-%{release}
|
Requires: librdmacm%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: libibverbs%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description -n librdmacm-utils
|
%description -n librdmacm-utils
|
||||||
Example test programs for the librdmacm library.
|
Example test programs for the librdmacm library.
|
||||||
@ -257,6 +261,8 @@ Obsoletes: srptools <= 1.0.3
|
|||||||
Provides: srptools = %{version}-%{release}
|
Provides: srptools = %{version}-%{release}
|
||||||
Obsoletes: openib-srptools <= 0.0.6
|
Obsoletes: openib-srptools <= 0.0.6
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
Requires: libibumad%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: libibverbs%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description -n srp_daemon
|
%description -n srp_daemon
|
||||||
In conjunction with the kernel ib_srp driver, srp_daemon allows you to
|
In conjunction with the kernel ib_srp driver, srp_daemon allows you to
|
||||||
@ -266,6 +272,8 @@ discover and use SCSI devices via the SCSI RDMA Protocol over InfiniBand.
|
|||||||
%package -n python3-pyverbs
|
%package -n python3-pyverbs
|
||||||
Summary: Python3 API over IB verbs
|
Summary: Python3 API over IB verbs
|
||||||
%{?python_provide:%python_provide python3-pyverbs}
|
%{?python_provide:%python_provide python3-pyverbs}
|
||||||
|
Requires: librdmacm%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: libibverbs%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description -n python3-pyverbs
|
%description -n python3-pyverbs
|
||||||
Pyverbs is a Cython-based Python API over libibverbs, providing an
|
Pyverbs is a Cython-based Python API over libibverbs, providing an
|
||||||
|
Loading…
Reference in New Issue
Block a user