Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package speech-dispatcher for openSUSE:Factory checked in at 2022-06-28 15:21:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/speech-dispatcher (Old) and /work/SRC/openSUSE:Factory/.speech-dispatcher.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "speech-dispatcher" Tue Jun 28 15:21:14 2022 rev:41 rq:985225 version:0.10.2 Changes: -------- --- /work/SRC/openSUSE:Factory/speech-dispatcher/speech-dispatcher.changes 2022-02-18 23:02:51.825413214 +0100 +++ /work/SRC/openSUSE:Factory/.speech-dispatcher.new.1548/speech-dispatcher.changes 2022-06-28 15:21:16.685844387 +0200 @@ -1,0 +2,6 @@ +Tue Jun 21 13:32:22 UTC 2022 - Stefan Schubert <sch...@suse.com> + +- Moved logrotate files from user specific directory /etc/logrotate.d + to vendor specific directory /usr/etc/logrotate.d. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ speech-dispatcher.spec ++++++ --- /var/tmp/diff_new_pack.fuzPcJ/_old 2022-06-28 15:21:17.233845204 +0200 +++ /var/tmp/diff_new_pack.fuzPcJ/_new 2022-06-28 15:21:17.237845211 +0200 @@ -195,7 +195,12 @@ # Create log dir. 0700 since the logs can contain user information. install -d -m 0700 %{buildroot}%{_localstatedir}/log/speech-dispatcher/ # Install logrotate script +%if 0%{?suse_version} > 1500 +mkdir -p %{buildroot}%{_distconfdir}/logrotate.d +install -D -m 0644 %{SOURCE2} %{buildroot}%{_distconfdir}/logrotate.d/speech-dispatcher +%else install -D -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/speech-dispatcher +%endif # Remove config files for modules we don't support rm %{buildroot}%{_sysconfdir}/speech-dispatcher/modules/flite.conf rm -f %{buildroot}%{_sysconfdir}/speech-dispatcher/modules/ibmtts.conf @@ -260,7 +265,11 @@ %{_infodir}/ssip.info.gz # logs %dir %attr(0700, root, root) %{_localstatedir}/log/speech-dispatcher/ +%if 0%{?suse_version} > 1500 +%{_distconfdir}/logrotate.d/speech-dispatcher +%else %config(noreplace) %{_sysconfdir}/logrotate.d/speech-dispatcher +%endif # systemd service file %{_unitdir}/speech-dispatcherd.service %{_sbindir}/rcspeech-dispatcherd