From 97ea57dfae9daba6338d99835627eded91b3d1fa1c805ccc92ae49017b578659 Mon Sep 17 00:00:00 2001 From: David Anes Date: Tue, 21 Jun 2022 13:40:46 +0000 Subject: [PATCH] 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 --- rsync.changes | 9 +++++++-- rsync.spec | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) 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