contrib/rpm: fix condition in "NetworkManager.spec" (2)

Fixes: 096b9955d6 ('contrib/fedora: make "lto" in the spec file configurable')
Fixes: 7a62845424 ('contrib/rpm: fix condition in "NetworkManager.spec"')
This commit is contained in:
Thomas Haller 2023-01-24 11:46:28 +01:00
parent 7a62845424
commit 13dfdaf3a0
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