diff --git a/README.RHEL.Fedora b/README.RHEL.Fedora index 2d7f76b..a504866 100644 --- a/README.RHEL.Fedora +++ b/README.RHEL.Fedora @@ -34,3 +34,13 @@ General Warnings * DO NOT USE SARE or OpenProtect rules. They are old and outdated, and can be dangerous. Many of the useful rules have been integrated into upstream spamassassin. + +Note about -d option +==================== + +With spamassassin 3.4.0, this package has switched the way spamd is started. +You should no longer use the '-d' option in /etc/sysconfig/spamassassin. Doing +so will result in spamd starting and stopping in a loop. The default +/etc/sysconfig/spamassassin file has been adjusted for this, please merge +this change into that file if you have made any changes to it. + diff --git a/spamassassin.spec b/spamassassin.spec index 2315f62..d616f7b 100644 --- a/spamassassin.spec +++ b/spamassassin.spec @@ -62,14 +62,14 @@ Requires: portreserve %define real_name Mail-SpamAssassin %{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} -%global saversion 3.003002 +%global saversion 3.004000 #%global prerev rc2 Summary: Spam filter for email which can be invoked from mail delivery agents Name: spamassassin Version: 3.4.0 #Release: 0.8.%{prerev}%{?dist} -Release: 3%{?dist} +Release: 4%{?dist} License: ASL 2.0 Group: Applications/Internet URL: http://spamassassin.apache.org/ @@ -370,6 +370,10 @@ fi %endif %changelog +* Fri May 23 2014 Kevin Fenzi 3.4.0-4 +- Fix versioning on initial rules. +- Add note to README.RHEL.Fedora to note -d option in sysconfig + * Wed Mar 19 2014 Kevin Fenzi 3.4.0-3 - Cleaned up spec, added conditionals to build on el again.