Signed-off-by: Nicolas Morey-Chaisemartin <NMoreyChaisemartin@xxxxxxxx> --- buildlib/cbuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildlib/cbuild b/buildlib/cbuild index 86a5e42d..4c3ef36b 100755 --- a/buildlib/cbuild +++ b/buildlib/cbuild @@ -293,6 +293,7 @@ class ZypperEnvironment(Environment): class leap(ZypperEnvironment): docker_parent = "opensuse:42.2"; + specfile = "suse/rdma-core.spec"; pkgs = { 'cmake', 'gcc', @@ -313,6 +314,7 @@ class tumbleweed(ZypperEnvironment): docker_parent = "opensuse:tumbleweed"; pkgs = leap.pkgs; name = "tumbleweed"; + specfile = "suse/rdma-core.spec"; # ------------------------------------------------------------------------- -- 2.14.1.252.gf15771ee3 -- 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