Replace server(smtp) requires by procmail
This commit is contained in:
parent
704fe37ee0
commit
512ee7059e
@ -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 @@ need to have Python and Tk installed in order to use fetchmailconf.
|
||||
%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 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Sep 3 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.8-8
|
||||
- Replace server(smtp) requires by procmail
|
||||
Resolves: #66396
|
||||
|
||||
* Fri Jun 27 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.8-7
|
||||
- Fix CVE-2008-2711
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user