Accepting request 984141 from home:schubi2

- Removed %config flag for files in /usr directory.

OBS-URL: https://build.opensuse.org/request/show/984141
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=88
This commit is contained in:
David Anes 2022-06-21 13:40:46 +00:00 committed by Git OBS Bridge
parent 57fb41b554
commit 97ea57dfae
2 changed files with 8 additions and 3 deletions

View File

@ -1,8 +1,13 @@
-------------------------------------------------------------------
Tue Jun 21 10:34:12 UTC 2022 - Stefan Schubert <schubi@suse.com>
- Removed %config flag for files in /usr directory.
-------------------------------------------------------------------
Mon Jun 20 13:25:06 UTC 2022 - Stefan Schubert <schubi@suse.de>
- 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 <david.anes@suse.com>

View File

@ -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