Hello community,
here is the log from the commit of package speech-dispatcher for
openSUSE:Factory checked in at 2020-06-30 21:54:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/speech-dispatcher (Old)
and /work/SRC/openSUSE:Factory/.speech-dispatcher.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "speech-dispatcher"
Tue Jun 30 21:54:04 2020 rev:37 rq:817646 version:0.9.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/speech-dispatcher/speech-dispatcher.changes
2020-04-07 10:26:20.778164363 +0200
+++
/work/SRC/openSUSE:Factory/.speech-dispatcher.new.3060/speech-dispatcher.changes
2020-06-30 21:54:07.138323257 +0200
@@ -1,0 +2,6 @@
+Fri Jun 26 15:59:36 UTC 2020 - Alexander van Kaam <[email protected]>
+
+- Changed /etc/logrotate.d/speech-dispatcher from init.d to systemd
+ fix boo#1173374.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ speech-dispatcher.logrotate ++++++
--- /var/tmp/diff_new_pack.tHNhbI/_old 2020-06-30 21:54:08.450327316 +0200
+++ /var/tmp/diff_new_pack.tHNhbI/_new 2020-06-30 21:54:08.450327316 +0200
@@ -5,7 +5,7 @@
sharedscripts
rotate 7
postrotate
- /etc/init.d/speech-dispatcher reload >/dev/null
+ /usr/bin/systemctl try-restart speech-dispatcherd.service >/dev/null
endscript
}
@@ -16,6 +16,6 @@
sharedscripts
rotate 2
postrotate
- /etc/init.d/speech-dispatcher reload >/dev/null
+ /usr/bin/systemctl try-restart speech-dispatcherd.service >/dev/null
endscript
}