mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
Spec file: bump the selinux-policy version
selinux-policy introduced a regression in fedora 36, rhel 8 and rhel 9. After a call to ipa trust-add, the credential cache contains cifs/master.ipa.test@IPA.TEST instead of admin principal. The fix is available in - fedora 36: selinux-policy-36.16-1 - rhel 8: 3.14.3-107 Bump the selinux-policy version to install the fix. Fixes: https://pagure.io/freeipa/issue/9198 Signed-off-by: Florence Blanc-Renaud <flo@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
parent
899530bd40
commit
fbda6ea4d3
@ -72,14 +72,16 @@
|
||||
%global python_netaddr_version 0.7.19
|
||||
# Require 4.7.0 which brings Python 3 bindings
|
||||
%global samba_version 4.12.3-12
|
||||
%global selinux_policy_version 3.14.3-52
|
||||
%global slapi_nis_version 0.56.4
|
||||
%global python_ldap_version 3.1.0-1
|
||||
%if 0%{?rhel} < 9
|
||||
# Bug 1929067 - PKI instance creation failed with new 389-ds-base build
|
||||
%global ds_version 1.4.3.16-12
|
||||
%global selinux_policy_version 3.14.3-107
|
||||
%else
|
||||
%global ds_version 2.0.3-3
|
||||
# TBD update selinux_policy_version when BZ#2114902 is fixed
|
||||
%global selinux_policy_version 3.14.3-52
|
||||
%endif
|
||||
|
||||
# Fix for TLS 1.3 PHA, RHBZ#1775158
|
||||
@ -99,7 +101,12 @@
|
||||
%global samba_version 2:4.12.10
|
||||
|
||||
# 3.14.5-45 or later includes a number of interfaces fixes for IPA interface
|
||||
# 36.16-1 fixes BZ#2115691
|
||||
%if 0%{?fedora} < 36
|
||||
%global selinux_policy_version 3.14.5-45
|
||||
%else
|
||||
%global selinux_policy_version 36.16-1
|
||||
%endif
|
||||
%global slapi_nis_version 0.56.5
|
||||
|
||||
%global krb5_kdb_version 8.0
|
||||
|
Loading…
Reference in New Issue
Block a user