From a856130a25e856c7ca45627d4ccaebbeeb748c4a Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Mar 23 2010 15:03:05 +0000 Subject: - reverting last change, mbox bzip2 support is broken and upstream does not plan to fix it in dovecot 1.2 --- diff --git a/dovecot.spec b/dovecot.spec index 4f66c94..ef9d0c3 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -2,7 +2,7 @@ Summary: Secure imap and pop3 server Name: dovecot Epoch: 1 Version: 1.2.11 -Release: 2%{?dist} +Release: 3%{?dist} #dovecot itself is MIT, a few sources are PD, (manage)sieve is LGPLv2, perfect_maildir.pl is GPLv2+ License: MIT and LGPLv2 and GPLv2+ Group: System Environment/Daemons @@ -43,7 +43,7 @@ Obsoletes: dovecot-ldap < 1:1.2.10-3 Obsoletes: dovecot-gssapi < 1:1.2.10-3 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: openssl-devel, pam-devel, zlib-devel, bzip2-devel, libcap-devel +BuildRequires: openssl-devel, pam-devel, zlib-devel, libcap-devel BuildRequires: libtool, autoconf, automake, pkgconfig BuildRequires: sqlite-devel BuildRequires: postgresql-devel @@ -132,7 +132,11 @@ autoreconf -i -f --with-ssl=openssl \ --with-ssldir=%{ssldir} \ --with-ldap=plugin \ - --with-gssapi=plugin + --with-gssapi=plugin \ + --without-bzip + +#mbox bzip2 suport is disabled because it does not work and upstream +#does not plan to fix it in 1.2.x make %{?_smp_mflags} @@ -350,6 +354,10 @@ fi %changelog +* Tue Mar 23 2010 Michal Hlavinka - 1:1.2.11-3 +- reverting last change, mbox bzip2 support is broken and upstream does + not plan to fix it in dovecot 1.2 + * Fri Mar 12 2010 Michal Hlavinka - 1:1.2.11-2 - fix missing bzip2 support in zlib plugin (#572797)