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)
(cherry picked from commit 5735e267cd)
This commit is contained in:
Thomas Haller 2020-04-18 18:33:54 +02:00
parent 43aa1f7ff1
commit 3fcc337770

View file

@ -558,7 +558,7 @@ by nm-connection-editor and nm-applet in a non-graphical environment.
%else
-Dlibpsl=false \
%endif
%if %{ebpf_enabled} != yes
%if %{ebpf_enabled} != "yes"
-Debpf=false \
%else
-Debpf=true \