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

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

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


Revision 1.17 - (hide annotations) (download)
Sat Jan 1 04:01:58 2022 UTC (2 years, 5 months ago) by terryfage
Branch: MAIN
CVS Tags: smeserver-clamav-2_7_0-13_el7_sme
Changes since 1.16: +7 -2 lines
* Sat Jan 01 2022 Terry Fage <tfage@yahoo.com.au> 2.7.0-13.sme
- fix property name error 2.7.0-12.sme [SME: 11695]

1 terryfage 1.17 # $Id: smeserver-clamav.spec,v 1.16 2021/12/30 08:34:13 terryfage Exp $
2 stephdl 1.1
3     Summary: SME Server module to configure clamav
4     %define name smeserver-clamav
5     Name: %{name}
6 jcrisp 1.5 %define version 2.7.0
7 terryfage 1.17 %define release 13
8 stephdl 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: GPL
11     Group: System Environment/Base
12     Source: %{name}-%{version}.tar.xz
13 jpp 1.6 Patch0: smeserver-clamav-2.7.0-bz11103-improvements.patch
14 jpp 1.9 Patch1: smeserver-clamav-2.7.0-bz11313-clamdtop.patch
15 jpp 1.10 Patch2: smeserver-clamav-2.7.0-bz11520-clamd2scan.conf.patch
16 jpp 1.14 Patch3: smeserver-clamav-2.7.0-bz11755-identify-freshclam-error.patch
17 jpp 1.15 Patch4: smeserver-clamav-2.7.0-bz11695-properties.patch
18 terryfage 1.17 Patch5: smeserver-clamav-2.7.0-bz11695-propertyfix.patch
19 jpp 1.6
20 stephdl 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
21     BuildArchitectures: noarch
22     Requires: e-smith-lib
23 jcrisp 1.5 Requires: e-smith-base >= 5.8.0-63
24     Requires: clamav >= 0.103
25     Requires: clamd >= 0.103
26     Requires: clamav-data
27     Requires: clamav-update
28 stephdl 1.1 Requires: e-smith-formmagick >= 1.4.0-12
29 jcrisp 1.5 Requires: smeserver-spamassassin >= 2.7.0
30 stephdl 1.1 Provides: e-smith-clamav
31     Obsoletes: e-smith-clamav
32     Obsoletes: e-smith-antivirus
33     Obsoletes: clamav-es
34     Obsoletes: clamav-es-libs
35     BuildRequires: e-smith-devtools
36    
37     %description
38     SME Server enhancement to configure and run clamd and freshclam
39    
40     %changelog
41 terryfage 1.17 * Sat Jan 01 2022 Terry Fage <tfage@yahoo.com.au> 2.7.0-13.sme
42     - fix property name error 2.7.0-12.sme [SME: 11695]
43    
44 terryfage 1.16 * Mon Dec 20 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-12.sme
45     - fix spec file error 2.7.0-11.sme [SME: 11474]
46    
47 jpp 1.15 * Mon Dec 20 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-11.sme
48     - rename property ArchiveBlockEncrypted to AlertEncrypted as per upstream [SME: 11695]
49     added properties AlertBrokenExecutables AlertExceedsMax AlertOLE2Macros
50     AlertPartitionIntersection AlertPhishingCloak and AlertPhishingSSLMismatch
51     with default no
52     added property HeuristicAlerts with default yes
53     - fix noise on centos2sme [SME: 11474]
54    
55 jpp 1.14 * Mon Nov 15 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-10.sme
56     - identify from which server is freshclam error [SME: 11755]
57     fix from Graeme Fleming
58    
59 jpp 1.13 * Wed Jun 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-9.sme
60     - fix typo in logrotate [SME: 11608]
61    
62 jpp 1.12 * Sun Apr 18 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-8.sme
63 jpp 1.11 - fix typo and missing +x [SME: 11520]
64    
65 jpp 1.10 * Wed Apr 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-6.sme
66     - fix issues with non epel standard scan.conf [SME: 11520]
67     move clamd.conf to scan.conf
68     remove alias for clamtop
69     add a wrapper for clamdscan to force --fdpass
70    
71 jpp 1.9 * Fri Jan 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-5.sme
72     - ease use of clamdtop [SME: 11313]
73    
74 jpp 1.8 * Wed Jan 06 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-4.sme
75 jpp 1.7 - fix Transaction check error [SME: 11311]
76    
77 jpp 1.6 * Sat Jan 02 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-2.sme
78     - add pid folder /run/clamd/ [SME: 11103]
79     few improvements
80     - create update event [SME: 11162]
81    
82 jcrisp 1.5 * Wed Dec 16 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.7.0-1
83     - Updated to use 0.103+ from EPEL [SME: 11194]
84 jpp 1.6 - Updated to use systemd for clamd [SME: 11103]
85     - Updated to use systemd for freshclam [SME: 11104]
86 jcrisp 1.5
87 jpp 1.4 * Tue Nov 26 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme
88     - increase lower memory limit to 1GB [SME: 10833]
89    
90 jpp 1.3 * Thu Oct 24 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme
91     - fix for AllowSupplementaryGroups warning [SME: 10813]
92     thanks to bunkobugsy
93    
94 vip-ire 1.2 * Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme
95     - Rebuild for [SME: 9393]
96    
97 stephdl 1.1 * Sat Feb 06 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme
98     - Initial release to sme10
99    
100     * Tue Dec 1 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-5.sme
101     - Disable unofficial sigs for filesystem scans [SME: 9142]
102    
103     * Tue Sep 8 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4.sme
104     - Double the memory limit as we do not have enough room [SME: 8933]
105    
106     * Thu Jul 3 2014 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme
107     - Increase MemLimit to 700M for clamav-0.98 [SME: 8483]
108    
109     * Mon Jul 8 2013 Chris Burnat <devlist@burnat.com> 2.4.0-2.sme
110     - Move clamscan scheduling to complete before 99-raid-check [SME: 7758]
111    
112     * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
113     - Roll new stream for sme9
114    
115     * Mon Jun 14 2010 Ian Wells <esmith@wellsi.com> 2.2.0-12.sme
116     - Re-work patch to improve and document template [SME: 6011]
117    
118     * Sat Jun 5 2010 Ian Wells <esmith@wellsi.com> 2.2.0-11.sme
119     - template /etc/cron.daily/freshclam, and make it a NO-OP [SME: 6011]
120    
121     * Sun Apr 18 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-10.sme
122     - Increase MemLimit to 600M for clamav-0.96 [SME: 5868]
123    
124     * Fri Apr 02 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-9.sme
125     - Increase MemLimit to 300M for clamav-0.96 [SME: 5868]
126    
127     * Sat Feb 6 2010 Stephen Noble <support@dungog.net> 2.2.0-8.sme
128     - Setup logrotate for /var/log/clamd/clamscan.log [SME: 5570]
129    
130     * Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-7.sme
131     - Remove create option from logrotate configuration [SME: 5570]
132     - Fix version number in previous changelog entry
133    
134     * Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-6.sme
135     - Setup logrotate for /var/log/clamd/smeserver-clamscan.log [SME: 5570]
136     - Minor changelog fixes in version number
137    
138     * Wed Nov 4 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme
139     - Change default value for HeuristicScanPrecedence to yes [SME: 5204]
140    
141     * Tue Jun 2 2009 Shad L. Lords <slords@mail.com> 2.2.0-4.sme
142     - Fix permissions on freshclam.conf file [SME: 5319]
143    
144     * Mon Apr 13 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-3.sme
145     - Add HeuristicScanPrecedence option, default disabled [SME: 4598]
146    
147     * Thu Nov 27 2008 Stephen Noble <support@dungog.net> 2.2.0-2.sme
148     - Obsolete e-smith-antivirus [SME: 4786]
149    
150     * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
151     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
152    
153     * Mon Sep 22 2008 Stephen Noble <support@dungog.net> 1.2.0-26
154     - Remove obsolete locale tags [SME: 4235]
155    
156     * Sun Aug 10 2008 Shad L. Lords <slords@mail.com> 1.2.0-25
157     - Remove links to crontab in all but clamav-update [SME: 4494]
158    
159     * Wed Apr 30 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-24
160     - Remove any /etc/cron.d/clamav file. We moved the content to /etc/crontab
161     [SME: 1047], but we need to remove any leftover file from earlier template
162     expansion, which, if present, could cause the nightly file scanning to be
163     run twice. [SME: 4266]
164    
165     * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-23
166     - Add common <base> tags to e-smith-formmagick's general [SME: 4288]
167    
168     * Fri Apr 25 2008 Charlie Brady <charlie_brady@mitel.com> 1.2.0-22
169     - Add Obsoletes headers to force removal of clamav-es and
170     clamav-es-libs. [SME 4167]
171    
172     * Fri Apr 18 2008 Shad L. Lords <slords@mail.com> 1.2.0-21
173     - Update defaults for clamav 0.93 [SME: 4223]
174    
175     * Fri Apr 18 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-20
176     - Move cron template from cron.d to crontab [SME: 1047]
177    
178     * Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 1.2.0-19
179     - Fix clamav version string [SME: 4060]
180    
181     * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.2.0-18
182     - Remove <base> tags now in general [SME: 3915]
183    
184     * Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.2.0-17
185     - Remove duplicate <base> entries [SME: 3890]
186    
187     * Mon Jan 07 2008 Stephen Noble <support@dungog.net> 1.2.0-16
188     - Cosmetic removal of word entire on panel [SME: 3483]
189    
190     * Thu Sep 06 2007 Filippo Carletti <filippo.carletti@gmail.com> 1.2.0-15
191     - Fix freshclam.conf permissions [SME: 3375]
192    
193     * Fri Jun 08 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.0-14
194     - Use full paths in update-failed script - tai64nlocal was not
195     being found in $PATH. [SME: 1686]
196    
197     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
198     - Clean up spec so package can be built by koji/plague
199    
200     * Wed Apr 18 2007 Shad L. Lords <slords@mail.com> 1.2.0-13
201     - Up memory limit for clamd again [SME: 2743]
202    
203     * Wed Feb 21 2007 Shad L. Lords <slords@mail.com> 1.2.0-12
204     - Up memory limit for clamd [SME: 2528]
205    
206     * Wed Feb 14 2007 Shad L. Lords <slords@mail.com> 1.2.0-11
207     - Update for clamav v0.90 [SME: 2508]
208    
209     * Tue Feb 13 2007 Shad L. Lords <slords@mail.com> 1.2.0-10
210     - Improve algorithm for displaying errors [SME: 1686]
211    
212     * Mon Feb 12 2007 Shad L. Lords <slords@mail.com> 1.2.0-9
213     - Improve sed expression for freshclam failures [SME: 1686]
214    
215     * Mon Feb 12 2007 Shad L. Lords <slords@mail.com> 1.2.0-8
216     - Allow clamav to read freshclam update log [SME: 1686]
217    
218     * Fri Jan 26 2007 Shad L. Lords <slords@mail.com> 1.2.0-7
219     - Provide more feedback on freshclam events [SME: 1686]
220    
221     * Wed Dec 13 2006 Federico Simoncelli <federico.simoncelli@gmail.com> 1.2.0-6
222     - Added support for options: max-ratio, no-html, no-mail. [SME: 2024]
223     - Redirected the stderr output to /var/log/clamd/smeserver-clamscan.log.
224     [SME: 2004]
225    
226     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
227     - Update to new release naming. No functional changes.
228     - Make Packager generic
229    
230     * Wed Nov 29 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-04
231     - Restrict filesystem scan to /home/e-smith/files by default [SME: 2082]
232    
233     * Sun Aug 27 2006 Charlie Brady <charlieb@e-smith.com> 1.2.0-03
234     - Fix --exclude arg syntax. [SME: 1889]
235    
236     * Fri Jun 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-02
237     - Fix typo in ArchiveBlockEntrypted [SME: 1584]
238    
239     * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-01
240     - Roll stable stream version. [SME: 1016]
241    
242     * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-10
243     - Restart crond in clamav-update so cron notices cron.d/clamav [SME: 966]
244    
245     * Wed Feb 8 2006 Gavin Weight <gweight@gmail.com> 1.1.2-09
246     - Added migrate fragment for clamav DatabaseMirror. [SME: 83]
247    
248     * Fri Jan 27 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-08
249     - Bump release number to ensure patch is in CVS
250    
251     * Wed Jan 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-07
252     - Expand MEMLIMIT in bootstrap-console-save (and don't attempt to
253     restart the service there)
254    
255     * Wed Jan 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-06
256     - Change back to softlimit -a [SME: 426]
257    
258     * Wed Jan 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-05
259     - Set db default for clamd{MemLimit}==80M and use it in the run script
260     - Expand templates in events rather than run file [SME: 426]
261    
262     * Mon Oct 17 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-04
263     - Fix typos in smeserver-clamscan [SF: 1304217]
264    
265     * Fri Oct 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-03
266     - Move all L10Ns to smeserver-locale [SF: 1309520]
267    
268     * Mon Sep 26 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-02
269     - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
270    
271     * Mon Sep 26 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-01
272     - Roll patches to 1.1.1-06
273     - Add German L10N
274    
275     * Mon Sep 26 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.1-06
276     - Exclude /var and all of /usr/share (not just /usr/share/doc) from
277     filesystem scan [SF: 1304217]
278    
279     * Fri Sep 23 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.1-05
280     - French L10N fixes [SF: 1242586]
281    
282     * Sat Aug 20 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.1-04
283     - French L10N - Merci Didier Rambeau [SF: 1242586]
284    
285     * Sat Aug 20 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.1-03
286     - Don't scan quarantine area, even if quarantining is disabled [SF: 1245655]
287    
288     * Fri Aug 19 2005 Charlie Brady <charlieb@e-smith.com> 1.1.1-02
289     - Add Provides: header, to satisfy any package which requires defunct
290     e-smith-clamav.
291    
292     * Thu Aug 18 2005 Gordon Rowell <gordonr@gormand.com.au>
293     - [1.1.1-01]
294     - Package renamed to smeserver-clamav [SF: 1263460]
295    
296     * Thu Aug 18 2005 Gordon Rowell <gordonr@gormand.com.au>
297     - [1.1.0-08sme02]
298     - Rename /sbin/e-smith/clamscan to smeserver-clamscan [SF: 1263460]
299    
300     * Thu Aug 18 2005 Gordon Rowell <gordonr@gormand.com.au>
301     - [1.1.0-08sme01]
302     - Disable quarantining by default, add panel toggle [SF: 1245655]
303    
304     * Tue Aug 9 2005 Gordon Rowell <gordonr@gormand.com.au>
305     - [1.1.0-08]
306     - Add --move=$clamav{QuarantineDirectory} to clamscan,
307     exclude directory from being scanned, add database default
308     and set permissions in spec file [SF: 1245655]
309    
310     * Thu Aug 4 2005 Charlie Brady <charlieb@e-smith.com>
311     - [1.1.0-07]
312     - Remove freshclam runs from clamav crontab template - we
313     now run supervised freshclam instance. [SF: 1251944]
314    
315     * Thu Aug 4 2005 Shad Lords <slords@mail.com>
316     - [1.1.0-06]
317     - Include db entry to exclude /proc, /sys and
318     /usr/share/doc from scans [SF: 1243741, 1243831]
319    
320     * Wed Jul 27 2005 Gordon Rowell <gordonr@gormand.com.au>
321     - [1.1.0-05]
322     - Exclude /proc, /sys and /usr/share/doc from scans
323     [SF: 1243741, 1243831]
324     - Run freshclam with --quiet instead of --verbose [SF: 1245602]
325    
326     * Fri Jul 22 2005 Charlie Brady <charlieb@e-smith.com>
327     - [1.1.0-04]
328     - Fix typo in en-us lexicon. [SF: 1242585]
329    
330     * Mon May 30 2005 Charlie Brady <charlieb@e-smith.com>
331     - [1.1.0-03]
332     - Fix last-updated section and labels [Gordon: SF-1200428]
333    
334     * Tue May 17 2005 Charlie Brady <charlieb@e-smith.com>
335     - [1.1.0-02]
336     - Add clamav-update event directory.
337     - Modify some of the panel code to avoid logging of multiple db property
338     transactions.
339    
340     * Fri May 13 2005 Gordon Rowell <gordonr@gormand.com.au>
341     - [1.1.0-01gr06]
342     - Read the timestamp of the clamav database files in the panel
343     to show the last updated time [SF:1200428]
344     - Change /sbin/e-smith/freshclam-update-ok to /bin/sh, with no
345     content.
346     - TODO: make the update mails configurable
347    
348     * Fri May 6 2005 Gordon Rowell <gordonr@gormand.com.au>
349     - [1.1.0-01gr05]
350     - And hide the sections
351    
352     * Fri May 6 2005 Gordon Rowell <gordonr@gormand.com.au>
353     - [1.1.0-01gr04]
354     - Fix up section bars
355    
356     * Fri May 6 2005 Gordon Rowell <gordonr@gormand.com.au>
357     - [1.1.0-01gr03]
358     - Removed the qmailscan_integration part of the panel
359     - Removed the database mirror select box. Anyone who isn't
360     satisfied with using db.local.clamav.net can set the hostname
361     in the database directly.
362     - Hid the updates and proxy sections, based on
363     $clamav{ShowProxySection} and $clamav{ShowUpdatesSection}
364     - Panel looks rather bare now
365     - Read the last updated date from $clamav{SignaturesUpdated}
366     - Modified /sbin/e-smith/freshclam-update-ok to set the above value
367     - Morphed /etc/clamscan template into /sbin/e-smith/clamscan,
368     which can read the db directly.
369    
370     * Fri May 6 2005 Gordon Rowell <gordonr@gormand.com.au>
371     - [1.1.0-01gr02]
372     - Use db.local.clamav.net by default (rather than db.us).
373    
374     * Fri May 6 2005 Gordon Rowell <gordonr@gormand.com.au>
375     - [1.1.0-01gr01]
376     - Bump version to 1.1.0-01gr01 to upgrade over Shad's 1.0.0
377     - Roll new tarball after major merge of Shad's work.
378    
379     * Fri May 6 2005 Gordon Rowell <gordonr@gormand.com.au>
380     - [0.0.1-06gr02]
381     - Cleaned up patch and startup symlinks
382    
383     * Fri May 6 2005 Gordon Rowell <gordonr@gormand.com.au>
384     - [0.0.1-06gr01]
385     - Merge in Shad Lords' e-smith-spamassassin work (based in part
386     on work from Damien Curtain) and panel
387     - Moved freshclam run script options to database defaults
388     - Created /sbin/e-smith/freshclam-update-{failed,ok}
389    
390     * Tue Apr 19 2005 Charlie Brady <charlieb@e-smith.com>
391     - [0.0.1-06]
392     - Add missing log directories.
393    
394     * Tue Apr 19 2005 Charlie Brady <charlieb@e-smith.com>
395     - [0.0.1-05]
396     - Don't start freshclam or clamd until after bootstrap-console.
397     - Move all symlink creation into createlinks script.
398    
399     * Mon Mar 21 2005 Charlie Brady <charlieb@e-smith.com>
400     - [0.0.1-04]
401     - Fix data directory in freshclam configuration.
402    
403     * Fri Feb 18 2005 Charlie Brady <charlieb@e-smith.com> 0.0.1-03
404     - Config fixes for clamav-0.83
405    
406     * Wed Feb 09 2005 Charlie Brady <charlieb@e-smith.com>
407     - [0.0.1-02]
408     - Add Requires headers for clamd and clamav-db.
409    
410     * Wed Feb 09 2005 Charlie Brady <charlieb@e-smith.com>
411     - [0.0.1-01]
412     - Initial
413    
414     %prep
415     %setup
416 jpp 1.6 %patch0 -p1
417     mkdir -p root/run/clamd
418     rm -rf root/etc/e-smith/templates/usr/lib/systemd/system/freshclam.service.d
419     rm -rf root/usr/lib/systemd/system/freshclam.service.d
420 jpp 1.9 %patch1 -p1
421 jpp 1.10 %patch2 -p1
422 jpp 1.14 %patch3 -p1
423 terryfage 1.16 %patch4 -p1
424 terryfage 1.17 %patch5 -p1
425 stephdl 1.1
426     %build
427     perl createlinks
428    
429     %pre
430 jpp 1.6 if [ $1 -gt 1 ] ; then
431     if [ -e /var/service/clamd/run ] ; then
432     /usr/bin/sv d clamd
433     /usr/bin/sv d clamd/log
434     fi
435     fi
436     if [ $1 -gt 1 ] ; then
437     if [ -e /var/service/freshclam/run ] ; then
438     /usr/bin/sv d freshclam
439     /usr/bin/sv d freshclam/log
440     fi
441     fi
442 stephdl 1.1 %post
443 jpp 1.10 # removing old conf file
444 jpp 1.11 if [[ -f /etc/clamd.d/clamd.conf ]]; then
445     rm -f /etc/clamd.d/clamd.conf
446 jpp 1.10 fi
447 jcrisp 1.5
448 jpp 1.10 #echo "Changing freshclam log owners"
449 jcrisp 1.5 if [[ -d /var/log/freshclam ]]; then
450     chown -R clamupdate:clamupdate /var/log/freshclam;
451     fi
452    
453 jpp 1.10 #echo "Changing clamd log owners"
454 jcrisp 1.5 if [[ -d /var/log/clamd ]]; then
455     chown -R clamscan:clamscan /var/log/clamd;
456     fi
457 stephdl 1.1
458     %install
459     rm -rf $RPM_BUILD_ROOT
460     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
461     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
462 jpp 1.6 --dir /run/clamd 'attr(2775,clamscan,virusgroup)' \
463 jcrisp 1.5 --dir /var/log/freshclam 'attr(2755,clamupdate,clamupdate)' \
464     --dir /var/log/clamd 'attr(2755,clamscan,clamscan)' \
465     --dir /var/spool/clamav/quarantine 'attr(2750,clamscan,clamscan)' \
466 jpp 1.12 --file /sbin/clamdscan 'attr(0755,root,root)' \
467 stephdl 1.1 --file /sbin/e-smith/freshclam-update-failed 'attr(0755,root,root)' \
468     --file /sbin/e-smith/freshclam-update-ok 'attr(0755,root,root)' \
469     --file /sbin/e-smith/smeserver-clamscan 'attr(0755,root,root)' \
470 jcrisp 1.5 --file /usr/lib/systemd/system/clamd.service 'attr(0644,root,root)' \
471     --file /usr/lib/systemd/system/freshclam.service 'attr(0644,root,root)' \
472     --dir /usr/lib/systemd/system/clamd.service.d 'attr(0755,root,root)' \
473     --dir /usr/lib/systemd/system/freshclam.service.d 'attr(0755,root,root)' \
474 stephdl 1.1 > %{name}-%{version}-%{release}-filelist
475    
476     %clean
477     rm -rf $RPM_BUILD_ROOT
478    
479     %files -f %{name}-%{version}-%{release}-filelist
480     %defattr(-,root,root)

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