Remove server(smtp) dependency

This commit is contained in:
Vitezslav Crhonek 2011-03-07 12:13:58 +01:00
parent 16f84d68ce
commit c63bd75345

View File

@ -1,11 +1,10 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%define fetchmailconf 0
%global fetchmailconf 0
Summary: A remote mail retrieval and forwarding utility
Name: fetchmail
Version: 6.3.19
Release: 3%{?dist}
Requires: server(smtp)
Release: 4%{?dist}
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/
@ -83,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Mon Mar 07 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.19-4
- Remove server(smtp) dependency
* Wed Feb 09 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.19-3
- Disable /usr/bin/procmail fallback
Resolves: #672452