From e157552c6c76837026108842300c6e95963d453d Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Jan 06 2025 13:35:05 +0000 Subject: Always build in release mode Building with %upstream doesn't necessarily imply we want a developer build, so let's always build in release mode. If needed %meson_extra_configure_options can be used to override this and build in developer mode after all. --- diff --git a/systemd.spec b/systemd.spec index b5ba89e..ff1d95a 100644 --- a/systemd.spec +++ b/systemd.spec @@ -723,7 +723,7 @@ VMLINUX_H_PATH=$(%python3 -c '%find_vmlinux_h') %endif CONFIGURE_OPTS=( - -Dmode=%[%{with upstream}?"developer":"release"] + -Dmode=release -Dslow-tests=true -Dsysvinit-path=/etc/rc.d/init.d -Drc-local=/etc/rc.d/rc.local