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
This commit is contained in:
Thomas Haller 2020-04-18 18:33:54 +02:00
parent 70916a1183
commit be78a12012

View file

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