- Add a missing space in %_restart_on_update()

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-rpm-macros?expand=0&rev=51
This commit is contained in:
Franck Bui 2020-11-10 09:13:24 +00:00 committed by Git OBS Bridge
parent e3e0721640
commit 198ba4caa7
2 changed files with 6 additions and 1 deletions

View File

@ -58,7 +58,7 @@ OrderWithRequires(postun): systemd \
%_restart_on_update_never() : # Restart of %{*} skipped %{nil}
%_restart_on_update() \
if [ -e /etc/sysconfig/services]; then \
if [ -e /etc/sysconfig/services ]; then \
DISABLE_RESTART_ON_UPDATE= \
. /etc/sysconfig/services \
case "$DISABLE_RESTART_ON_UPDATE" in \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 10 09:13:03 UTC 2020 - Franck Bui <fbui@suse.com>
- Add a missing space in %_restart_on_update()
-------------------------------------------------------------------
Mon Nov 9 11:38:23 UTC 2020 - Franck Bui <fbui@suse.com>