From f64fb68f1901b688a51155741d095c1dfc46f6ebb3154ca2b6cd36e943a7d326 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Wed, 27 Sep 2023 15:05:09 +0000 Subject: [PATCH] replace -Dukify=no with -Dukify=false OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1452 --- systemd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index 92faf618..1fda0289 100644 --- a/systemd.spec +++ b/systemd.spec @@ -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} \