Disable systemd-portabled

Resolves: #1962224
This commit is contained in:
Michal Sekletar 2021-05-19 15:12:48 +00:00
parent 1cc7dd62a1
commit 7e0547b45f

View File

@ -469,6 +469,7 @@ CONFIGURE_OPTS=(
-Dtimesyncd=false
-Dhomed=false
-Duserdb=false
-Dportabled=false
)
%if %{without lto}
@ -721,7 +722,7 @@ if [ $1 -eq 1 ]; then
systemd-tmpfiles --create &>/dev/null || :
fi
%systemd_postun_with_restart systemd-timedated.service systemd-portabled.service systemd-hostnamed.service systemd-journald.service systemd-localed.service systemd-oomd.service
%systemd_postun_with_restart systemd-timedated.service systemd-hostnamed.service systemd-journald.service systemd-localed.service systemd-oomd.service
%triggerpostun -- systemd < 247.3-2
# This is for upgrades from previous versions before oomd-defaults is available.