dist: fix make dist-srpm warning
Fix warning as below: Macro expanded in comment on line 520: %{?dist}" != ".tl4" && "%{?dist}" != ".oc9" && "%{?dist}" != ".tl3" Signed-off-by: Jianping Liu <frankjpliu@tencent.com> Reviewed-by: Yongliang Gao <leonylgao@tencent.com>
This commit is contained in:
parent
8b5cff9dfa
commit
c3c178d349
|
@ -475,8 +475,6 @@ This package provides debug information for the bpftool package.
|
|||
#
|
||||
# Some oc9 partners have nic driver, and the driver support RDMA and only compatble with kernel native infiniband.
|
||||
# If integrate mlnx driver, oc9 partners RDMA nic driver cloud not run.
|
||||
#
|
||||
# %if "%{?dist}" != ".tl4" && "%{?dist}" != ".oc9" && "%{?dist}" != ".tl3"
|
||||
%if "%{?dist}" != ".tl4" && "%{?dist}" != ".tl3"
|
||||
%define with_ofed 0
|
||||
%endif
|
||||
|
|
Loading…
Reference in New Issue