rpms/dovecot/devel dovecot.spec,1.138,1.139

Michal Hlavinka mhlavink at fedoraproject.org
Tue Sep 29 15:04:15 UTC 2009


Author: mhlavink

Update of /cvs/extras/rpms/dovecot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25150

Modified Files:
	dovecot.spec 
Log Message:
* Tue Sep 29 2009 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.5-2
- build with libcap enabled



Index: dovecot.spec
===================================================================
RCS file: /cvs/extras/rpms/dovecot/devel/dovecot.spec,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -p -r1.138 -r1.139
--- dovecot.spec	17 Sep 2009 15:08:17 -0000	1.138
+++ dovecot.spec	29 Sep 2009 15:04:14 -0000	1.139
@@ -2,7 +2,7 @@ Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
 Version: 1.2.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MIT and LGPLv2 and BSD with advertising
 Group: System Environment/Daemons
 
@@ -39,7 +39,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
+BuildRequires: openssl-devel, pam-devel, zlib-devel, libcap-devel
 BuildRequires: libtool autoconf automake
 
 # gettext-devel is needed for running autoconf because of the
@@ -184,6 +184,7 @@ autoreconf -i -f
     INSTALL_DATA="install -c -p -m644" \
     --enable-header-install      \
     --disable-static             \
+    --with-libcap                \
 %if %{build_postgres}
     --with-pgsql                 \
 %endif
@@ -434,6 +435,9 @@ fi
 
 
 %changelog
+* Tue Sep 29 2009 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.5-2
+- build with libcap enabled
+
 * Thu Sep 17 2009 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.5-1
 - updated to dovecot 1.2.5
 - Authentication: DIGEST-MD5 and RPA mechanisms no longer require




More information about the fedora-extras-commits mailing list