rpms/spamassassin/devel README.RHEL.Fedora, NONE, 1.1 .cvsignore, 1.60, 1.61 sources, 1.60, 1.61 spamassassin.spec, 1.153, 1.154

Warren Togami 砥上勇 wtogami at fedoraproject.org
Thu Jan 21 17:03:24 UTC 2010


Author: wtogami

Update of /cvs/pkgs/rpms/spamassassin/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18002

Modified Files:
	.cvsignore sources spamassassin.spec 
Added Files:
	README.RHEL.Fedora 
Log Message:
- 3.3.0 (really this time!)
- README.RHEL.Fedora



--- NEW FILE README.RHEL.Fedora ---
Spamassassin for RHEL or Fedora
===============================
spamassassin-3.3.x RPM package for RHEL 5+ or Fedora 11+ contains some new 
functionality beyond the upstream spamassassin documentation.

Upstream spamassassin-3.3.0 is no longer distributed with rules.  Our package 
contains rules in order to be less of a surprise to system administrators.
Just as you wouldn't rely on antivirus software without signature updates,
spamassassin cannot be relied upon without regular rule updates.

1) For these reasons, our RPM package now runs nightly sa-update by default.

/etc/cron.d/sa-update
The default cron runs sa-update once every night.  You may edit this cron 
file to change the schedule of sa-update or to disable it entirely.  If you 
had modified this file in the past you may need to restore the new file 
from /etc/cron.d/sa-update.rpmnew

2) /usr/share/spamassassin/sa-update.cron
This script is executed by cron.  It runs sa-update only if a known spam 
daemon is running: spamd, amavisd, or mimedefang.  If you do not run any
of these spam daemons but wish to have nightly sa-update, you may 
override the daemon check in /etc/sysconfig/sa-update

3) /etc/mail/spamassassin/channel.d
All sa-update channels are defined in files contained in this directory.
See the existing config files as examples for writing your own config file.

4) SOUGHT Anti-Fraud Rule Channel is Enabled by Default
http://wiki.apache.org/spamassassin/SoughtRules

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.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/spamassassin/devel/.cvsignore,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -p -r1.60 -r1.61
--- .cvsignore	19 Jan 2010 00:16:53 -0000	1.60
+++ .cvsignore	21 Jan 2010 17:03:24 -0000	1.61
@@ -1,2 +1,2 @@
 Mail-SpamAssassin-3.3.0.tar.bz2
-Mail-SpamAssassin-rules-3.3.0.tgz
+Mail-SpamAssassin-rules-3.3.0.r901671.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/spamassassin/devel/sources,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -p -r1.60 -r1.61
--- sources	19 Jan 2010 00:16:53 -0000	1.60
+++ sources	21 Jan 2010 17:03:24 -0000	1.61
@@ -1,2 +1,2 @@
-58a439f930b49b0a3747c6caa738acc6  Mail-SpamAssassin-3.3.0.tar.bz2
-5052e3c1e736e9b7decd6f158e190196  Mail-SpamAssassin-rules-3.3.0.tgz
+15af629a95108bf245ab600d78ae754b  Mail-SpamAssassin-3.3.0.tar.bz2
+5be313a60c27ae522700e20b557ade33  Mail-SpamAssassin-rules-3.3.0.r901671.tgz


Index: spamassassin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/spamassassin/devel/spamassassin.spec,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -p -r1.153 -r1.154
--- spamassassin.spec	19 Jan 2010 00:27:41 -0000	1.153
+++ spamassassin.spec	21 Jan 2010 17:03:24 -0000	1.154
@@ -51,12 +51,12 @@ Requires: portreserve
 Summary: Spam filter for email which can be invoked from mail delivery agents
 Name: spamassassin
 Version: 3.3.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: ASL 2.0
 Group: Applications/Internet
 URL: http://spamassassin.apache.org/
 Source0: http://www.apache.org/dist/%{name}/%{real_name}-%{version}.tar.bz2
-Source1: Mail-SpamAssassin-rules-3.3.0.tgz
+Source1: Mail-SpamAssassin-rules-3.3.0.r901671.tgz
 Source2: redhat_local.cf
 Source3: spamassassin-default.rc
 Source4: spamassassin-spamc.rc
@@ -68,6 +68,7 @@ Source9: sa-update.force-sysconfig
 Source10: spamassassin-helper.sh
 Source11: spamassassin-official.conf
 Source12: sought.conf
+Source13: README.RHEL.Fedora
 # Patches 0-99 are RH specific
 # none yet
 # Patches 100+ are SVN backports (DO NOT REUSE!)
@@ -208,10 +209,13 @@ install -m 0644 %{SOURCE12} $RPM_BUILD_R
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/portreserve
 echo 783 > $RPM_BUILD_ROOT%{_sysconfdir}/portreserve/spamd
 
+install -m 0644 %{SOURCE13} $RPM_BUILD_DIR/Mail-SpamAssassin-%{version}/
+
 %files -f %{name}-%{version}-filelist
 %defattr(-,root,root)
 %doc LICENSE NOTICE CREDITS Changes README TRADEMARK UPGRADE
-%doc USAGE sample-nonspam.txt sample-spam.txt
+%doc USAGE sample-nonspam.txt sample-spam.txt 
+%doc README.RHEL.Fedora
 %{_initrddir}/spamassassin
 %config(noreplace) %{_sysconfdir}/mail/spamassassin
 %config(noreplace) %{_sysconfdir}/sysconfig/spamassassin
@@ -260,6 +264,10 @@ fi
 exit 0
 
 %changelog
+* Thu Jan 21 2010 Warren Togami <wtogami at redhat.com> - 3.3.0-2
+- 3.3.0 (really this time!)
+- README.RHEL.Fedora
+
 * Mon Jan 18 2010 Warren Togami <wtogami at redhat.com> - 3.3.0-1
 - 3.3.0
 



More information about the scm-commits mailing list