contrib/rpm: fix condition in "NetworkManager.spec"
Fixes: 096b9955d6
('contrib/fedora: make "lto" in the spec file configurable')
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user