5 Sep
2014
5 Sep
'14
18:37
https://bugzilla.novell.com/show_bug.cgi?id=894107 https://bugzilla.novell.com/show_bug.cgi?id=894107#c5 Christian Wittmer <chris@computersalat.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW AssignedTo|chris@computersalat.de |qa-bugs@suse.de --- Comment #5 from Christian Wittmer <chris@computersalat.de> 2014-09-05 18:37:42 UTC --- problem depends on suse_macro "%restart_on_update" which is trying to execute '/etc/init.d/$service try-restart'. This isn't available anymore cause of 'systemd' and should be replaced with '/usr/bin/systemctl reload $service' So it is better to fix 'rpm' pkg. os131:/usr/lib/rpm # diff -ruN suse_macros.orig suse_macros --- suse_macros.orig 2013-11-27 14:00:04.000000000 +0100 +++ suse_macros 2014-09-05 20:36:24.000000000 +0200 @@ -31,7 +31,7 @@ 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 || : \ + /usr/bin/systemctl reload $service > /dev/null || : \ done \ fi \ fi \ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.