rpms/dovecot/F-11 dovecot.spec,1.156,1.157

Michal Hlavinka mhlavink at fedoraproject.org
Tue Mar 23 15:08:12 UTC 2010


Author: mhlavink

Update of /cvs/pkgs/rpms/dovecot/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18605

Modified Files:
	dovecot.spec 
Log Message:
* Tue Mar 23 2010 Michal Hlavinka <mhlavink at redhat.com> - 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 



Index: dovecot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dovecot/F-11/dovecot.spec,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -p -r1.156 -r1.157
--- dovecot.spec	12 Mar 2010 09:27:43 -0000	1.156
+++ dovecot.spec	23 Mar 2010 15:08:12 -0000	1.157
@@ -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
@@ -44,7 +44,7 @@ Patch2: dovecot-1.0.beta2-mkcert-permiss
 Patch3: dovecot-1.0.rc7-mkcert-paths.patch
 
 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
 
 # gettext-devel is needed for running autoconf because of the
@@ -207,8 +207,13 @@ autoreconf -i -f
     --with-ldap=plugin           \
 %endif
 %if %{build_gssapi}
-    --with-gssapi=plugin
+    --with-gssapi=plugin         \
 %endif
+    --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}
 
@@ -458,6 +463,10 @@ fi
 
 
 %changelog
+* Tue Mar 23 2010 Michal Hlavinka <mhlavink at redhat.com> - 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 <mhlavink at redhat.com> - 1:1.2.11-2
 - fix missing bzip2 support in zlib plugin (#572797)
 



More information about the scm-commits mailing list