Accepting request 984137 from home:schubi2

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

OBS-URL: https://build.opensuse.org/request/show/984137
OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=270
This commit is contained in:
Jan Engelhardt 2022-06-21 13:46:05 +00:00 committed by Git OBS Bridge
parent 1314f653f0
commit c6aa571b2d
2 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,12 @@
-------------------------------------------------------------------
Tue Jun 21 10:19:54 UTC 2022 - Stefan Schubert <schubi@localhost>
- Removed %config flag for files in /usr directory.
-------------------------------------------------------------------
Tue Jun 21 06:43:27 UTC 2022 - Stefan Schubert <schubi@suse.com>
- Moved logrotate files from user specif directory /etc/logrotate.d
- Moved logrotate files from user-specific directory /etc/logrotate.d
to vendor-specific directory /usr/etc/logrotate.d.
-------------------------------------------------------------------

View File

@ -580,7 +580,7 @@ fi
%dir %_sysconfdir/sssd/
%config(noreplace) %_sysconfdir/sssd/sssd.conf
%if 0%{?suse_version} > 1500
%config %_distconfdir/logrotate.d/sssd
%_distconfdir/logrotate.d/sssd
%else
%config(noreplace) %_sysconfdir/logrotate.d/sssd
%endif