Fix building pac responder with the krb5-1.14
This commit is contained in:
parent
c08e64289b
commit
9f8eeed0c9
@ -0,0 +1,29 @@
|
||||
From c36f343f88f65a9765085f1346da6d6591ef86a5 Mon Sep 17 00:00:00 2001
|
||||
From: Lukas Slebodnik <lslebodn@redhat.com>
|
||||
Date: Mon, 26 Oct 2015 07:00:50 +0100
|
||||
Subject: [PATCH 7/7] BUILD: Accept krb5 1.14 for building the PAC plugin
|
||||
|
||||
Reviewed-by: Sumit Bose <sbose@redhat.com>
|
||||
(cherry picked from commit 8fe87c3d35bf301cbb6ed7d441b588327d831924)
|
||||
(cherry picked from commit 3dd118ee870d4370e8bfff8bd71d7e9954ccac06)
|
||||
---
|
||||
src/external/pac_responder.m4 | 3 ++-
|
||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/external/pac_responder.m4 b/src/external/pac_responder.m4
|
||||
index 2941d63ab5bc9f2c993cabf1080a04f812611751..a9e142dc945e157d87ab8478fa63b261415a7e8d 100644
|
||||
--- a/src/external/pac_responder.m4
|
||||
+++ b/src/external/pac_responder.m4
|
||||
@@ -22,7 +22,8 @@ then
|
||||
Kerberos\ 5\ release\ 1.10* | \
|
||||
Kerberos\ 5\ release\ 1.11* | \
|
||||
Kerberos\ 5\ release\ 1.12* | \
|
||||
- Kerberos\ 5\ release\ 1.13*)
|
||||
+ Kerberos\ 5\ release\ 1.13* | \
|
||||
+ Kerberos\ 5\ release\ 1.14*)
|
||||
krb5_version_ok=yes
|
||||
AC_MSG_RESULT([yes])
|
||||
;;
|
||||
--
|
||||
2.5.0
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
Name: sssd
|
||||
Version: 1.13.1
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Group: Applications/System
|
||||
Summary: System Security Services Daemon
|
||||
License: GPLv3+
|
||||
@ -44,6 +44,7 @@ Patch0003: 0003-AD-Consolidate-connection-list-construction-on-ad_co.patch
|
||||
Patch0004: 0004-SSSDConfig-Do-not-raise-exception-if-config_file_ver.patch
|
||||
Patch0005: 0005-SSSDConfigTest-Try-load-saved-config.patch
|
||||
Patch0006: 0006-SSSDConfigTest-Test-real-config-without-config_file_.patch
|
||||
patch0007: 0007-BUILD-Accept-krb5-1.14-for-building-the-PAC-plugin.patch
|
||||
|
||||
### Dependencies ###
|
||||
Requires: sssd-common = %{version}-%{release}
|
||||
@ -1015,6 +1016,9 @@ fi
|
||||
%{_libdir}/%{name}/modules/libwbclient.so
|
||||
|
||||
%changelog
|
||||
* Tue Oct 27 2015 Lukas Slebodnik <lslebodn@redhat.com> - 1.13.1-4
|
||||
- Fix building pac responder with the krb5-1.14
|
||||
|
||||
* Mon Oct 19 2015 Lukas Slebodnik <lslebodn@redhat.com> - 1.13.1-3
|
||||
- python-sssdconfig: Fix parssing sssd.conf without config_file_version
|
||||
- Resolves: upstream #2837 - REGRESSION: ipa-client-automout failed
|
||||
|
Loading…
Reference in New Issue
Block a user