From: Leon Romanovsky <leonro@xxxxxxxxxxxx> Only compilation of CentOS 6 is supported, because such distro lacks all needed dependencies for proper rdma-core runs. Generate more user visible warning that such OS doesn't support packaging, instead of throwing python exception. Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> --- buildlib/cbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/buildlib/cbuild b/buildlib/cbuild index 986471c9..d6d87b90 100755 --- a/buildlib/cbuild +++ b/buildlib/cbuild @@ -109,6 +109,7 @@ class centos6(YumEnvironment): name = "centos6"; use_make = True; pandoc = False; + is_rpm = False; class centos7(YumEnvironment): docker_parent = "centos:7"; -- 2.19.1