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

View file

@ -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
###############################################################################