contrib/rpm: fix spec file using bare words

error: bare words are no longer supported, please use "...":  no != yes
  error: /builds/NetworkManager/NetworkManager/contrib/fedora/rpm/NetworkManager.20200418-163008.VM582H/SPECS/NetworkManager.spec:596: bad %if condition:  no != yes

(cherry picked from commit be78a12012)
(cherry picked from commit c869d792a2)
This commit is contained in:
Thomas Haller 2020-04-18 18:33:54 +02:00
parent b9b00a1cb3
commit 5735e267cd

View file

@ -594,7 +594,7 @@ This tool is still experimental.
%else
-Dlibpsl=false \
%endif
%if %{ebpf_enabled} != yes
%if %{ebpf_enabled} != "yes"
-Debpf=false \
%else
-Debpf=true \