[fetchmail/f15/master] Remove server(smtp) dependency

vcrhonek vcrhonek at fedoraproject.org
Mon Mar 7 11:32:05 UTC 2011


commit 687c84e087a78831cb329ff3c02ee703880c6bf1
Author: Vitezslav Crhonek <vcrhonek at redhat.com>
Date:   Mon Mar 7 12:13:58 2011 +0100

    Remove server(smtp) dependency

 fetchmail.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/fetchmail.spec b/fetchmail.spec
index a969996..c63120d 100644
--- a/fetchmail.spec
+++ b/fetchmail.spec
@@ -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 at redhat.com> - 6.3.19-4
+- Remove server(smtp) dependency
+
 * Wed Feb 09 2011 Vitezslav Crhonek <vcrhonek at redhat.com> - 6.3.19-3
 - Disable /usr/bin/procmail fallback
   Resolves: #672452


More information about the scm-commits mailing list