contrib/rpm: fix condition in "NetworkManager.spec"

Fixes: 096b9955d6 ('contrib/fedora: make "lto" in the spec file configurable')
This commit is contained in:
Thomas Haller 2023-01-24 11:24:06 +01:00
parent 096b9955d6
commit 7a62845424
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

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