mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-19 08:00:32 +01:00
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 commitbe78a12012) (cherry picked from commitc869d792a2) (cherry picked from commit5735e267cd)
This commit is contained in:
parent
43aa1f7ff1
commit
3fcc337770
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue