Disable /usr/bin/procmail fallback
This commit is contained in:
parent
55c2db7a4b
commit
c7d1b2bb1e
@ -4,8 +4,8 @@
|
||||
Summary: A remote mail retrieval and forwarding utility
|
||||
Name: fetchmail
|
||||
Version: 6.3.19
|
||||
Release: 1%{?dist}
|
||||
Requires: procmail
|
||||
Release: 2%{?dist}
|
||||
Requires: server(smtp)
|
||||
Source0: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.xz
|
||||
Source1: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.xz.asc
|
||||
URL: http://fetchmail.berlios.de/
|
||||
@ -13,7 +13,7 @@ URL: http://fetchmail.berlios.de/
|
||||
License: GPL+ and Public Domain
|
||||
Group: Applications/Internet
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: gettext-devel hesiod-devel krb5-devel openssl-devel procmail
|
||||
BuildRequires: gettext-devel hesiod-devel krb5-devel openssl-devel
|
||||
%if ! %{fetchmailconf}
|
||||
Obsoletes: fetchmailconf
|
||||
%endif
|
||||
@ -50,7 +50,7 @@ need to have Python and Tk installed in order to use fetchmailconf.
|
||||
%configure --enable-POP3 --enable-IMAP --with-ssl --with-hesiod \
|
||||
--enable-ETRN --enable-NTLM --enable-SDPS --enable-RPA \
|
||||
--enable-nls --with-kerberos5 --with-gssapi \
|
||||
--enable-fallback=procmail
|
||||
--enable-fallback=no
|
||||
make
|
||||
|
||||
%install
|
||||
@ -83,6 +83,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Feb 9 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.19-2
|
||||
- Disable /usr/bin/procmail fallback
|
||||
Resolves: #672452
|
||||
|
||||
* Mon Dec 13 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.19-1
|
||||
- Update to fetchmail-6.3.19
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user