diff --git a/rsync.changes b/rsync.changes index 1a7c151..0e787ac 100644 --- a/rsync.changes +++ b/rsync.changes @@ -1,8 +1,13 @@ +------------------------------------------------------------------- +Tue Jun 21 10:34:12 UTC 2022 - Stefan Schubert + +- Removed %config flag for files in /usr directory. + ------------------------------------------------------------------- Mon Jun 20 13:25:06 UTC 2022 - Stefan Schubert -- Moved logrotate files from user specif directory /etc/logrotate.d - to vendor specif directory /usr/etc/logrotate.d. +- Moved logrotate files from user specific directory /etc/logrotate.d + to vendor specific directory /usr/etc/logrotate.d. ------------------------------------------------------------------- Tue Apr 19 06:38:55 UTC 2022 - David Anes diff --git a/rsync.spec b/rsync.spec index 2319b4f..f9069f7 100644 --- a/rsync.spec +++ b/rsync.spec @@ -145,7 +145,7 @@ ln -sf service %{buildroot}%{_sbindir}/rcrsyncd %config(noreplace) %{_sysconfdir}/rsyncd.conf %config(noreplace) %{_sysconfdir}/rsyncd.secrets %if 0%{?suse_version} > 1500 -%config %{_distconfdir}/logrotate.d/rsync +%{_distconfdir}/logrotate.d/rsync %else %config(noreplace) %{_sysconfdir}/logrotate.d/rsync %endif