Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fetchmail for openSUSE:Factory checked in at 2022-06-21 16:38:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fetchmail (Old) and /work/SRC/openSUSE:Factory/.fetchmail.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fetchmail" Tue Jun 21 16:38:02 2022 rev:102 rq:984200 version:6.4.30 Changes: -------- --- /work/SRC/openSUSE:Factory/fetchmail/fetchmail.changes 2022-04-28 23:08:15.460705508 +0200 +++ /work/SRC/openSUSE:Factory/.fetchmail.new.1548/fetchmail.changes 2022-06-21 16:38:03.644308217 +0200 @@ -1,0 +2,6 @@ +Tue Jun 21 13:43:53 UTC 2022 - Stefan Schubert <[email protected]> + +- Moved logrotate files from user specific directory /etc/logrotate.d + to vendor specific directory /usr/etc/logrotate.d. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fetchmail.spec ++++++ --- /var/tmp/diff_new_pack.J0ALCz/_old 2022-06-21 16:38:04.312309196 +0200 +++ /var/tmp/diff_new_pack.J0ALCz/_new 2022-06-21 16:38:04.332309226 +0200 @@ -113,8 +113,14 @@ %install %make_install ln -sf fetchmail.1.gz %{buildroot}%{_mandir}/man1/fetchmailconf.1.gz +%if 0%{?suse_version} > 1500 +mkdir -p %{buildroot}%{_sysconfdir} +mkdir -p %{buildroot}%{_distconfdir}/logrotate.d +cp fetchmail.logrotate %{buildroot}%{_distconfdir}/logrotate.d/fetchmail +%else mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d cp fetchmail.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/fetchmail +%endif mkdir -p %{buildroot}/sbin mkdir -p %{buildroot}%{_unitdir} mkdir -p %{buildroot}%{_tmpfilesdir} @@ -163,7 +169,11 @@ %ghost %attr(0600, fetchmail, root) %{_localstatedir}/log/fetchmail %{_mandir}/man1/fetchmail.1%{?ext_man} %ghost %config(noreplace) %attr(0600, fetchmail, root) %{_sysconfdir}/fetchmailrc +%if 0%{?suse_version} > 1500 +%{_distconfdir}/logrotate.d/fetchmail +%else %config(noreplace) %{_sysconfdir}/logrotate.d/fetchmail +%endif %{_unitdir}/%{name}.service %{_sbindir}/rc%{name} %{_libexecdir}/%{name}-systemd-exec
