From f93a9d13bc0ae019dce7e0e6ec5da9d28cf99997 Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Mon, 8 Jan 2007 14:48:02 +0000 Subject: [PATCH] - reenabled GSSAPI (#220377) --- dovecot.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/dovecot.spec b/dovecot.spec index eab6758..a052499 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -1,7 +1,7 @@ Summary: Dovecot Secure imap server Name: dovecot Version: 1.0 -Release: 1.rc15%{?dist} +Release: 1.1.rc15%{?dist} License: LGPL Group: System Environment/Daemons @@ -39,6 +39,7 @@ BuildRequires: zlib-devel BuildRequires: libtool BuildRequires: autoconf BuildRequires: automake +BuildRequires: krb5-devel # gettext-devel is needed for running autoconf because of the # presence of AM_ICONV BuildRequires: gettext-devel @@ -91,7 +92,8 @@ autoreconf --with-ssl=openssl \ --with-ssldir=%{ssldir} \ --with-ldap \ - --with-inotify + --with-inotify \ + --with-gssapi make @@ -214,6 +216,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Dec 21 2006 Tomas Janousek - 1.0-1.1.rc15 +- reenabled GSSAPI (#220377) + * Tue Dec 05 2006 Tomas Janousek - 1.0-1.rc15 - update to latest upstream, fixes a few bugs, plus a security vulnerability (#216508, CVE-2006-5973)