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
|
Summary: A remote mail retrieval and forwarding utility
|
||||||
Name: fetchmail
|
Name: fetchmail
|
||||||
Version: 6.3.19
|
Version: 6.3.19
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Requires: procmail
|
Requires: server(smtp)
|
||||||
Source0: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.xz
|
Source0: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.xz
|
||||||
Source1: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.xz.asc
|
Source1: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.xz.asc
|
||||||
URL: http://fetchmail.berlios.de/
|
URL: http://fetchmail.berlios.de/
|
||||||
@ -13,7 +13,7 @@ URL: http://fetchmail.berlios.de/
|
|||||||
License: GPL+ and Public Domain
|
License: GPL+ and Public Domain
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
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}
|
%if ! %{fetchmailconf}
|
||||||
Obsoletes: fetchmailconf
|
Obsoletes: fetchmailconf
|
||||||
%endif
|
%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 \
|
%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-kerberos5 --with-gssapi \
|
--enable-nls --with-kerberos5 --with-gssapi \
|
||||||
--enable-fallback=procmail
|
--enable-fallback=no
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -83,6 +83,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Dec 13 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.19-1
|
||||||
- Update to fetchmail-6.3.19
|
- Update to fetchmail-6.3.19
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user