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

Annotation of /rpms/smeserver-spamassassin/sme10/smeserver-spamassassin.spec

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


Revision 1.23 - (hide annotations) (download)
Tue Mar 16 20:54:07 2021 UTC (3 years, 2 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-spamassassin-2_7_0-9_el7_sme
Changes since 1.22: +5 -2 lines
* Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-9.sme
- clean rsyslog syntax for spamd [SME: 11422]

1 jpp 1.23 # $Id: smeserver-spamassassin.spec,v 1.22 2021/02/23 17:14:33 jpp Exp $
2 stephdl 1.1
3     Summary: SME Server - spamassassin anti-spam module
4     %define name smeserver-spamassassin
5     Name: %{name}
6 jcrisp 1.10 %define version 2.7.0
7 jpp 1.23 %define release 9
8 stephdl 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: GPL
11     Group: Networking/Daemons
12     Source: %{name}-%{version}.tar.xz
13 jpp 1.11 Patch0: smeserver-spamassassin-2.7.0-bz11166-update.patch
14 jpp 1.15 Patch1: smeserver-spamassassin-2.7.0-bz11361-spamd-fails.patch
15 jpp 1.16 Patch2: smeserver-spamassassin-2.7.0-bz11362-logging.patch
16 jpp 1.19 Patch3: smeserver-spamassassin-2.7.0-bz11375-remove-spamd.patch
17 jcrisp 1.10
18 stephdl 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
19     Requires: e-smith-email >= 4.13.0-38
20     Requires: headermatch
21 jcrisp 1.10 Requires: spamassassin >= 3.4.4
22 stephdl 1.1 Requires: perl(Crypt::OpenSSL::Bignum)
23     Requires: perl(IO::Socket::INET6)
24     Requires: perl(IP::Country)
25     Requires: perl(Net::DNS) >= 0.34-1
26     Requires: perl(Net::Ident)
27     Requires: perl(Compress::Zlib)
28     Requires: perl(Mail::DKIM)
29     Requires: ucspi-tcp daemontools
30     Requires: e-smith-lib >= 1.13.1-90
31     Requires: e-smith-base >= 4.13.16
32     Requires: e-smith-qmail >= 1.9.0-09sme02
33 jcrisp 1.10 Requires: smeserver-clamav >= 2.7.0
34 vip-ire 1.4 Requires: perl-Razor-Agent
35 jpp 1.13 Requires: DCC
36 stephdl 1.1 Requires: pyzor
37     Obsoletes: FuzzyOcr
38     Obsoletes: e-smith-spamassassin
39     Provides: e-smith-spamassassin
40     BuildArchitectures: noarch
41     BuildRequires: e-smith-devtools >= 1.11.0-12
42     AutoReqProv: no
43    
44     %description
45     SME Server - spamassassin anti-spam module
46    
47     %changelog
48 jpp 1.23 * Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-9.sme
49     - clean rsyslog syntax for spamd [SME: 11422]
50    
51 jpp 1.22 * Tue Feb 23 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-8.sme
52     - remove warning while trying to delete file when missing in post script [SME: 11375]
53    
54 jpp 1.18 * Sun Feb 21 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-7.sme
55     - remove spamd reference as service use spamassassin.service [SME: 11375]
56     migrate spamd propertie SpamLearning to spamassassin
57     template for /etc/sysconfig/spamassassin, revert --allow-tell option
58     stop spamassassin spamd and delete /etc/systemd/system/spamassassin.service link if exists
59    
60 jpp 1.17 * Sun Feb 21 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-6.sme
61     - fix typo [SME: 11361]
62    
63 jpp 1.14 * Thu Feb 18 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-5.sme
64     - fix spamd unable to load [SME: 11361]
65 jpp 1.16 - redirect spamd loging to spamd.log instead of message [SME: 11362]
66 jpp 1.14
67 jpp 1.13 * Wed Feb 17 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-4.sme
68     - add requires DCC as we have built it [SME: 11065]
69    
70 jpp 1.12 * Fri Jan 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-3.sme
71 jpp 1.11 - fix smeserver-spamassassin-update event fix [SME: 11166]
72    
73 jcrisp 1.10 * Wed Dec 16 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.7.0-1
74     - Start systemd migration. Remove symlinks [SME: 11224]
75     - remove refresh clam as this will be provided by clamav
76     - require spamassassin 3.4.4 +
77    
78 unnilennium 1.9 * Wed Jun 28 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme
79     - disable auto_learn by default when enabling Bayes [SME: 8160]
80     - added properties UseBayesAutoLearn, BayesAutoLearnThresholdSpam and BayesAutoLearnThresholdNonSpam
81    
82 vip-ire 1.8 * Wed Mar 8 2017 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-7.sme
83     - Rewrite spamd run script to add support for --allow-tell [SME: 10137]
84    
85 vip-ire 1.7 * Wed Apr 20 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-6.sme
86     - Add X-Spam-Details header (and simplify X-Spam-Status) [SME: 9471]
87    
88 unnilennium 1.6 * Fri Mar 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme
89     - fix claim to own /usr/bin [SME: 9348]
90     - rebuild for Bug [SME: 9347]
91    
92 vip-ire 1.4 * Fri Mar 18 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-4.sme
93     - Update dependency for perl-Razor-Agent [SME: 9336]
94    
95 vip-ire 1.3 * Fri Mar 18 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme
96     - Remove dependency on dcc as it's non free software [SME: 9331]
97    
98 unnilennium 1.2 * Fri Mar 18 2016 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-2.sme
99     - Change Requires DCC to dcc [SME: 9343]
100    
101 stephdl 1.1 * Sat Feb 06 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme
102     - Initial release to sme10
103    
104     * Thu Jan 07 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-6.sme
105     - Disable ipv6 support to prevent a warning during startup [SME: 9153]
106    
107     * Wed Jan 29 2014 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme
108     - Remove workarounds for how qpsmtpd tags spam email [SME: 8109]
109     - Fix whitespace in 10required_score
110    
111     * Thu Jan 2 2014 Ian Wells <esmith@wellsi.com> 2.4.0-4.sme
112     - Include /usr/bin/refreshclam [SME: 8108]
113    
114     * Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme
115     - Load TextCat plugin if ok_languages is enabled [SME: 7757]
116    
117     * Sun May 19 2013 chris burnat <devlist@burnat.com> 2.4.0-2.sme
118     - Fix how qpsmtpd tags spam email, codes by Charlie Brady [SME: 7604]
119    
120     * Wed Feb 6 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
121     - Roll new stream for sme9
122    
123     * Sun Apr 8 2012 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-9
124     - Add template fragment for pyzor timeout [SME: 6896]
125    
126     * Fri Jan 20 2012 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-8
127     - Actually apply patch to remove spamd restart from bootstrap-console-save event [SME: 6717]
128    
129     * Fri Dec 23 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-7
130     - Remove spamd restart from bootstrap-console-save event [SME: 6717]
131    
132     * Sat Aug 7 2010 Ian Wells <esmith@wellsi.com> 2.2.0-6.sme
133     - Work around how qpsmtpd tags spam email, by Michael McCarn [SME: 5603]
134    
135     * Mon Apr 19 2010 Shad L. Lords <slords@mail.com> 2.2.0-5.sme
136     - Remove cron.daily jobs that are no longer needed
137     - Previous patch make spamassassin restart correctly [SME: 3304]
138     - Newer spamassassin imports keys on install [SME: 5889]
139    
140     * Wed Feb 17 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-4.sme
141     - Requires SpamAssassin 3.3.0 [SME: 5741]
142     - Remove FuzzyOcr [SME: 5771]
143     - Use ATrpm package (partially remove previous patch)
144    
145     * Tue Feb 16 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-3.sme
146     - Requires SpamAssassin 3.3.0 [SME: 5741]
147     - Remove FuzzyOcr [SME: 5771]
148     - Run sa-update every two hours and check restart every hour
149     - Redirect cron job output to logfile to avoid mail noise
150    
151     * Tue Nov 25 2008 Giacomo Sanchietti <giacomo@nethesis.it> 2.2.0-2.sme
152     - Fix invalid service name in sa-update [SME: 3304]
153    
154     * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
155     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
156    
157     * Sat Mar 9 2008 chris burnat <devlist@burnat.com> 1.4.0-18
158     - Edit and rename deprecated template fragment [SME: 3857]
159    
160     * Tue Dec 25 2007 Shad L. Lords <slords@mail.com> 1.4.0-17
161     - Import all spamassassin keys correctly [SME: 3206]
162    
163     * Sat Sep 8 2007 Shad L. Lords <slords@mail.com> 1.4.0-16
164     - Import spamassassin keys correctly [SME: 3206]
165    
166     * Thu Sep 6 2007 Shad L. Lords <slords@mail.com> 1.4.0-15
167     - Import spamassassin keys if sa_update is found [SME: 3206]
168     - Restart spamassassin if update successful [SME: 3351]
169    
170     * Sun Jun 24 2007 Shad L. Lords <slords@mail.com> 1.4.0-14
171     - Fix log (lint) noise [SME: 3100]
172    
173     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
174     - Clean up spec so package can be built by koji/plague
175    
176     * Sun Feb 18 2007 Shad L. Lords <slords@mail.com> 1.4.0-13
177     - Add FuzzyOcr to spamassassin to detect graphic spam [SME: 1985]
178    
179     * Fri Feb 16 2007 Shad L. Lords <slords@mail.com> 1.4.0-12
180     - Change runsvctrl to sv to support runit v1.7.x [SME: 2486]
181    
182     * Wed Jan 24 2007 Shad L. Lords <slords@mail.com> 1.4.0-11
183     - Add requires for new spamassassin modules
184    
185     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
186     - Update to new release naming. No functional changes.
187     - Make Packager generic
188    
189     * Fri Nov 10 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.0-09
190     - Only match X-Spam-Status in headers, via headermatch [SME: 1924]
191    
192     * Thu Jul 13 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.0-08
193     - Anchor X-Spam-Status check to start of line [SME: 1712]
194    
195     * Wed Jun 14 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.0-07
196     - Missing space in last change [SME: 1571]
197    
198     * Wed Jun 14 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.0-06
199     - Add check for spamassassin{UseAutoWhitelist}, defaulting to 0 (off)
200     [SME: 1571]
201    
202     * Fri Jun 9 2006 Shad L. Lords <slords@mail.com> 1.4.0-05
203     - Add path/perm for auto_whitelist [SME: 1571]
204    
205     * Fri Jun 9 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.0-04
206     - Adjust perl dependencies to perl module rather than RPM [SME: 1548]
207    
208     * Fri Jun 9 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.0-03
209     - Correct previous changelog and rebuild [SME: 1548]
210    
211     * Wed Jun 7 2006 Shad L. Lords <slords@mail.com> 1.4.0-02
212     - Update config for spamassassin 3.10+ [SME: 1548]
213    
214     * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.4.0-01
215     - Roll stable stream version. [SME: 1016]
216    
217     * Wed Feb 22 2006 Gavin Weight <gweight@gmail.com> 1.3.0-07
218     - Renamed 40customScore_BAYES_90 to 40customScore_BAYES_95,
219     Edited 40customScore_BAYES_95 to change 90 to 95. [SME: 836]
220    
221     * Tue Feb 7 2006 Shad L. Lords <slords@mail.com> 1.3.0-06
222     - Add db default for wbl.global_to|type [SME: 693]
223    
224     * Sat Jan 28 2006 Shad L. Lords <slords@mail.com> 1.3.0-05
225     - Add global white/black lists for to addresses [SME: 594]
226    
227     * Thu Nov 03 2005 Filippo Carletti <carletti@mobilia.it> 1.3.0-04
228     - Avoid runit spinning if spamd is disabled [SF: 1312897]
229    
230     * Wed Nov 02 2005 Filippo Carletti <carletti@mobilia.it> 1.3.0-03sme01
231     - Start spamd only if spam filter is enabled [SF: 1312897]
232    
233     * Mon Oct 10 2005 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-03
234     - Migrate SortSpam property from 0/1 to disabled/enabled [SF: 1321319]
235    
236     * Fri Oct 7 2005 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-02
237     - Clear qmail{DeliveryInstruction} and qmail{DeliveryType} if
238     they were set for the obsoleted sortspam [SF: 1315596]
239    
240     * Fri Sep 23 2005 Gordon Rowell <gordonr@gormand.com.au>
241     - [1.3.0]
242     - Package renamed to smeserver-spamassassin
243    
244     * Fri Sep 23 2005 Gordon Rowell <gordonr@gormand.com.au>
245     - [1.1.0-08sme01]
246     - Simplify .qmail template fragment and add Requires header
247     for recent e-smith-qmail since we need 00setup from it [SF: 1252336]
248    
249     * Tue Aug 2 2005 Shad Lords <slords@email.com>
250     - [1.1.0-08]
251     - Prepare for change of default database location. [SF: 1216546]
252    
253     * Tue May 31 2005 Charlie Brady <charlieb@e-smith.com>
254     - [1.1.0-07]
255     - Default spamassassin{RejectLevel}==0 [Gordon SF:1202399]
256    
257     * Fri May 13 2005 Charlie Brady <charlieb@e-smith.com>
258     - [1.1.0-06]
259     - Another update from Gordon.
260     - Use condredirect (redirecting to $USERNAME-junkmail)
261     instead of sortspam [SF:1200336]
262     - Provide template for .qmail-junkmail
263     - Remove db defaults for qmail{DeliveryType,DeliveryInstruction}.
264     We don't want one delivery instruction, we want as many as the
265     user has requested. Each instruction should be enabled/disabled
266     on a global and per-user basis, as per SortSpam
267     - TODO: Simplify e-smithForward20 in e-smith-email
268    
269     * Fri May 13 2005 Charlie Brady <charlieb@e-smith.com>
270     - [1.1.0-05]
271     - Really add the new files in last patch from Shad/Gordon.
272    
273     * Thu May 5 2005 Charlie Brady <charlieb@e-smith.com>
274     - [1.1.0-04]
275     - Various contributions from Shad Lords and Gordon Rowell, as follows
276     - Add sortspam from Shad Lords' e-smith-spamassassin
277     - Add lots of config entries and local.cf templates, also from Shad
278     - Modified templates to match new config db names
279     - Add migrate fragments
280    
281     * Wed Apr 27 2005 Charlie Brady <charlieb@e-smith.com>
282     - [1.1.0-03]
283     - Change Requires header to "razor-agents".
284    
285     * Mon Mar 21 2005 Charlie Brady <charlieb@e-smith.com>
286     - [1.1.0-02]
287     - Update config for SpamAssassin 3.0.2
288    
289     * Wed Feb 4 2004 Michael Soulier <msoulier@e-smith.com>
290     - [1.1.0-01]
291     - rolling to dev - 1.1.0
292    
293     * Wed Feb 4 2004 Michael Soulier <msoulier@e-smith.com>
294     - [1.0.0-01]
295     - rolling to stable - 1.0.0
296    
297     * Thu Aug 28 2003 Michael Soulier <msoulier@e-smith.com>
298     - [0.0.8-02]
299     - Added K* init symlinks to runlevels 0, 1 and 6. [msoulier 9761]
300    
301     * Thu Jun 26 2003 Gordon Rowell <gordonr@e-smith.com>
302     - [0.0.8-01]
303     - Enable spamd by default [gordonr 9183]
304     - Simplify spamassassin-update script [gordonr 9183]
305     - Resolve spamd/spamassassing directory confusion [gordonr 9183]
306     - Change spamd use home directory to /var/spool/spamd [gordonr 9183]
307     - Log as smelog user in /var/log/spamd [gordonr 9183]
308     - Update SPEC file with new genfilelist [gordonr 9183]
309    
310     * Fri Jun 20 2003 Gordon Rowell <gordonr@e-smith.com>
311     - [0.0.7-23]
312     - Add path to /service/spamd so restart works [gordonr 9095]
313    
314     * Mon Jun 9 2003 Gordon Rowell <gordonr@e-smith.com>
315     - [0.0.7-22]
316     - Put back skip_rbl_checks|0 default [gordonr 8952]
317    
318     * Mon Jun 9 2003 Gordon Rowell <gordonr@e-smith.com>
319     - [0.0.7-21]
320     - Generate the correct config lines, and make each fragment
321     valid perl [gordonr 8960]
322    
323     * Mon Jun 9 2003 Gordon Rowell <gordonr@e-smith.com>
324     - [0.0.7-20]
325     - Move spamassassin configuration parameters into main configdb
326     as properties of the spamassassing service [gordonr 8960]
327    
328     * Mon Jun 9 2003 Charlie Brady <charlieb@e-smith.com>
329     - [0.0.7-19]
330     - Change config to use RBLs by default. [charlieb 8952]
331    
332     * Wed Jun 4 2003 Charlie Brady <charlieb@e-smith.com>
333     - [0.0.7-18]
334     - Use create-system-user to create spamd user. [charlieb 6033]
335    
336     * Tue Apr 22 2003 Gordon Rowell <gordonr@e-smith.com>
337     - [0.0.7-17]
338     - Removed %post call - already done in various events [gordonr 2600]
339    
340     * Tue Apr 22 2003 Gordon Rowell <gordonr@e-smith.com>
341     - [0.0.7-16]
342     - Changed spamd uid (1003 already taken) - [gordonr 8368]
343    
344     * Mon Apr 21 2003 Gordon Rowell <gordonr@e-smith.com>
345     - [0.0.7-15]
346     - Let useradd add the group in %pre. Don't fail %pre if the uid is not
347     unique [gordonr 8368]
348    
349     * Wed Apr 9 2003 Charlie Brady <charlieb@e-smith.com>
350     - [0.0.7-14]
351     - Replace serviceControl() calls with "svc-stop" or "svc -t" as required,
352     so that messages don't leak to console when spamd is restarted.
353     [charlieb 7883]
354    
355     * Thu Apr 3 2003 Gordon Rowell <gordonr@e-smith.com>
356     - [0.0.7-13]
357     - Removed dangling panel link [gordonr 7787]
358    
359     * Wed Apr 2 2003 Charlie Brady <charlieb@e-smith.com>
360     - [0.0.7-12]
361     - Add default DeliveryInstruction andi DeliveryType default
362     properties for qmail, so that "sortspam" is used for local delivery.
363     Update e-smith-email "requires" version to suit. [charlieb 2600]
364     - Change Copyright header to License. [charlieb]
365    
366     * Wed Apr 2 2003 Charlie Brady <charlieb@e-smith.com>
367     - [0.0.7-11]
368     - Remove panel code. Greg's panel code can now be found in
369     e-smith-spamassassin-panel. [charlieb 7787]
370     - Split action into spamassassin config/restart and procmail
371     configure sections. Latter is not yet liked into any
372     actions. [charlieb 2600]
373     - Remove db initialization parts of action script - init done by
374     'defaults' fragments. [charlieb 7526]
375     - Do stop/restart of 'spamd', not 'spamassassin'. [charlieb 2600]
376    
377     * Fri Mar 28 2003 Gordon Rowell <gordonr@e-smith.com>
378     - [0.0.7-10]
379     - Change panel Spam Control -> Spam filtering [gordonr 2600]
380    
381     * Fri Mar 28 2003 Charlie Brady <charlieb@e-smith.com>
382     - [0.0.7-09]
383     - Fix problem with sorting of sensitivity labels in panel [charlieb 7910]
384    
385     * Tue Mar 25 2003 Charlie Brady <charlieb@e-smith.com>
386     - [0.0.7-08]
387     - Remove -c from run file which starts spamd - we don't want to try
388     to create missing user config files. [charlieb 2600]
389     - Create user spamd and run spamd as that userid. [charlieb 2600]
390    
391     * Mon Mar 17 2003 Charlie Brady <charlieb@e-smith.com>
392     - [0.0.7-07]
393     - Add conf.global and wbl.global default configuration data. [charlieb 2600]
394    
395     * Fri Mar 14 2003 Charlie Brady <charlieb@e-smith.com>
396     - [0.0.7-06]
397     - Various fixes to spamassassin db initialization templates - mostly CVS
398     repository issues. [charlieb 2600]
399    
400     * Fri Mar 14 2003 Charlie Brady <charlieb@e-smith.com>
401     - [0.0.7-05]
402     - Add the panel link for the new panel. Configure spamd to be paranoid
403     and to create no use config files. [charlieb 2600]
404    
405     * Fri Mar 14 2003 Charlie Brady <charlieb@e-smith.com>
406     - [0.0.7-04]
407     - Remove Greg's full-featured spamassassin panel. Consult CVS if you want
408     to resurrect any of the code. [charlieb 2600]
409    
410     * Fri Mar 14 2003 Charlie Brady <charlieb@e-smith.com>
411     - [0.0.7-03]
412     - Fix the minimal FM panel so that it runs. [charlieb 2600]
413     - Fix compile problems in spamassassin-update script. [charlieb 2600]
414    
415     * Fri Mar 14 2003 Charlie Brady <charlieb@e-smith.com>
416     - [0.0.7-02]
417     - Add starter en-us lexicon for FM version of the panel. [charlieb 2600]
418    
419     * Fri Mar 14 2003 Charlie Brady <charlieb@e-smith.com>
420     - [0.0.7-01]
421     - Use new defaults directory structure to initialize db entries.
422     Add minimal Fm web panel. Add spamassassin-update to email-update
423     and bootstrap-console-save events. [charlieb 2600]
424    
425     * Tue Feb 4 2003 Gordon Rowell <gordonr@e-smith.com>
426     - [0.0.6-01]
427     - Roll new source tarball after the merge [gordonr 2600]
428    
429     * Tue Feb 4 2003 Gordon Rowell <gordonr@e-smith.com>
430     - [0.0.5-04]
431     - Merged in Greg Zartman's <greg@leiinc.com> contrib
432    
433     * Wed Jan 29 2003 Greg Zartman <greg@leiinc.com>
434     - Fixed a small typo in spamassassin server-manager
435     panel that caused a menu label to not show correctly
436    
437     * Wed Jan 29 2003 Greg Zartman <greg@leiinc.com>
438     - [0.0.1-1]
439     - initial Alpha release
440    
441     * Sun Dec 29 2002 Gordon Rowell <gordonr@e-smith.com>
442     - [0.0.5-03]
443     - And rename /service/spamd as well [gordonr 2600]
444    
445     * Sun Dec 29 2002 Gordon Rowell <gordonr@e-smith.com>
446     - [0.0.5-02]
447     - Renamed spamassassin -> spamd to avoid conflict with spamassassin's
448     init script [gordonr 2600]
449    
450     * Sun Dec 29 2002 Gordon Rowell <gordonr@e-smith.com>
451     - [0.0.5-01]
452     - Removed stray /etc/tcprules directory [gordonr 2600]
453    
454     * Sun Dec 29 2002 Gordon Rowell <gordonr@e-smith.com>
455     - [0.0.4-01]
456     - Deleted some detritus [gordonr 2600]
457    
458     * Sun Dec 29 2002 Gordon Rowell <gordonr@e-smith.com>
459     - [0.0.3-01]
460     - And an -as-source run to build the initial version [gordonr 2600]
461    
462     * Sun Dec 29 2002 Gordon Rowell <gordonr@e-smith.com>
463     - [0.0.2-02]
464     - Missed some files on initial import [gordonr 2600]
465    
466     * Sun Dec 29 2002 Gordon Rowell <gordonr@e-smith.com>
467     - [0.0.2-01]
468     - Initial import to 0.0.2
469    
470     * Sun Dec 29 2002 Gordon Rowell <gordonr@e-smith.com>
471     - [0.0.1-02]
472     - Initial SRPM from CVS [gordonr 2600]
473    
474     * Sun Dec 29 2002 Gordon Rowell <gordonr@e-smith.com>
475     - [0.0.1-1]
476     - Initial
477    
478     %prep
479     %setup
480 jpp 1.11 %patch0 -p1
481 jpp 1.15 %patch1 -p1
482 jpp 1.14 rm -rf root/etc/e-smith/templates/usr/
483     rm -rf root//usr/lib/systemd/system/spamd.service.d
484 jpp 1.16 %patch2 -p1
485 jpp 1.20 %patch3 -p1
486 jpp 1.18 rm -rf root/etc/e-smith/db/configuration/defaults/spamd
487 jpp 1.14
488 stephdl 1.1 %build
489     perl createlinks
490    
491     %install
492     rm -rf $RPM_BUILD_ROOT
493     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
494     rm -f %{name}-%{version}-%{release}-filelist
495     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
496     --dir /var/log/spamd 'attr(2750,smelog,smelog)' \
497     --dir /var/spool/spamd 'attr(2750,spamd,spamd)' \
498     --dir /var/spool/spamd/.spamassassin 'attr(2750,spamd,spamd)' \
499     --file /etc/cron.hourly/sa-restart 'attr(0755,root,root)' \
500 jcrisp 1.10 --dir /usr/lib/systemd/system/spamd.service.d 'attr(0755,root,root)' \
501     --dir /usr/lib/systemd/system/spamassassin.service.d 'attr(0755,root,root)' \
502 stephdl 1.1 > %{name}-%{version}-%{release}-filelist
503    
504     %pre
505     /sbin/e-smith/create-system-user spamd 1005 \
506     'spamassassin daemon user' /var/spool/spamd /bin/false
507 jpp 1.18 #clean 10.0b1 bad choice
508     if [[ -L "/etc/systemd/system/spamassassin.service" ]]; then
509 jpp 1.21 unlink /etc/systemd/system/spamassassin.service; fi
510 jpp 1.18 if [[ -L "/usr/lib/systemd/system/spamassassin.service" ]]; then
511     /usr/bin/systemctl stop spamd.service
512     /usr/bin/systemctl stop spamassassin.service
513     fi
514    
515    
516 stephdl 1.1
517     %clean
518     rm -rf $RPM_BUILD_ROOT
519    
520     %post
521    
522 jcrisp 1.10 # Cleanup old files
523 jpp 1.22 if [[ -d /var/lib/spamassassin/3.004000 ]]; then
524     rm -rf /var/lib/spamassassin/3.004000 2>/dev/null || true
525     fi
526 jcrisp 1.10
527     if [[ ! -d /var/lib/spamassassin/3.004004 ]]; then
528     echo "Installing new spam databases - please be patient"
529     nc -z 8.8.8.8 53 >/dev/null 2>&1
530     online=$?
531     if [ $online -eq 0 ]; then
532     echo "Server Online - updating"
533     /usr/bin/sa-update -v
534     else
535     echo "Offline - please check your network connection and then run sa-update manually"
536     fi
537     fi
538    
539 jpp 1.22 if [[ -d /usr/lib/systemd/system/spamd.service.d ]]; then
540     rm -rf /usr/lib/systemd/system/spamd.service.d
541     fi
542 jpp 1.14
543 stephdl 1.1 %files -f %{name}-%{version}-%{release}-filelist
544     %defattr(-,root,root)

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