mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Bump SSSD version in requires
This is required by commit aa734da494
for
function sss_nss_getnamebycert()
https://fedorahosted.org/freeipa/ticket/4955
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
cea1f33606
commit
a635135ba3
@ -253,7 +253,7 @@ dnl -- dirsrv is needed for the extdom unit tests --
|
||||
PKG_CHECK_MODULES([DIRSRV], [dirsrv >= 1.3.0])
|
||||
dnl -- sss_idmap is needed by the extdom exop --
|
||||
PKG_CHECK_MODULES([SSSIDMAP], [sss_idmap])
|
||||
PKG_CHECK_MODULES([SSSNSSIDMAP], [sss_nss_idmap])
|
||||
PKG_CHECK_MODULES([SSSNSSIDMAP], [sss_nss_idmap >= 1.13.90])
|
||||
|
||||
dnl ---------------------------------------------------------------------------
|
||||
dnl - Check for systemd unit directory
|
||||
|
@ -85,7 +85,7 @@ BuildRequires: python-pyasn1 >= 0.0.9a
|
||||
BuildRequires: python-qrcode-core >= 5.0.0
|
||||
BuildRequires: python-dns >= 1.11.1
|
||||
BuildRequires: libsss_idmap-devel
|
||||
BuildRequires: libsss_nss_idmap-devel >= 1.12.2
|
||||
BuildRequires: libsss_nss_idmap-devel >= 1.14.0
|
||||
BuildRequires: java-headless
|
||||
BuildRequires: rhino
|
||||
BuildRequires: libverto-devel
|
||||
@ -327,7 +327,7 @@ Requires: pam_krb5
|
||||
Requires: curl
|
||||
Requires: libcurl >= 7.21.7-2
|
||||
Requires: xmlrpc-c >= 1.27.4
|
||||
Requires: sssd >= 1.13.3-5
|
||||
Requires: sssd >= 1.14.0
|
||||
Requires: python-sssdconfig
|
||||
Requires: certmonger >= 0.78
|
||||
Requires: nss-tools
|
||||
|
Loading…
Reference in New Issue
Block a user