Accepting request 1193090 from Base:System

OBS-URL: https://build.opensuse.org/request/show/1193090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shadow?expand=0&rev=70
This commit is contained in:
Dominique Leuenberger 2024-08-13 11:21:47 +00:00 committed by Git OBS Bridge
commit 1976b7cf41
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Mon Jun 24 13:02:56 UTC 2024 - Michael Vetter <mvetter@suse.com>

View File

@ -125,6 +125,7 @@ export CFLAGS="%{optflags} -fpie"
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 @@ autoreconf -fvi
--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