mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 16:51:55 -06:00
Require 389-ds-base >= 1.4.0.8-1
1.4.0.8-1 contains a bug fix for an error in SASL connection handling. See: https://pagure.io/389-ds-base/issue/49639 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Fraser Tweedale <ftweedal@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
ad2eb3d09b
commit
04e1ae7bf1
@ -58,6 +58,7 @@
|
|||||||
%global selinux_policy_version 3.12.1-153
|
%global selinux_policy_version 3.12.1-153
|
||||||
%global slapi_nis_version 0.56.0-4
|
%global slapi_nis_version 0.56.0-4
|
||||||
%global python2_ldap_version 2.4.15
|
%global python2_ldap_version 2.4.15
|
||||||
|
%global ds_version 1.3.7.9-1
|
||||||
%else
|
%else
|
||||||
# 1.15.1-7: certauth (http://krbdev.mit.edu/rt/Ticket/Display.html?id=8561)
|
# 1.15.1-7: certauth (http://krbdev.mit.edu/rt/Ticket/Display.html?id=8561)
|
||||||
%global krb5_version 1.15.1-7
|
%global krb5_version 1.15.1-7
|
||||||
@ -81,6 +82,17 @@
|
|||||||
%global python3_ldap_version 2.4.35.1-2
|
%global python3_ldap_version 2.4.35.1-2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?fedora} >= 28
|
||||||
|
# Fix for "Crash when failing to read from SASL connection"
|
||||||
|
# https://pagure.io/389-ds-base/issue/49639
|
||||||
|
%global ds_version 1.4.0.8-1
|
||||||
|
%else
|
||||||
|
# 1.3.7.9-1: https://bugzilla.redhat.com/show_bug.cgi?id=1459946
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1511462
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1514033
|
||||||
|
%global ds_version 1.3.7.9-1
|
||||||
|
%endif
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Require Dogtag PKI 10.6.0 with Python 3 and SQL NSSDB fixes
|
# Require Dogtag PKI 10.6.0 with Python 3 and SQL NSSDB fixes
|
||||||
@ -151,8 +163,7 @@ BuildRequires: libini_config-devel
|
|||||||
BuildRequires: cyrus-sasl-devel
|
BuildRequires: cyrus-sasl-devel
|
||||||
BuildRequires: sssd-tools
|
BuildRequires: sssd-tools
|
||||||
%if ! %{ONLY_CLIENT}
|
%if ! %{ONLY_CLIENT}
|
||||||
# 1.3.3.9: DS_Sleep (https://fedorahosted.org/389/ticket/48005)
|
BuildRequires: 389-ds-base-devel >= %{ds_version}
|
||||||
BuildRequires: 389-ds-base-devel >= 1.3.3.9
|
|
||||||
BuildRequires: svrcore-devel
|
BuildRequires: svrcore-devel
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
BuildRequires: samba-devel >= 4.0.0
|
BuildRequires: samba-devel >= 4.0.0
|
||||||
@ -326,10 +337,7 @@ Requires: python3-pyldap >= %{python3_ldap_version}
|
|||||||
Requires: python2-ipaserver = %{version}-%{release}
|
Requires: python2-ipaserver = %{version}-%{release}
|
||||||
Requires: python2-ldap >= %{python2_ldap_version}
|
Requires: python2-ldap >= %{python2_ldap_version}
|
||||||
%endif
|
%endif
|
||||||
# 1.3.7.9-1: https://bugzilla.redhat.com/show_bug.cgi?id=1459946
|
Requires: 389-ds-base >= %{ds_version}
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1511462
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1514033
|
|
||||||
Requires: 389-ds-base >= 1.3.7.9-1
|
|
||||||
Requires: openldap-clients > 2.4.35-4
|
Requires: openldap-clients > 2.4.35-4
|
||||||
Requires: nss >= 3.14.3-12.0
|
Requires: nss >= 3.14.3-12.0
|
||||||
Requires: nss-tools >= 3.14.3-12.0
|
Requires: nss-tools >= 3.14.3-12.0
|
||||||
@ -373,10 +381,7 @@ Requires(postun): systemd-units
|
|||||||
Requires: policycoreutils >= 2.1.12-5
|
Requires: policycoreutils >= 2.1.12-5
|
||||||
Requires: tar
|
Requires: tar
|
||||||
Requires(pre): certmonger >= 0.79.5-1
|
Requires(pre): certmonger >= 0.79.5-1
|
||||||
# 1.3.7.9-1: https://bugzilla.redhat.com/show_bug.cgi?id=1459946
|
Requires(pre): 389-ds-base >= %{ds_version}
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1511462
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1514033
|
|
||||||
Requires(pre): 389-ds-base >= 1.3.7.9-1
|
|
||||||
Requires: fontawesome-fonts
|
Requires: fontawesome-fonts
|
||||||
Requires: open-sans-fonts
|
Requires: open-sans-fonts
|
||||||
Requires: openssl
|
Requires: openssl
|
||||||
|
Loading…
Reference in New Issue
Block a user