#15 Fix rpmdeps warnings
Merged 2 months ago by kheib. Opened 2 months ago by kheib.
rpms/ kheib/rdma-core deps  into  rawhide

file modified
+8
@@ -210,6 +210,8 @@ 

  %package -n ibacm

  Summary: InfiniBand Communication Manager Assistant

  %{?systemd_requires}

+ Requires: libibumad%{?_isa} = %{version}-%{release}

+ Requires: libibverbs%{?_isa} = %{version}-%{release}

  

  %description -n ibacm

  The ibacm daemon helps reduce the load of managing path record lookups on
@@ -239,6 +241,7 @@ 

  

  %package -n librdmacm

  Summary: Userspace RDMA Connection Manager

+ Requires: libibverbs%{?_isa} = %{version}-%{release}

  

  %description -n librdmacm

  librdmacm provides a userspace RDMA Communication Management API.
@@ -246,6 +249,7 @@ 

  %package -n librdmacm-utils

  Summary: Examples for the librdmacm library

  Requires: librdmacm%{?_isa} = %{version}-%{release}

+ Requires: libibverbs%{?_isa} = %{version}-%{release}

  

  %description -n librdmacm-utils

  Example test programs for the librdmacm library.
@@ -256,6 +260,8 @@ 

  Provides: srptools = %{version}-%{release}

  Obsoletes: openib-srptools <= 0.0.6

  %{?systemd_requires}

+ Requires: libibumad%{?_isa} = %{version}-%{release}

+ Requires: libibverbs%{?_isa} = %{version}-%{release}

  

  %description -n srp_daemon

  In conjunction with the kernel ib_srp driver, srp_daemon allows you to
@@ -265,6 +271,8 @@ 

  %package -n python3-pyverbs

  Summary: Python3 API over IB verbs

  %{?python_provide:%python_provide python3-pyverbs}

+ Requires: librdmacm%{?_isa} = %{version}-%{release}

+ Requires: libibverbs%{?_isa} = %{version}-%{release}

  

  %description -n python3-pyverbs

  Pyverbs is a Cython-based Python API over libibverbs, providing an

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/aac89899b4224756834128f57ac9cb03

rebased onto e2e6189

2 months ago

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/72b7cc350dd040918f1fe7258bd642be

rebased onto bd22cb6

2 months ago

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/b26c512983b54f97b63d742631773bca

Pull-Request has been merged by kheib

2 months ago
Metadata