Skip to content

Commit

Permalink
spec file: bump sssd version
Browse files Browse the repository at this point in the history
Bump sssd version to 2.8.0 on fedora37+ and RHEL
to ensure the fix for SSSD #6631 is present.

No need to bump the version on fedora 36 as the issue
is not seen on versions < 37.

Fixes: https://pagure.io/freeipa/issue/9234
Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
  • Loading branch information
flo-renaud committed Nov 22, 2022
1 parent 93548f2 commit 5a23d8e
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions freeipa.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@
%global httpd_version 2.4.37-21
%global bind_version 9.11.20-6

# Fix for https://github.com/SSSD/sssd/issues/6331
%global sssd_version 2.8.0

%else
# Fedora
%global package_name freeipa
Expand Down Expand Up @@ -135,6 +138,15 @@
# Some packages don't provide new dist aliases.
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/
%{?python_disable_dependency_generator}

%if 0%{?fedora} < 37
# F35+, adds IdP integration
%global sssd_version 2.7.0
%else
# Fix for https://github.com/SSSD/sssd/issues/6331
%global sssd_version 2.8.0
%endif

# Fedora
%endif

Expand All @@ -161,8 +173,6 @@
# RHEL 8.2+, F32+ has 3.58
%global nss_version 3.44.0-4

# RHEL 8.7+, F35+, adds IdP integration
%global sssd_version 2.7.0

%define krb5_base_version %(LC_ALL=C /usr/bin/pkgconf --modversion krb5 | grep -Eo '^[^.]+\.[^.]+' || echo %krb5_version)
%global kdcproxy_version 0.4-3
Expand Down

0 comments on commit 5a23d8e

Please sign in to comment.