rpms/dovecot/F-13 dovecot.spec,1.161,1.162

Michal Hlavinka mhlavink at fedoraproject.org
Tue Mar 23 15:03:05 UTC 2010


Author: mhlavink

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

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-13/dovecot.spec,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -p -r1.161 -r1.162
--- dovecot.spec	12 Mar 2010 09:28:33 -0000	1.161
+++ dovecot.spec	23 Mar 2010 15:03:05 -0000	1.162
@@ -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 <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