Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package shadow for openSUSE:Factory checked in at 2024-08-13 13:21:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shadow (Old) and /work/SRC/openSUSE:Factory/.shadow.new.7232 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "shadow" Tue Aug 13 13:21:47 2024 rev:70 rq:1193090 version:4.16.0 Changes: -------- --- /work/SRC/openSUSE:Factory/shadow/shadow.changes 2024-06-25 23:06:28.556102301 +0200 +++ /work/SRC/openSUSE:Factory/.shadow.new.7232/shadow.changes 2024-08-13 13:21:47.882631585 +0200 @@ -1,0 +2,6 @@ +Mon Jul 8 11:13:17 UTC 2024 - Samuel Cabrero <scabrero@suse.de> + +- Disable flushing sssd caches. The sssd's files provider is no + longer available. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shadow.spec ++++++ --- /var/tmp/diff_new_pack.9QWOaW/_old 2024-08-13 13:21:48.706665919 +0200 +++ /var/tmp/diff_new_pack.9QWOaW/_new 2024-08-13 13:21:48.706665919 +0200 @@ -125,6 +125,7 @@ export LDFLAGS="-pie" autoreconf -fvi +# SSSD files provider is deprecated since 2.9.0, but still enabled in openSUSE Leap 15.6 and SLE 15 SP6 %configure \ --enable-shadowgrp \ --enable-account-tools-setuid \ @@ -137,6 +138,9 @@ --with-selinux \ --without-libcrack \ --without-libbsd \ +%if 0%{?suse_version} >= 1600 + --without-sssd \ +%endif --with-group-name-max-length=32 \ --enable-vendordir=%{_distconfdir} %make_build