Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sssd for openSUSE:Factory checked in at 2022-06-23 10:22:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sssd (Old) and /work/SRC/openSUSE:Factory/.sssd.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sssd" Thu Jun 23 10:22:26 2022 rev:119 rq:984190 version:2.7.2 Changes: -------- --- /work/SRC/openSUSE:Factory/sssd/sssd.changes 2022-06-17 21:18:27.814641620 +0200 +++ /work/SRC/openSUSE:Factory/.sssd.new.1548/sssd.changes 2022-06-23 10:22:28.359622783 +0200 @@ -1,0 +2,11 @@ +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 <[email protected]> + +- Moved logrotate files from user-specific directory /etc/logrotate.d + to vendor-specific directory /usr/etc/logrotate.d. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sssd.spec ++++++ --- /var/tmp/diff_new_pack.e8dZKQ/_old 2022-06-23 10:22:28.995623474 +0200 +++ /var/tmp/diff_new_pack.e8dZKQ/_new 2022-06-23 10:22:29.003623483 +0200 @@ -404,8 +404,13 @@ mkdir -pv "$b/%_sysconfdir/sssd" "$b/%_sysconfdir/sssd/conf.d" install -m600 src/examples/sssd-example.conf "$b/%_sysconfdir/sssd/sssd.conf" install -d "$b/%_unitdir" +%if 0%{?suse_version} > 1500 +install -d "$b/%_distconfdir/logrotate.d" +install -m644 src/examples/logrotate "$b/%_distconfdir/logrotate.d/sssd" +%else install -d "$b/%_sysconfdir/logrotate.d" install -m644 src/examples/logrotate "$b/%_sysconfdir/logrotate.d/sssd" +%endif rm -Rfv "$b/%_initddir" mkdir -pv "$b/%sssdstatedir/mc" @@ -574,7 +579,11 @@ %attr(750,root,root) %dir %_localstatedir/log/%name/ %dir %_sysconfdir/sssd/ %config(noreplace) %_sysconfdir/sssd/sssd.conf +%if 0%{?suse_version} > 1500 +%_distconfdir/logrotate.d/sssd +%else %config(noreplace) %_sysconfdir/logrotate.d/sssd +%endif %dir %_sysconfdir/sssd/conf.d %config(noreplace) %_pam_confdir/sssd-shadowutils %dir %_datadir/%name/
