rpms/fetchmail/devel fetchmail.spec,1.58,1.59

Vitezslav Crhonek vcrhonek at fedoraproject.org
Wed Sep 3 14:10:46 UTC 2008


Author: vcrhonek

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

Modified Files:
	fetchmail.spec 
Log Message:
Replace server(smtp) requires by procmail


Index: fetchmail.spec
===================================================================
RCS file: /cvs/extras/rpms/fetchmail/devel/fetchmail.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- fetchmail.spec	27 Jun 2008 09:50:26 -0000	1.58
+++ fetchmail.spec	3 Sep 2008 14:10:16 -0000	1.59
@@ -4,8 +4,8 @@
 Summary: A remote mail retrieval and forwarding utility
 Name: fetchmail
 Version: 6.3.8
-Release: 7%{?dist}
-Requires: server(smtp)
+Release: 8%{?dist}
+Requires: procmail
 Source0: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2
 Source1: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2.asc
 Patch0: fetchmail-6.2.5-addrconf.patch
@@ -55,7 +55,8 @@
 %build
 %configure --enable-POP3 --enable-IMAP --with-ssl --with-hesiod \
 	--enable-ETRN --enable-NTLM --enable-SDPS --enable-RPA \
-	--enable-nls --with-kerberos --with-kerberos5 --with-gssapi
+	--enable-nls --with-kerberos --with-kerberos5 --with-gssapi \
+	--enable-fallback=procmail
 make
 
 %install
@@ -88,6 +89,10 @@
 %endif
 
 %changelog
+* Wed Sep  3 2008 Vitezslav Crhonek <vcrhonek at redhat.com> - 6.3.8-8
+- Replace server(smtp) requires by procmail
+  Resolves: #66396
+
 * Fri Jun 27 2008 Vitezslav Crhonek <vcrhonek at redhat.com> - 6.3.8-7
 - Fix CVE-2008-2711
 




More information about the fedora-extras-commits mailing list