/[smeserver]/rpms/smeserver-spamassassin/sme9/smeserver-spamassassin.spec
ViewVC logotype

Contents of /rpms/smeserver-spamassassin/sme9/smeserver-spamassassin.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download)
Sat Jul 6 05:01:08 2013 UTC (10 years, 11 months ago) by wellsi
Branch: MAIN
CVS Tags: smeserver-spamassassin-2_4_0-3_el6_sme
Changes since 1.3: +7 -2 lines
* Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme
- Load TextCat plugin if ok_languages is enabled [SME: 7757]

1 # $Id: smeserver-spamassassin.spec,v 1.3 2013/06/07 15:05:49 wellsi Exp $
2
3 Summary: SME Server - spamassassin anti-spam module
4 %define name smeserver-spamassassin
5 Name: %{name}
6 %define version 2.4.0
7 %define release 3
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: Networking/Daemons
12 Source: %{name}-%{version}.tar.xz
13 Patch1: smeserver-spamassassin-2.4.0-fix_10required_score.patch
14 Patch2: smeserver-spamassassin-2.4.0-okLanguages.patch
15 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
16 Requires: e-smith-email >= 4.13.0-38
17 Requires: headermatch
18 Requires: spamassassin >= 3.3.0
19 Requires: perl(Crypt::OpenSSL::Bignum)
20 Requires: perl(IO::Socket::INET6)
21 Requires: perl(IP::Country)
22 Requires: perl(Net::DNS) >= 0.34-1
23 Requires: perl(Net::Ident)
24 Requires: perl(Compress::Zlib)
25 Requires: perl(Mail::DKIM)
26 Requires: ucspi-tcp daemontools
27 Requires: e-smith-lib >= 1.13.1-90
28 Requires: e-smith-base >= 4.13.16
29 Requires: e-smith-qmail >= 1.9.0-09sme02
30 Requires: razor-agents >= 2.61-1
31 Requires: DCC
32 Requires: pyzor
33 Obsoletes: FuzzyOcr
34 Obsoletes: e-smith-spamassassin
35 Provides: e-smith-spamassassin
36 BuildArchitectures: noarch
37 BuildRequires: e-smith-devtools >= 1.11.0-12
38 AutoReqProv: no
39
40 %description
41 SME Server - spamassassin anti-spam module
42
43 %changelog
44 * Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme
45 - Load TextCat plugin if ok_languages is enabled [SME: 7757]
46
47 * Sun May 19 2013 chris burnat <devlist@burnat.com> 2.4.0-2.sme
48 - Fix how qpsmtpd tags spam email, codes by Charlie Brady [SME: 7604]
49
50 * Wed Feb 6 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
51 - Roll new stream for sme9
52
53 * Sun Apr 8 2012 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-9
54 - Add template fragment for pyzor timeout [SME: 6896]
55
56 * Fri Jan 20 2012 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-8
57 - Actually apply patch to remove spamd restart from bootstrap-console-save event [SME: 6717]
58
59 * Fri Dec 23 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-7
60 - Remove spamd restart from bootstrap-console-save event [SME: 6717]
61
62 * Sat Aug 7 2010 Ian Wells <esmith@wellsi.com> 2.2.0-6.sme
63 - Work around how qpsmtpd tags spam email, by Michael McCarn [SME: 5603]
64
65 * Mon Apr 19 2010 Shad L. Lords <slords@mail.com> 2.2.0-5.sme
66 - Remove cron.daily jobs that are no longer needed
67 - Previous patch make spamassassin restart correctly [SME: 3304]
68 - Newer spamassassin imports keys on install [SME: 5889]
69
70 * Wed Feb 17 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-4.sme
71 - Requires SpamAssassin 3.3.0 [SME: 5741]
72 - Remove FuzzyOcr [SME: 5771]
73 - Use ATrpm package (partially remove previous patch)
74
75 * Tue Feb 16 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-3.sme
76 - Requires SpamAssassin 3.3.0 [SME: 5741]
77 - Remove FuzzyOcr [SME: 5771]
78 - Run sa-update every two hours and check restart every hour
79 - Redirect cron job output to logfile to avoid mail noise
80
81 * Tue Nov 25 2008 Giacomo Sanchietti <giacomo@nethesis.it> 2.2.0-2.sme
82 - Fix invalid service name in sa-update [SME: 3304]
83
84 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
85 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
86
87 * Sat Mar 9 2008 chris burnat <devlist@burnat.com> 1.4.0-18
88 - Edit and rename deprecated template fragment [SME: 3857]
89
90 * Tue Dec 25 2007 Shad L. Lords <slords@mail.com> 1.4.0-17
91 - Import all spamassassin keys correctly [SME: 3206]
92
93 * Sat Sep 8 2007 Shad L. Lords <slords@mail.com> 1.4.0-16
94 - Import spamassassin keys correctly [SME: 3206]
95
96 * Thu Sep 6 2007 Shad L. Lords <slords@mail.com> 1.4.0-15
97 - Import spamassassin keys if sa_update is found [SME: 3206]
98 - Restart spamassassin if update successful [SME: 3351]
99
100 * Sun Jun 24 2007 Shad L. Lords <slords@mail.com> 1.4.0-14
101 - Fix log (lint) noise [SME: 3100]
102
103 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
104 - Clean up spec so package can be built by koji/plague
105
106 * Sun Feb 18 2007 Shad L. Lords <slords@mail.com> 1.4.0-13
107 - Add FuzzyOcr to spamassassin to detect graphic spam [SME: 1985]
108
109 * Fri Feb 16 2007 Shad L. Lords <slords@mail.com> 1.4.0-12
110 - Change runsvctrl to sv to support runit v1.7.x [SME: 2486]
111
112 * Wed Jan 24 2007 Shad L. Lords <slords@mail.com> 1.4.0-11
113 - Add requires for new spamassassin modules
114
115 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
116 - Update to new release naming. No functional changes.
117 - Make Packager generic
118
119 * Fri Nov 10 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.0-09
120 - Only match X-Spam-Status in headers, via headermatch [SME: 1924]
121
122 * Thu Jul 13 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.0-08
123 - Anchor X-Spam-Status check to start of line [SME: 1712]
124
125 * Wed Jun 14 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.0-07
126 - Missing space in last change [SME: 1571]
127
128 * Wed Jun 14 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.0-06
129 - Add check for spamassassin{UseAutoWhitelist}, defaulting to 0 (off)
130 [SME: 1571]
131
132 * Fri Jun 9 2006 Shad L. Lords <slords@mail.com> 1.4.0-05
133 - Add path/perm for auto_whitelist [SME: 1571]
134
135 * Fri Jun 9 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.0-04
136 - Adjust perl dependencies to perl module rather than RPM [SME: 1548]
137
138 * Fri Jun 9 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.0-03
139 - Correct previous changelog and rebuild [SME: 1548]
140
141 * Wed Jun 7 2006 Shad L. Lords <slords@mail.com> 1.4.0-02
142 - Update config for spamassassin 3.10+ [SME: 1548]
143
144 * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.4.0-01
145 - Roll stable stream version. [SME: 1016]
146
147 * Wed Feb 22 2006 Gavin Weight <gweight@gmail.com> 1.3.0-07
148 - Renamed 40customScore_BAYES_90 to 40customScore_BAYES_95,
149 Edited 40customScore_BAYES_95 to change 90 to 95. [SME: 836]
150
151 * Tue Feb 7 2006 Shad L. Lords <slords@mail.com> 1.3.0-06
152 - Add db default for wbl.global_to|type [SME: 693]
153
154 * Sat Jan 28 2006 Shad L. Lords <slords@mail.com> 1.3.0-05
155 - Add global white/black lists for to addresses [SME: 594]
156
157 * Thu Nov 03 2005 Filippo Carletti <carletti@mobilia.it> 1.3.0-04
158 - Avoid runit spinning if spamd is disabled [SF: 1312897]
159
160 * Wed Nov 02 2005 Filippo Carletti <carletti@mobilia.it> 1.3.0-03sme01
161 - Start spamd only if spam filter is enabled [SF: 1312897]
162
163 * Mon Oct 10 2005 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-03
164 - Migrate SortSpam property from 0/1 to disabled/enabled [SF: 1321319]
165
166 * Fri Oct 7 2005 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-02
167 - Clear qmail{DeliveryInstruction} and qmail{DeliveryType} if
168 they were set for the obsoleted sortspam [SF: 1315596]
169
170 * Fri Sep 23 2005 Gordon Rowell <gordonr@gormand.com.au>
171 - [1.3.0]
172 - Package renamed to smeserver-spamassassin
173
174 * Fri Sep 23 2005 Gordon Rowell <gordonr@gormand.com.au>
175 - [1.1.0-08sme01]
176 - Simplify .qmail template fragment and add Requires header
177 for recent e-smith-qmail since we need 00setup from it [SF: 1252336]
178
179 * Tue Aug 2 2005 Shad Lords <slords@email.com>
180 - [1.1.0-08]
181 - Prepare for change of default database location. [SF: 1216546]
182
183 * Tue May 31 2005 Charlie Brady <charlieb@e-smith.com>
184 - [1.1.0-07]
185 - Default spamassassin{RejectLevel}==0 [Gordon SF:1202399]
186
187 * Fri May 13 2005 Charlie Brady <charlieb@e-smith.com>
188 - [1.1.0-06]
189 - Another update from Gordon.
190 - Use condredirect (redirecting to $USERNAME-junkmail)
191 instead of sortspam [SF:1200336]
192 - Provide template for .qmail-junkmail
193 - Remove db defaults for qmail{DeliveryType,DeliveryInstruction}.
194 We don't want one delivery instruction, we want as many as the
195 user has requested. Each instruction should be enabled/disabled
196 on a global and per-user basis, as per SortSpam
197 - TODO: Simplify e-smithForward20 in e-smith-email
198
199 * Fri May 13 2005 Charlie Brady <charlieb@e-smith.com>
200 - [1.1.0-05]
201 - Really add the new files in last patch from Shad/Gordon.
202
203 * Thu May 5 2005 Charlie Brady <charlieb@e-smith.com>
204 - [1.1.0-04]
205 - Various contributions from Shad Lords and Gordon Rowell, as follows
206 - Add sortspam from Shad Lords' e-smith-spamassassin
207 - Add lots of config entries and local.cf templates, also from Shad
208 - Modified templates to match new config db names
209 - Add migrate fragments
210
211 * Wed Apr 27 2005 Charlie Brady <charlieb@e-smith.com>
212 - [1.1.0-03]
213 - Change Requires header to "razor-agents".
214
215 * Mon Mar 21 2005 Charlie Brady <charlieb@e-smith.com>
216 - [1.1.0-02]
217 - Update config for SpamAssassin 3.0.2
218
219 * Wed Feb 4 2004 Michael Soulier <msoulier@e-smith.com>
220 - [1.1.0-01]
221 - rolling to dev - 1.1.0
222
223 * Wed Feb 4 2004 Michael Soulier <msoulier@e-smith.com>
224 - [1.0.0-01]
225 - rolling to stable - 1.0.0
226
227 * Thu Aug 28 2003 Michael Soulier <msoulier@e-smith.com>
228 - [0.0.8-02]
229 - Added K* init symlinks to runlevels 0, 1 and 6. [msoulier 9761]
230
231 * Thu Jun 26 2003 Gordon Rowell <gordonr@e-smith.com>
232 - [0.0.8-01]
233 - Enable spamd by default [gordonr 9183]
234 - Simplify spamassassin-update script [gordonr 9183]
235 - Resolve spamd/spamassassing directory confusion [gordonr 9183]
236 - Change spamd use home directory to /var/spool/spamd [gordonr 9183]
237 - Log as smelog user in /var/log/spamd [gordonr 9183]
238 - Update SPEC file with new genfilelist [gordonr 9183]
239
240 * Fri Jun 20 2003 Gordon Rowell <gordonr@e-smith.com>
241 - [0.0.7-23]
242 - Add path to /service/spamd so restart works [gordonr 9095]
243
244 * Mon Jun 9 2003 Gordon Rowell <gordonr@e-smith.com>
245 - [0.0.7-22]
246 - Put back skip_rbl_checks|0 default [gordonr 8952]
247
248 * Mon Jun 9 2003 Gordon Rowell <gordonr@e-smith.com>
249 - [0.0.7-21]
250 - Generate the correct config lines, and make each fragment
251 valid perl [gordonr 8960]
252
253 * Mon Jun 9 2003 Gordon Rowell <gordonr@e-smith.com>
254 - [0.0.7-20]
255 - Move spamassassin configuration parameters into main configdb
256 as properties of the spamassassing service [gordonr 8960]
257
258 * Mon Jun 9 2003 Charlie Brady <charlieb@e-smith.com>
259 - [0.0.7-19]
260 - Change config to use RBLs by default. [charlieb 8952]
261
262 * Wed Jun 4 2003 Charlie Brady <charlieb@e-smith.com>
263 - [0.0.7-18]
264 - Use create-system-user to create spamd user. [charlieb 6033]
265
266 * Tue Apr 22 2003 Gordon Rowell <gordonr@e-smith.com>
267 - [0.0.7-17]
268 - Removed %post call - already done in various events [gordonr 2600]
269
270 * Tue Apr 22 2003 Gordon Rowell <gordonr@e-smith.com>
271 - [0.0.7-16]
272 - Changed spamd uid (1003 already taken) - [gordonr 8368]
273
274 * Mon Apr 21 2003 Gordon Rowell <gordonr@e-smith.com>
275 - [0.0.7-15]
276 - Let useradd add the group in %pre. Don't fail %pre if the uid is not
277 unique [gordonr 8368]
278
279 * Wed Apr 9 2003 Charlie Brady <charlieb@e-smith.com>
280 - [0.0.7-14]
281 - Replace serviceControl() calls with "svc-stop" or "svc -t" as required,
282 so that messages don't leak to console when spamd is restarted.
283 [charlieb 7883]
284
285 * Thu Apr 3 2003 Gordon Rowell <gordonr@e-smith.com>
286 - [0.0.7-13]
287 - Removed dangling panel link [gordonr 7787]
288
289 * Wed Apr 2 2003 Charlie Brady <charlieb@e-smith.com>
290 - [0.0.7-12]
291 - Add default DeliveryInstruction andi DeliveryType default
292 properties for qmail, so that "sortspam" is used for local delivery.
293 Update e-smith-email "requires" version to suit. [charlieb 2600]
294 - Change Copyright header to License. [charlieb]
295
296 * Wed Apr 2 2003 Charlie Brady <charlieb@e-smith.com>
297 - [0.0.7-11]
298 - Remove panel code. Greg's panel code can now be found in
299 e-smith-spamassassin-panel. [charlieb 7787]
300 - Split action into spamassassin config/restart and procmail
301 configure sections. Latter is not yet liked into any
302 actions. [charlieb 2600]
303 - Remove db initialization parts of action script - init done by
304 'defaults' fragments. [charlieb 7526]
305 - Do stop/restart of 'spamd', not 'spamassassin'. [charlieb 2600]
306
307 * Fri Mar 28 2003 Gordon Rowell <gordonr@e-smith.com>
308 - [0.0.7-10]
309 - Change panel Spam Control -> Spam filtering [gordonr 2600]
310
311 * Fri Mar 28 2003 Charlie Brady <charlieb@e-smith.com>
312 - [0.0.7-09]
313 - Fix problem with sorting of sensitivity labels in panel [charlieb 7910]
314
315 * Tue Mar 25 2003 Charlie Brady <charlieb@e-smith.com>
316 - [0.0.7-08]
317 - Remove -c from run file which starts spamd - we don't want to try
318 to create missing user config files. [charlieb 2600]
319 - Create user spamd and run spamd as that userid. [charlieb 2600]
320
321 * Mon Mar 17 2003 Charlie Brady <charlieb@e-smith.com>
322 - [0.0.7-07]
323 - Add conf.global and wbl.global default configuration data. [charlieb 2600]
324
325 * Fri Mar 14 2003 Charlie Brady <charlieb@e-smith.com>
326 - [0.0.7-06]
327 - Various fixes to spamassassin db initialization templates - mostly CVS
328 repository issues. [charlieb 2600]
329
330 * Fri Mar 14 2003 Charlie Brady <charlieb@e-smith.com>
331 - [0.0.7-05]
332 - Add the panel link for the new panel. Configure spamd to be paranoid
333 and to create no use config files. [charlieb 2600]
334
335 * Fri Mar 14 2003 Charlie Brady <charlieb@e-smith.com>
336 - [0.0.7-04]
337 - Remove Greg's full-featured spamassassin panel. Consult CVS if you want
338 to resurrect any of the code. [charlieb 2600]
339
340 * Fri Mar 14 2003 Charlie Brady <charlieb@e-smith.com>
341 - [0.0.7-03]
342 - Fix the minimal FM panel so that it runs. [charlieb 2600]
343 - Fix compile problems in spamassassin-update script. [charlieb 2600]
344
345 * Fri Mar 14 2003 Charlie Brady <charlieb@e-smith.com>
346 - [0.0.7-02]
347 - Add starter en-us lexicon for FM version of the panel. [charlieb 2600]
348
349 * Fri Mar 14 2003 Charlie Brady <charlieb@e-smith.com>
350 - [0.0.7-01]
351 - Use new defaults directory structure to initialize db entries.
352 Add minimal Fm web panel. Add spamassassin-update to email-update
353 and bootstrap-console-save events. [charlieb 2600]
354
355 * Tue Feb 4 2003 Gordon Rowell <gordonr@e-smith.com>
356 - [0.0.6-01]
357 - Roll new source tarball after the merge [gordonr 2600]
358
359 * Tue Feb 4 2003 Gordon Rowell <gordonr@e-smith.com>
360 - [0.0.5-04]
361 - Merged in Greg Zartman's <greg@leiinc.com> contrib
362
363 * Wed Jan 29 2003 Greg Zartman <greg@leiinc.com>
364 - Fixed a small typo in spamassassin server-manager
365 panel that caused a menu label to not show correctly
366
367 * Wed Jan 29 2003 Greg Zartman <greg@leiinc.com>
368 - [0.0.1-1]
369 - initial Alpha release
370
371 * Sun Dec 29 2002 Gordon Rowell <gordonr@e-smith.com>
372 - [0.0.5-03]
373 - And rename /service/spamd as well [gordonr 2600]
374
375 * Sun Dec 29 2002 Gordon Rowell <gordonr@e-smith.com>
376 - [0.0.5-02]
377 - Renamed spamassassin -> spamd to avoid conflict with spamassassin's
378 init script [gordonr 2600]
379
380 * Sun Dec 29 2002 Gordon Rowell <gordonr@e-smith.com>
381 - [0.0.5-01]
382 - Removed stray /etc/tcprules directory [gordonr 2600]
383
384 * Sun Dec 29 2002 Gordon Rowell <gordonr@e-smith.com>
385 - [0.0.4-01]
386 - Deleted some detritus [gordonr 2600]
387
388 * Sun Dec 29 2002 Gordon Rowell <gordonr@e-smith.com>
389 - [0.0.3-01]
390 - And an -as-source run to build the initial version [gordonr 2600]
391
392 * Sun Dec 29 2002 Gordon Rowell <gordonr@e-smith.com>
393 - [0.0.2-02]
394 - Missed some files on initial import [gordonr 2600]
395
396 * Sun Dec 29 2002 Gordon Rowell <gordonr@e-smith.com>
397 - [0.0.2-01]
398 - Initial import to 0.0.2
399
400 * Sun Dec 29 2002 Gordon Rowell <gordonr@e-smith.com>
401 - [0.0.1-02]
402 - Initial SRPM from CVS [gordonr 2600]
403
404 * Sun Dec 29 2002 Gordon Rowell <gordonr@e-smith.com>
405 - [0.0.1-1]
406 - Initial
407
408 %prep
409 %setup
410 %patch1 -p1
411 %patch2 -p1
412
413 %build
414 perl createlinks
415
416 %install
417 rm -rf $RPM_BUILD_ROOT
418 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
419 rm -f %{name}-%{version}-%{release}-filelist
420 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
421 --dir /var/service/spamd 'attr(01755,root,root)' \
422 --file /var/service/spamd/down 'attr(0644,root,root)' \
423 --file /var/service/spamd/run 'attr(0755,root,root)' \
424 --dir /var/service/spamd/log 'attr(0755,root,root)' \
425 --dir /var/service/spamd/log/supervise 'attr(0700,root,root)' \
426 --dir /var/service/spamd/supervise 'attr(0700,root,root)' \
427 --file /var/service/spamd/log/run 'attr(0755,root,root)' \
428 --dir /var/log/spamd 'attr(2750,smelog,smelog)' \
429 --dir /var/spool/spamd 'attr(2750,spamd,spamd)' \
430 --dir /var/spool/spamd/.spamassassin 'attr(2750,spamd,spamd)' \
431 --file /etc/cron.hourly/sa-restart 'attr(0755,root,root)' \
432 > %{name}-%{version}-%{release}-filelist
433
434 %pre
435 /sbin/e-smith/create-system-user spamd 1005 \
436 'spamassassin daemon user' /var/spool/spamd /bin/false
437
438 %clean
439 rm -rf $RPM_BUILD_ROOT
440
441 %post
442
443 %files -f %{name}-%{version}-%{release}-filelist
444 %defattr(-,root,root)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed