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
|
Summary: A remote mail retrieval and forwarding utility
|
||||||
Name: fetchmail
|
Name: fetchmail
|
||||||
Version: 6.3.8
|
Version: 6.3.8
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Requires: server(smtp)
|
Requires: procmail
|
||||||
Source0: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2
|
Source0: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2
|
||||||
Source1: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2.asc
|
Source1: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2.asc
|
||||||
Patch0: fetchmail-6.2.5-addrconf.patch
|
Patch0: fetchmail-6.2.5-addrconf.patch
|
||||||
@ -55,7 +55,8 @@ need to have Python and Tk installed in order to use fetchmailconf.
|
|||||||
%build
|
%build
|
||||||
%configure --enable-POP3 --enable-IMAP --with-ssl --with-hesiod \
|
%configure --enable-POP3 --enable-IMAP --with-ssl --with-hesiod \
|
||||||
--enable-ETRN --enable-NTLM --enable-SDPS --enable-RPA \
|
--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
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -88,6 +89,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jun 27 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.8-7
|
||||||
- Fix CVE-2008-2711
|
- Fix CVE-2008-2711
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user