auto-import changelog data from fetchmail-5.5.0-3.src.rpm

Wed Nov 08 2000 Nalin Dahyabhai <nalin@redhat.com>
- patch to handle untagged responses during IMAP-GSS authentication
This commit is contained in:
cvsdist 2004-09-09 04:40:43 +00:00
parent 698c103eaa
commit e4fb73287c

View File

@ -1,7 +1,7 @@
Summary: A remote mail retrieval and forwarding utility.
Name: fetchmail
Version: 5.5.0
Release: 2
Release: 3
Requires: smtpdaemon
Source: http://www.tuxedo.org/~esr/fetchmail/fetchmail-%{version}.tar.gz
Source1: fetchmailconf.1
@ -11,6 +11,7 @@ Group: Applications/Internet
Patch0: fetchmail-5.4.0-krb5fixes.patch
Patch1: fetchmail-5.4.3-mda.patch
Patch2: fetchmail-5.4.3-makedepend.patch
Patch3: fetchmail-5.5.0-untagged.patch
Buildroot: %{_tmppath}/%{name}-root
BuildPrereq: openssl-devel
%{!?nokerberos:Requires: krb5-libs}
@ -46,6 +47,7 @@ need to have python and tk installed in order to use fetchmailconf.
%{!?nokerberos:%patch0 -p1 -b .krb5fixes}
#%patch1 -p1 -b .mda
%patch2 -p1 -b .makedepend
%patch3 -p1 -b .untagged
autoconf
%build
@ -76,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/fetchmailconf.1*
%changelog
* Wed Nov 8 2000 Nalin Dahyabhai <nalin@redhat.com>
- patch to handle untagged responses during IMAP-GSS authentication
* Thu Aug 17 2000 Nalin Dahyabhai <nalin@redhat.com>
- enable SSL support