- systemd.spec: during package updates, restart localed, timedated and hostnamed
if they're running. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1444
This commit is contained in:
parent
c92f800b3c
commit
bac4d989f2
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 22 15:04:54 UTC 2023 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- systemd.spec: during package updates, restart localed, timedated and hostnamed
|
||||||
|
if they're running.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 22 14:23:38 UTC 2023 - Franck Bui <fbui@suse.com>
|
Fri Sep 22 14:23:38 UTC 2023 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -1068,7 +1068,10 @@ fi
|
|||||||
|
|
||||||
%postun
|
%postun
|
||||||
# Avoid restarting logind until fixed upstream (issue #1163)
|
# Avoid restarting logind until fixed upstream (issue #1163)
|
||||||
|
%systemd_postun_with_restart systemd-hostnamed.service
|
||||||
%systemd_postun_with_restart systemd-journald.service
|
%systemd_postun_with_restart systemd-journald.service
|
||||||
|
%systemd_postun_with_restart systemd-localed.service
|
||||||
|
%systemd_postun_with_restart systemd-timedated.service
|
||||||
%systemd_postun_with_restart systemd-userdbd.service
|
%systemd_postun_with_restart systemd-userdbd.service
|
||||||
|
|
||||||
%pre -n udev%{?mini}
|
%pre -n udev%{?mini}
|
||||||
|
Loading…
Reference in New Issue
Block a user