Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rsync for openSUSE:Factory checked in at 2022-06-23 10:22:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rsync (Old) and /work/SRC/openSUSE:Factory/.rsync.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rsync" Thu Jun 23 10:22:25 2022 rev:76 rq:984187 version:3.2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/rsync/rsync.changes 2022-04-22 21:52:40.842698415 +0200 +++ /work/SRC/openSUSE:Factory/.rsync.new.1548/rsync.changes 2022-06-23 10:22:26.859621153 +0200 @@ -1,0 +2,11 @@ +Tue Jun 21 10:34:12 UTC 2022 - Stefan Schubert <[email protected]> + +- Removed %config flag for files in /usr directory. + +------------------------------------------------------------------- +Mon Jun 20 13:25:06 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: ------------------ ++++++ rsync.spec ++++++ --- /var/tmp/diff_new_pack.1wpa4y/_old 2022-06-23 10:22:27.415621757 +0200 +++ /var/tmp/diff_new_pack.1wpa4y/_new 2022-06-23 10:22:27.419621762 +0200 @@ -105,13 +105,18 @@ %install %make_install rm -f %{buildroot}%{_sbindir}/rsyncd -install -d %{buildroot}%{_sysconfdir}/logrotate.d install -d %{buildroot}%{_sysconfdir}/init.d install -d %{buildroot}%{_sysconfdir}/xinetd.d install -d %{buildroot}%{_sbindir} ln -sf ../bin/rsync %{buildroot}%{_sbindir}/rsyncd install -m 755 support/rsyncstats %{buildroot}%{_bindir} +%if 0%{?suse_version} > 1500 +install -d %{buildroot}%{_distconfdir}/logrotate.d +install -m 644 %{SOURCE2} %{buildroot}%{_distconfdir}/logrotate.d/rsync +%else +install -d %{buildroot}%{_sysconfdir}/logrotate.d install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/rsync +%endif install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/rsyncd.conf install -m 600 %{SOURCE6} %{buildroot}%{_sysconfdir}/rsyncd.secrets install -D -m 0644 %{SOURCE9} %{buildroot}%{_unitdir}/[email protected] @@ -139,7 +144,11 @@ %{_unitdir}/rsyncd.socket %config(noreplace) %{_sysconfdir}/rsyncd.conf %config(noreplace) %{_sysconfdir}/rsyncd.secrets +%if 0%{?suse_version} > 1500 +%{_distconfdir}/logrotate.d/rsync +%else %config(noreplace) %{_sysconfdir}/logrotate.d/rsync +%endif %{_sbindir}/rcrsyncd %{_sbindir}/rsyncd %{_bindir}/rsyncstats
