diff --git a/rpm-suse_macros b/rpm-suse_macros index e467fdf..362f168 100644 --- a/rpm-suse_macros +++ b/rpm-suse_macros @@ -30,6 +30,7 @@ if test "$FIRST_ARG" -ge 1 ; then \ test -f /etc/sysconfig/services && . /etc/sysconfig/services \ if test "$YAST_IS_RUNNING" != "instsys" -a "$DISABLE_RESTART_ON_UPDATE" != yes ; then \ + test -x /bin/systemctl && /bin/systemctl daemon-reload >/dev/null 2>&1 || : \ for service in %{?*} ; do \ /etc/init.d/$service try-restart > /dev/null || : \ done \ diff --git a/rpm.changes b/rpm.changes index 497298d..c89967c 100644 --- a/rpm.changes +++ b/rpm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 4 18:04:54 CEST 2012 - fcrozat@suse.com + +- Add systemctl daemon-reload call when installing initscript + (bnc#769973). + ------------------------------------------------------------------- Wed Jun 13 13:24:28 CEST 2012 - ro@suse.de