replace -Dukify=no with -Dukify=false

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1452
This commit is contained in:
Franck Bui 2023-09-27 15:05:09 +00:00 committed by Git OBS Bridge
parent df4bf73ed0
commit f64fb68f19

View File

@ -785,7 +785,7 @@ export CFLAGS="%{optflags} -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2"
%if %{with sd_boot}
-Dukify=%{when experimental} \
%else
-Dukify=no \
-Dukify=false \
%endif
\
-Dtests=%{when testsuite unsafe} \