forked from pool/shadow
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:
commit
1976b7cf41
@ -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>
|
Mon Jun 24 13:02:56 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
@ -125,6 +125,7 @@ export CFLAGS="%{optflags} -fpie"
|
|||||||
export LDFLAGS="-pie"
|
export LDFLAGS="-pie"
|
||||||
|
|
||||||
autoreconf -fvi
|
autoreconf -fvi
|
||||||
|
# SSSD files provider is deprecated since 2.9.0, but still enabled in openSUSE Leap 15.6 and SLE 15 SP6
|
||||||
%configure \
|
%configure \
|
||||||
--enable-shadowgrp \
|
--enable-shadowgrp \
|
||||||
--enable-account-tools-setuid \
|
--enable-account-tools-setuid \
|
||||||
@ -137,6 +138,9 @@ autoreconf -fvi
|
|||||||
--with-selinux \
|
--with-selinux \
|
||||||
--without-libcrack \
|
--without-libcrack \
|
||||||
--without-libbsd \
|
--without-libbsd \
|
||||||
|
%if 0%{?suse_version} >= 1600
|
||||||
|
--without-sssd \
|
||||||
|
%endif
|
||||||
--with-group-name-max-length=32 \
|
--with-group-name-max-length=32 \
|
||||||
--enable-vendordir=%{_distconfdir}
|
--enable-vendordir=%{_distconfdir}
|
||||||
%make_build
|
%make_build
|
||||||
|
Loading…
Reference in New Issue
Block a user