summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-04-18 18:33:54 +0200
committerThomas Haller <thaller@redhat.com>2020-04-18 19:10:46 +0200
commited94ab6e23284133f3360e7a0e0c778a318c5b9b (patch)
tree44b00180849fdb0da690ffbbe691187091114495 /contrib
parentbe78a1201290fdd49b206fc06d3a4127e762b571 (diff)
downloadNetworkManager-ed94ab6e23284133f3360e7a0e0c778a318c5b9b.tar.gz
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"
Diffstat (limited to 'contrib')
-rw-r--r--contrib/fedora/rpm/NetworkManager.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/fedora/rpm/NetworkManager.spec b/contrib/fedora/rpm/NetworkManager.spec
index 5520f821e1..5717d9d208 100644
--- a/contrib/fedora/rpm/NetworkManager.spec
+++ b/contrib/fedora/rpm/NetworkManager.spec
@@ -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
###############################################################################