forked from pool/sssd
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:
parent
1314f653f0
commit
c6aa571b2d
@ -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>
|
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.
|
to vendor-specific directory /usr/etc/logrotate.d.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -580,7 +580,7 @@ fi
|
|||||||
%dir %_sysconfdir/sssd/
|
%dir %_sysconfdir/sssd/
|
||||||
%config(noreplace) %_sysconfdir/sssd/sssd.conf
|
%config(noreplace) %_sysconfdir/sssd/sssd.conf
|
||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} > 1500
|
||||||
%config %_distconfdir/logrotate.d/sssd
|
%_distconfdir/logrotate.d/sssd
|
||||||
%else
|
%else
|
||||||
%config(noreplace) %_sysconfdir/logrotate.d/sssd
|
%config(noreplace) %_sysconfdir/logrotate.d/sssd
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user