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