mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 21:00:16 +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 commit be78a12012)
This commit is contained in:
parent
c5f0d325ad
commit
c869d792a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue