6ec482
From fc937b3b5ecc2743546cd2e0fa0193c390113579 Mon Sep 17 00:00:00 2001
6ec482
From: Fraser Tweedale <ftweedal@redhat.com>
6ec482
Date: Wed, 25 Sep 2019 16:43:25 +1000
6ec482
Subject: [PATCH] Bump krb5 min version
6ec482
6ec482
krb5-1.15.1-36 introduced a ccache behavioural change that broke
6ec482
lightweight CA key replication.  The preceding commits (backported
6ec482
from the ipa-4-7 branch) fix this issue but this commit ensure that
6ec482
the correct version of krb5 is used with the updated FreeIPA code.
6ec482
6ec482
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1755223
6ec482
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
6ec482
---
6ec482
 freeipa.spec.in | 4 ++--
6ec482
 1 file changed, 2 insertions(+), 2 deletions(-)
6ec482
6ec482
diff --git a/freeipa.spec.in b/freeipa.spec.in
6ec482
index 4cca8b5159e8e38f79bad8df8af76ac7b8ed5387..0f96778f758cb21c01e31ff35e70c79f020aa2d3 100644
6ec482
--- a/freeipa.spec.in
6ec482
+++ b/freeipa.spec.in
6ec482
@@ -49,8 +49,8 @@
6ec482
 
6ec482
 %global alt_name ipa
6ec482
 %if 0%{?rhel}
6ec482
-# 1.15.1-7: certauth (http://krbdev.mit.edu/rt/Ticket/Display.html?id=8561)
6ec482
-%global krb5_version 1.15.1-4
6ec482
+# 1.15.1-36: https://bugzilla.redhat.com/show_bug.cgi?id=1755223
6ec482
+%global krb5_version 1.15.1-36
6ec482
 # 0.7.16: https://github.com/drkjam/netaddr/issues/71
6ec482
 %global python_netaddr_version 0.7.5-8
6ec482
 # Require 4.7.0 which brings Python 3 bindings
6ec482
-- 
6ec482
2.20.1
6ec482