Skip to content

Commit

Permalink
suse: Fix name for libefa RPM
Browse files Browse the repository at this point in the history
[ Upstream commit c7a3b30 ]

Lib major version should only be prefixed by a '-' if the libname itself
ends with a number (ie libibverbs1, libmlx5-1)

Fixes: b14693d ("efa: Elastic Fabric Adapter (EFA) direct verbs")
Signed-off-by: Nicolas Morey-Chaisemartin <[email protected]>
  • Loading branch information
nmorey committed Sep 18, 2019
1 parent ab368b4 commit 571e838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suse/rdma-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Group: Productivity/Networking/Other
%define mlx4_so_major 1
%define mlx5_so_major 1

%define efa_lname libefa-%{efa_so_major}
%define efa_lname libefa%{efa_so_major}
%define verbs_lname libibverbs%{verbs_so_major}
%define rdmacm_lname librdmacm%{rdmacm_so_major}
%define umad_lname libibumad%{umad_so_major}
Expand Down

0 comments on commit 571e838

Please sign in to comment.