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