mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 00:50:12 +01:00
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:
parent
7a62845424
commit
13dfdaf3a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue