Fix versioning on initial rules.

- Add note to README.RHEL.Fedora to note -d option in sysconfig
This commit is contained in:
Kevin Fenzi 2014-05-23 10:51:48 -06:00
parent 60768d6148
commit 8001617e08
2 changed files with 16 additions and 2 deletions

View File

@ -34,3 +34,13 @@ General Warnings
* DO NOT USE SARE or OpenProtect rules. They are old and outdated, and * 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 can be dangerous. Many of the useful rules have been integrated into
upstream spamassassin. 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.

View File

@ -62,14 +62,14 @@ Requires: portreserve
%define real_name Mail-SpamAssassin %define real_name Mail-SpamAssassin
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} %{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
%global saversion 3.003002 %global saversion 3.004000
#%global prerev rc2 #%global prerev rc2
Summary: Spam filter for email which can be invoked from mail delivery agents Summary: Spam filter for email which can be invoked from mail delivery agents
Name: spamassassin Name: spamassassin
Version: 3.4.0 Version: 3.4.0
#Release: 0.8.%{prerev}%{?dist} #Release: 0.8.%{prerev}%{?dist}
Release: 3%{?dist} Release: 4%{?dist}
License: ASL 2.0 License: ASL 2.0
Group: Applications/Internet Group: Applications/Internet
URL: http://spamassassin.apache.org/ URL: http://spamassassin.apache.org/
@ -370,6 +370,10 @@ fi
%endif %endif
%changelog %changelog
* Fri May 23 2014 Kevin Fenzi <kevin@scrye.com> 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 <kevin@scrye.com> 3.4.0-3 * Wed Mar 19 2014 Kevin Fenzi <kevin@scrye.com> 3.4.0-3
- Cleaned up spec, added conditionals to build on el again. - Cleaned up spec, added conditionals to build on el again.