[mimedefang] Removed requirement on sendmail-cf for postfix (#754847)

Robert Scheck robert at fedoraproject.org
Mon Dec 26 02:35:44 UTC 2011


commit 94b760b6c124024c405dea150848d7bf7c44c8b7
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Mon Dec 26 03:35:39 2011 +0100

    Removed requirement on sendmail-cf for postfix (#754847)

 README.FEDORA   |    3 ++-
 mimedefang.spec |    7 +++++--
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/README.FEDORA b/README.FEDORA
index a1f0113..7de788e 100644
--- a/README.FEDORA
+++ b/README.FEDORA
@@ -4,7 +4,8 @@ pages mimedefang(8), mimedefang.pl(8) and mimedefang-filter(5). There are some
 sample filters in the /usr/share/doc/mimedefang-* directory.
 
 In order to complete the installation of MIMEDefang, you will need to add for
-example the following lines to your /etc/mail/sendmail.mc file:
+example the following lines to your /etc/mail/sendmail.mc file (which requires,
+in turn, the installation of sendmail-cf):
 
   define(`MILTER', `1')dnl
   define(`confMILTER_LOG_LEVEL', `6')dnl
diff --git a/mimedefang.spec b/mimedefang.spec
index 3ee3c2c..069211b 100644
--- a/mimedefang.spec
+++ b/mimedefang.spec
@@ -1,13 +1,13 @@
 Summary:           E-Mail filtering framework using Sendmail's Milter interface
 Name:              mimedefang
 Version:           2.72
-Release:           2%{?dist}
+Release:           3%{?dist}
 License:           GPLv2+
 Group:             System Environment/Daemons
 URL:               http://www.mimedefang.org/
 Source0:           http://www.mimedefang.org/static/%{name}-%{version}.tar.gz
 Source1:           README.FEDORA
-Requires:          sendmail-cf >= 8.12.0, perl-MailTools >= 1.15, perl(Mail::SpamAssassin) >= 1.6
+Requires:          perl-MailTools >= 1.15, perl(Mail::SpamAssassin) >= 1.6
 Requires:          perl(IO::Stringy) >= 1.212, perl(MIME::Base64) >= 3.03
 Requires(pre):     shadow-utils
 Requires(post):    /sbin/chkconfig, perl(Digest::SHA1)
@@ -104,6 +104,9 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
 
 %changelog
+* Mon Dec 26 2011 Robert Scheck <robert at fedoraproject.org> 2.72-3
+- Removed requirement on sendmail-cf for postfix (#754847)
+
 * Sat Oct 08 2011 Robert Scheck <robert at fedoraproject.org> 2.72-2
 - Added build requirement to perl(ExtUtils::MakeMaker)
 - Reflected changed parameters to disable binary stripping


More information about the scm-commits mailing list