mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 07:00:21 +01:00
contrib/rpm: fix spec file using bare words
error: bare words are no longer supported, please use "...": no != "yes"
error: ^
error: /builds/NetworkManager/NetworkManager/contrib/fedora/rpm/NetworkManager.20200418-170120.dp5cp5/SPECS/NetworkManager.spec:596: bad %if condition: no != "yes"
(cherry picked from commit ed94ab6e23)
This commit is contained in:
parent
c869d792a2
commit
1667be7cf5
1 changed files with 2 additions and 2 deletions
|
|
@ -120,9 +120,9 @@
|
|||
# bpf(BPF_MAP_CREATE, ...) randomly fails with EPERM. That might
|
||||
# be related to `ulimit -l`. Anyway, this is not usable at the
|
||||
# moment.
|
||||
%global ebpf_enabled no
|
||||
%global ebpf_enabled "no"
|
||||
%else
|
||||
%global ebpf_enabled no
|
||||
%global ebpf_enabled "no"
|
||||
%endif
|
||||
|
||||
###############################################################################
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue