From 45af10fd1b4750288dcd1fa4b204736f657785f3 Mon Sep 17 00:00:00 2001 From: Michal Sekletar Date: Thu, 6 May 2021 16:53:29 +0000 Subject: [PATCH] Don't build systemd-homed and systemd-userdbd Resolves: #1957358 --- systemd.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index 4dcea32..5245201 100644 --- a/systemd.spec +++ b/systemd.spec @@ -463,6 +463,8 @@ CONFIGURE_OPTS=( -Ddefault-llmnr=resolve -Doomd=true -Dtimesyncd=false + -Dhomed=false + -Duserdb=false ) %if %{without lto} @@ -746,7 +748,7 @@ if [ $1 -eq 1 ]; then systemd-tmpfiles --create &>/dev/null || : fi -%systemd_postun_with_restart systemd-timedated.service systemd-portabled.service systemd-homed.service systemd-hostnamed.service systemd-journald.service systemd-localed.service systemd-userdbd.service systemd-oomd.service +%systemd_postun_with_restart systemd-timedated.service systemd-portabled.service systemd-hostnamed.service systemd-journald.service systemd-localed.service systemd-oomd.service # FIXME: systemd-logind.service is excluded (https://github.com/systemd/systemd/pull/17558) # FIXME: user@*.service needs to be restarted, but using systemctl --user daemon-reexec