/usr/lib64/libmlx4.so and 5 were being claimed by both rdma-core-devel.rpm and libibverbs.rpm The *.so symlinks belong only in the -devel package. Fixes: a61f2a6850b54 ("mlx4: Export mlx4 direct verbs interface") Fixes: 07764bc805ba8 ("mlx5: Export mlx5 direct verbs interface") Signed-off-by: Jason Gunthorpe <jgunthorpe@xxxxxxxxxxxxxxxxxxxx> --- redhat/rdma-core.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redhat/rdma-core.spec b/redhat/rdma-core.spec index f6cf1027e404e4..673ae0da1e5525 100644 --- a/redhat/rdma-core.spec +++ b/redhat/rdma-core.spec @@ -366,8 +366,8 @@ rm -rf %{buildroot}/%{_initrddir}/ %dir %{_libdir}/libibverbs %{_libdir}/libibverbs*.so.* %{_libdir}/libibverbs/*.so -%{_libdir}/libmlx5.so* -%{_libdir}/libmlx4.so* +%{_libdir}/libmlx5.so.* +%{_libdir}/libmlx4.so.* %config(noreplace) %{_sysconfdir}/libibverbs.d/*.driver %doc %{_docdir}/%{name}-%{version}/libibverbs.md %doc %{_docdir}/%{name}-%{version}/rxe.md -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html