Add a patch for RH bug #1395987 (Build GSSAPI support for Camel)

This commit is contained in:
Milan Crha 2016-11-21 16:02:15 +01:00
parent 50bb237886
commit 7329fc99ad
2 changed files with 19 additions and 4 deletions

View File

@ -0,0 +1,12 @@
diff --git a/cmake/modules/FindKRB5.cmake b/cmake/modules/FindKRB5.cmake
index 2447df5..2f34fb6 100644
--- a/cmake/modules/FindKRB5.cmake
+++ b/cmake/modules/FindKRB5.cmake
@@ -29,6 +29,7 @@ if(KRB5_FOUND)
if(KRB5_VENDOR STREQUAL "MIT")
message(STATUS "Using MIT Kerberos 5 (found by pkg-config)")
set(WITH_KRB5 ON)
+ set(HAVE_KRB5 ON)
set(HAVE_MIT_KRB5 ON)
return()
endif(KRB5_VENDOR STREQUAL "MIT")

View File

@ -33,7 +33,7 @@
Name: evolution-data-server Name: evolution-data-server
Version: 3.23.2 Version: 3.23.2
Release: 1%{?dist} Release: 2%{?dist}
Group: System Environment/Libraries Group: System Environment/Libraries
Summary: Backend data server for Evolution Summary: Backend data server for Evolution
License: LGPLv2+ License: LGPLv2+
@ -51,8 +51,8 @@ Obsoletes: compat-evolution-data-server310-libcamel < 3.12
### Patches ### ### Patches ###
# RH bug #243296 # RH bug #1395987
# Patch01: evolution-data-server-1.11.5-fix-64bit-acinclude.patch Patch01: evolution-data-server-3.23.2-krb5-fix.patch
### Dependencies ### ### Dependencies ###
@ -165,7 +165,7 @@ the functionality of the installed %{name} package.
%prep %prep
%setup -q %setup -q
# %patch01 -p1 -b .fix-64bit-acinclude %patch01 -p1 -b .krb5-fix
%build %build
@ -419,6 +419,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
%{_datadir}/installed-tests %{_datadir}/installed-tests
%changelog %changelog
* Mon Nov 21 2016 Milan Crha <mcrha@redhat.com> - 3.23.2-2
- Add a patch for RH bug #1395987 (Build GSSAPI support for Camel)
* Mon Nov 21 2016 Milan Crha <mcrha@redhat.com> - 3.23.2-1 * Mon Nov 21 2016 Milan Crha <mcrha@redhat.com> - 3.23.2-1
- Update to 3.23.2 - Update to 3.23.2