Use ternarny operators
This commit is contained in:
parent
a49146325a
commit
807d245ab1
20
systemd.spec
20
systemd.spec
@ -436,11 +436,7 @@ CONFIGURE_OPTS=(
|
|||||||
-Dgcrypt=true
|
-Dgcrypt=true
|
||||||
-Daudit=true
|
-Daudit=true
|
||||||
-Delfutils=true
|
-Delfutils=true
|
||||||
%if %{without bootstrap}
|
-Dlibcryptsetup=%[%{with bootstrap}?"false":"true"]
|
||||||
-Dlibcryptsetup=true
|
|
||||||
%else
|
|
||||||
-Dlibcryptsetup=false
|
|
||||||
%endif
|
|
||||||
-Delfutils=true
|
-Delfutils=true
|
||||||
-Dpwquality=true
|
-Dpwquality=true
|
||||||
-Dqrencode=true
|
-Dqrencode=true
|
||||||
@ -451,7 +447,7 @@ CONFIGURE_OPTS=(
|
|||||||
-Dlibcurl=true
|
-Dlibcurl=true
|
||||||
-Dlibfido2=true
|
-Dlibfido2=true
|
||||||
-Defi=true
|
-Defi=true
|
||||||
-Dgnu-efi=%{?have_gnu_efi:true}%{?!have_gnu_efi:false}
|
-Dgnu-efi=%[%{?have_gnu_efi}?"true":"false"]
|
||||||
-Dtpm=true
|
-Dtpm=true
|
||||||
-Dtpm2=true
|
-Dtpm2=true
|
||||||
-Dhwdb=true
|
-Dhwdb=true
|
||||||
@ -467,19 +463,11 @@ CONFIGURE_OPTS=(
|
|||||||
-Dcompat-mutable-uid-boundaries=true
|
-Dcompat-mutable-uid-boundaries=true
|
||||||
-Dsplit-usr=false
|
-Dsplit-usr=false
|
||||||
-Dsplit-bin=true
|
-Dsplit-bin=true
|
||||||
%if %{with lto}
|
-Db_lto=%[%{with lto}?"true":"false"]
|
||||||
-Db_lto=true
|
|
||||||
%else
|
|
||||||
-Db_lto=false
|
|
||||||
%endif
|
|
||||||
-Db_ndebug=false
|
-Db_ndebug=false
|
||||||
-Dman=true
|
-Dman=true
|
||||||
-Dversion-tag=v%{version}-%{release}
|
-Dversion-tag=v%{version}-%{release}
|
||||||
%if 0%{?fedora}
|
-Dfallback-hostname=%[0%{?fedora}?"fedora":"localhost"]
|
||||||
-Dfallback-hostname=fedora
|
|
||||||
%else
|
|
||||||
-Dfallback-hostname=localhost
|
|
||||||
%endif
|
|
||||||
-Ddefault-dnssec=no
|
-Ddefault-dnssec=no
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1867830
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1867830
|
||||||
-Ddefault-mdns=no
|
-Ddefault-mdns=no
|
||||||
|
Loading…
Reference in New Issue
Block a user