diff --git a/srcpkgs/sssd/template b/srcpkgs/sssd/template index 7549109ee4f..e3d2114fdd0 100644 --- a/srcpkgs/sssd/template +++ b/srcpkgs/sssd/template @@ -1,7 +1,7 @@ # Template file for 'sssd' pkgname=sssd version=2.4.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--without-selinux --without-semanage --without-libwbclient --disable-cifs-idmap-plugin --without-samba --with-os=fedora @@ -30,6 +30,8 @@ distfiles="https://github.com/SSSD/sssd/releases/download/${pkgname}-${version// checksum=13d7eeff15e582279f70a3aad32daeb40d3749ec14947a4eded35adce7490cdd python_version=3 nocross="configure attempts to run compiled output" +# These modules in /usr/lib/sssd are required by sssd-python3 +shlib_provides="libsss_util.so libsss_crypt.so libsss_debug.so" do_check() { export CK_TIMEOUT_MULTIPLIER=10