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:
Jianping Liu 2024-08-27 19:35:15 +08:00
parent 8b5cff9dfa
commit c3c178d349
1 changed files with 0 additions and 2 deletions

View File

@ -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