summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-01-24 11:24:06 +0100
committerThomas Haller <thaller@redhat.com>2023-01-24 11:31:54 +0100
commit7a62845424c443e705cee647ad0f6d316230c66a (patch)
tree13b7482667a7f57e32b3242728d43a6e6fb67bef
parent096b9955d67d3c915c1a9599446aaff7fae60b99 (diff)
downloadNetworkManager-7a62845424c443e705cee647ad0f6d316230c66a.tar.gz
contrib/rpm: fix condition in "NetworkManager.spec"
Fixes: 096b9955d67d ('contrib/fedora: make "lto" in the spec file configurable')
-rw-r--r--contrib/fedora/rpm/NetworkManager.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fedora/rpm/NetworkManager.spec b/contrib/fedora/rpm/NetworkManager.spec
index 2f7a2d36ec..df84255997 100644
--- a/contrib/fedora/rpm/NetworkManager.spec
+++ b/contrib/fedora/rpm/NetworkManager.spec
@@ -70,7 +70,7 @@
%else
%bcond_with test
%endif
-%if %{bcond_default_lto} == ''
+%if "%{bcond_default_lto}" == ""
%if 0%{?fedora} >= 33 || 0%{?rhel} >= 9
%bcond_without lto
%else