Hello community,
here is the log from the commit of package systemd-rpm-macros for
openSUSE:Factory checked in at 2016-06-12 18:50:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemd-rpm-macros (Old)
and /work/SRC/openSUSE:Factory/.systemd-rpm-macros.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "systemd-rpm-macros"
Changes:
--------
--- /work/SRC/openSUSE:Factory/systemd-rpm-macros/systemd-rpm-macros.changes
2016-03-05 13:04:56.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.systemd-rpm-macros.new/systemd-rpm-macros.changes
2016-06-12 18:50:13.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jun 3 14:47:01 UTC 2016 - [email protected]
+
+- %service_add_post() suppress daemon-reload when in installation
+ system (bsc#982343)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ macros.systemd ++++++
--- /var/tmp/diff_new_pack.dR4kH8/_old 2016-06-12 18:50:14.000000000 +0200
+++ /var/tmp/diff_new_pack.dR4kH8/_new 2016-06-12 18:50:14.000000000 +0200
@@ -118,7 +118,7 @@
touch "/var/lib/systemd/migrated/$sysv_service" || :
\
fi
\
done
\
-if [ -x /usr/bin/systemctl ]; then
\
+if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then
\
/usr/bin/systemctl daemon-reload || :
\
fi
\
if [ -n "$services_to_migrate" ]; then
\