1 |
wellsi |
1.26 |
# $Id: smeserver-clamav.spec,v 1.25 2010/04/18 17:28:15 snetram Exp $ |
2 |
slords |
1.17 |
|
3 |
slords |
1.1 |
Summary: SME Server module to configure clamav |
4 |
|
|
%define name smeserver-clamav |
5 |
|
|
Name: %{name} |
6 |
slords |
1.17 |
%define version 2.0.0 |
7 |
wellsi |
1.26 |
%define release 9 |
8 |
slords |
1.1 |
Version: %{version} |
9 |
|
|
Release: %{release}%{?dist} |
10 |
|
|
License: GPL |
11 |
|
|
Group: System Environment/Base |
12 |
|
|
Source: %{name}-%{version}.tar.gz |
13 |
snetram |
1.19 |
Patch0: smeserver-clamav-2.0.0-HeuristicScanPrecedence.patch |
14 |
slords |
1.20 |
Patch1: smeserver-clamav-2.0.0-fixperm.patch |
15 |
snetram |
1.21 |
Patch2: smeserver-clamav-2.0.0-logrotate.patch |
16 |
snetram |
1.22 |
Patch3: smeserver-clamav-2.0.0-nocreate.patch |
17 |
dungog |
1.23 |
Patch4: smeserver-clamav-2.0.0-logrotate.patch2 |
18 |
snetram |
1.24 |
Patch5: smeserver-clamav-2.0.0-MemLimit.patch |
19 |
wellsi |
1.26 |
Patch6: smeserver-clamav-2.0.0.crondaily.patch |
20 |
slords |
1.1 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
|
|
BuildArchitectures: noarch |
22 |
|
|
Requires: e-smith-lib |
23 |
slords |
1.15 |
Requires: e-smith-base |
24 |
snetram |
1.19 |
Requires: clamav >= 0.94 |
25 |
|
|
Requires: clamd >= 0.94 |
26 |
slords |
1.1 |
Requires: clamav-db |
27 |
snetram |
1.11 |
Requires: e-smith-formmagick >= 1.4.0-12 |
28 |
slords |
1.1 |
Provides: e-smith-clamav |
29 |
|
|
Obsoletes: e-smith-clamav |
30 |
dungog |
1.18 |
Obsoletes: e-smith-antivirus |
31 |
bytegw |
1.9 |
Obsoletes: clamav-es |
32 |
|
|
Obsoletes: clamav-es-libs |
33 |
slords |
1.1 |
BuildRequires: e-smith-devtools |
34 |
|
|
|
35 |
|
|
%description |
36 |
dungog |
1.16 |
SME Server enhancement to configure and run clamd and freshclam |
37 |
slords |
1.1 |
|
38 |
|
|
%changelog |
39 |
wellsi |
1.26 |
* Thu Jun 3 2010 Ian Wells <esmith@wellsi.com> 2.0.0-9.sme |
40 |
|
|
- template /etc/cron.daily/freshclam, and make it a NO-OP [SME: 4297] |
41 |
|
|
|
42 |
snetram |
1.24 |
* Sun Apr 18 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-8.sme |
43 |
snetram |
1.25 |
- Increase MemLimit to 600M for clamav-0.96 [SME: 5649] |
44 |
snetram |
1.24 |
|
45 |
dungog |
1.23 |
* Sat Feb 6 2010 Stephen Noble <support@dungog.net> 2.0.0-7.sme |
46 |
|
|
- Setup logrotate for /var/log/clamd/clamscan.log [SME: 5287] |
47 |
|
|
|
48 |
snetram |
1.22 |
* Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-6.sme |
49 |
|
|
- Remove create option from logrotate configuration [SME: 5287] |
50 |
|
|
|
51 |
snetram |
1.21 |
* Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-5.sme |
52 |
|
|
- Setup logrotate for /var/log/clamd/smeserver-clamscan.log [SME: 5287] |
53 |
|
|
- Minor changelog fixes in version number |
54 |
|
|
|
55 |
slords |
1.20 |
* Tue Jun 2 2009 Shad L. Lords <slords@mail.com> 2.0.0-4.sme |
56 |
|
|
- Fix permissions on freshclam.conf file [SME: 5320] |
57 |
|
|
|
58 |
snetram |
1.21 |
* Mon Apr 13 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-3.sme |
59 |
snetram |
1.19 |
- Add HeuristicScanPrecedence option, default disabled [SME: 4598] |
60 |
|
|
|
61 |
snetram |
1.21 |
* Thu Nov 27 2008 Stephen Noble <support@dungog.net> 2.0.0-2.sme |
62 |
dungog |
1.18 |
- Obsolete e-smith-antivirus [SME: 4786] |
63 |
|
|
|
64 |
slords |
1.17 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
65 |
|
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
66 |
|
|
|
67 |
dungog |
1.16 |
* Mon Sep 22 2008 Stephen Noble <support@dungog.net> 1.2.0-26 |
68 |
|
|
- Remove obsolete locale tags [SME: 4235] |
69 |
|
|
|
70 |
slords |
1.15 |
* Sun Aug 10 2008 Shad L. Lords <slords@mail.com> 1.2.0-25 |
71 |
|
|
- Remove links to crontab in all but clamav-update [SME: 4494] |
72 |
|
|
|
73 |
snetram |
1.13 |
* Wed Apr 30 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-24 |
74 |
snetram |
1.14 |
- Remove any /etc/cron.d/clamav file. We moved the content to /etc/crontab |
75 |
|
|
[SME: 1047], but we need to remove any leftover file from earlier template |
76 |
|
|
expansion, which, if present, could cause the nightly file scanning to be |
77 |
|
|
run twice. [SME: 4266] |
78 |
snetram |
1.12 |
|
79 |
snetram |
1.10 |
* Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-23 |
80 |
snetram |
1.11 |
- Add common <base> tags to e-smith-formmagick's general [SME: 4288] |
81 |
snetram |
1.10 |
|
82 |
bytegw |
1.9 |
* Fri Apr 25 2008 Charlie Brady <charlie_brady@mitel.com> 1.2.0-22 |
83 |
|
|
- Add Obsoletes headers to force removal of clamav-es and |
84 |
|
|
clamav-es-libs. [SME 4167] |
85 |
|
|
|
86 |
slords |
1.8 |
* Fri Apr 18 2008 Shad L. Lords <slords@mail.com> 1.2.0-21 |
87 |
|
|
- Update defaults for clamav 0.93 [SME: 4223] |
88 |
|
|
|
89 |
|
|
* Fri Apr 18 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-20 |
90 |
|
|
- Move cron template from cron.d to crontab [SME: 1047] |
91 |
|
|
|
92 |
slords |
1.7 |
* Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 1.2.0-19 |
93 |
|
|
- Fix clamav version string [SME: 4060] |
94 |
|
|
|
95 |
bytegw |
1.6 |
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.2.0-18 |
96 |
|
|
- Remove <base> tags now in general [SME: 3915] |
97 |
|
|
|
98 |
bytegw |
1.5 |
* Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.2.0-17 |
99 |
|
|
- Remove duplicate <base> entries [SME: 3890] |
100 |
|
|
|
101 |
bytegw |
1.4 |
* Mon Jan 07 2008 Stephen Noble <support@dungog.net> 1.2.0-16 |
102 |
bytegw |
1.3 |
- Cosmetic removal of word entire on panel [SME: 3483] |
103 |
|
|
|
104 |
slords |
1.2 |
* Thu Sep 06 2007 Filippo Carletti <filippo.carletti@gmail.com> 1.2.0-15 |
105 |
|
|
- Fix freshclam.conf permissions [SME: 3375] |
106 |
|
|
|
107 |
slords |
1.1 |
* Fri Jun 08 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.0-14 |
108 |
|
|
- Use full paths in update-failed script - tai64nlocal was not |
109 |
|
|
being found in $PATH. [SME: 1686] |
110 |
|
|
|
111 |
|
|
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
112 |
|
|
- Clean up spec so package can be built by koji/plague |
113 |
|
|
|
114 |
|
|
* Wed Apr 18 2007 Shad L. Lords <slords@mail.com> 1.2.0-13 |
115 |
|
|
- Up memory limit for clamd again [SME: 2743] |
116 |
|
|
|
117 |
|
|
* Wed Feb 21 2007 Shad L. Lords <slords@mail.com> 1.2.0-12 |
118 |
|
|
- Up memory limit for clamd [SME: 2528] |
119 |
|
|
|
120 |
|
|
* Wed Feb 14 2007 Shad L. Lords <slords@mail.com> 1.2.0-11 |
121 |
|
|
- Update for clamav v0.90 [SME: 2508] |
122 |
|
|
|
123 |
|
|
* Tue Feb 13 2007 Shad L. Lords <slords@mail.com> 1.2.0-10 |
124 |
|
|
- Improve algorithm for displaying errors [SME: 1686] |
125 |
|
|
|
126 |
|
|
* Mon Feb 12 2007 Shad L. Lords <slords@mail.com> 1.2.0-9 |
127 |
|
|
- Improve sed expression for freshclam failures [SME: 1686] |
128 |
|
|
|
129 |
|
|
* Mon Feb 12 2007 Shad L. Lords <slords@mail.com> 1.2.0-8 |
130 |
|
|
- Allow clamav to read freshclam update log [SME: 1686] |
131 |
|
|
|
132 |
|
|
* Fri Jan 26 2007 Shad L. Lords <slords@mail.com> 1.2.0-7 |
133 |
|
|
- Provide more feedback on freshclam events [SME: 1686] |
134 |
|
|
|
135 |
|
|
* Wed Dec 13 2006 Federico Simoncelli <federico.simoncelli@gmail.com> 1.2.0-6 |
136 |
|
|
- Added support for options: max-ratio, no-html, no-mail. [SME: 2024] |
137 |
|
|
- Redirected the stderr output to /var/log/clamd/smeserver-clamscan.log. |
138 |
|
|
[SME: 2004] |
139 |
|
|
|
140 |
|
|
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> |
141 |
|
|
- Update to new release naming. No functional changes. |
142 |
|
|
- Make Packager generic |
143 |
|
|
|
144 |
|
|
* Wed Nov 29 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-04 |
145 |
|
|
- Restrict filesystem scan to /home/e-smith/files by default [SME: 2082] |
146 |
|
|
|
147 |
|
|
* Sun Aug 27 2006 Charlie Brady <charlieb@e-smith.com> 1.2.0-03 |
148 |
|
|
- Fix --exclude arg syntax. [SME: 1889] |
149 |
|
|
|
150 |
|
|
* Fri Jun 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-02 |
151 |
|
|
- Fix typo in ArchiveBlockEntrypted [SME: 1584] |
152 |
|
|
|
153 |
|
|
* Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-01 |
154 |
|
|
- Roll stable stream version. [SME: 1016] |
155 |
|
|
|
156 |
|
|
* Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-10 |
157 |
|
|
- Restart crond in clamav-update so cron notices cron.d/clamav [SME: 966] |
158 |
|
|
|
159 |
|
|
* Wed Feb 8 2006 Gavin Weight <gweight@gmail.com> 1.1.2-09 |
160 |
|
|
- Added migrate fragment for clamav DatabaseMirror. [SME: 83] |
161 |
|
|
|
162 |
|
|
* Fri Jan 27 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-08 |
163 |
|
|
- Bump release number to ensure patch is in CVS |
164 |
|
|
|
165 |
|
|
* Wed Jan 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-07 |
166 |
|
|
- Expand MEMLIMIT in bootstrap-console-save (and don't attempt to |
167 |
|
|
restart the service there) |
168 |
|
|
|
169 |
|
|
* Wed Jan 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-06 |
170 |
|
|
- Change back to softlimit -a [SME: 426] |
171 |
|
|
|
172 |
|
|
* Wed Jan 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-05 |
173 |
|
|
- Set db default for clamd{MemLimit}==80M and use it in the run script |
174 |
|
|
- Expand templates in events rather than run file [SME: 426] |
175 |
|
|
|
176 |
|
|
* Mon Oct 17 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-04 |
177 |
|
|
- Fix typos in smeserver-clamscan [SF: 1304217] |
178 |
|
|
|
179 |
|
|
* Fri Oct 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-03 |
180 |
|
|
- Move all L10Ns to smeserver-locale [SF: 1309520] |
181 |
|
|
|
182 |
|
|
* Mon Sep 26 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-02 |
183 |
|
|
- Added Italian L10N - Thanks Filippo Carletti [SF: 1309266] |
184 |
|
|
|
185 |
|
|
* Mon Sep 26 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-01 |
186 |
|
|
- Roll patches to 1.1.1-06 |
187 |
|
|
- Add German L10N |
188 |
|
|
|
189 |
|
|
* Mon Sep 26 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.1-06 |
190 |
|
|
- Exclude /var and all of /usr/share (not just /usr/share/doc) from |
191 |
|
|
filesystem scan [SF: 1304217] |
192 |
|
|
|
193 |
|
|
* Fri Sep 23 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.1-05 |
194 |
|
|
- French L10N fixes [SF: 1242586] |
195 |
|
|
|
196 |
|
|
* Sat Aug 20 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.1-04 |
197 |
|
|
- French L10N - Merci Didier Rambeau [SF: 1242586] |
198 |
|
|
|
199 |
|
|
* Sat Aug 20 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.1-03 |
200 |
|
|
- Don't scan quarantine area, even if quarantining is disabled [SF: 1245655] |
201 |
|
|
|
202 |
|
|
* Fri Aug 19 2005 Charlie Brady <charlieb@e-smith.com> 1.1.1-02 |
203 |
|
|
- Add Provides: header, to satisfy any package which requires defunct |
204 |
|
|
e-smith-clamav. |
205 |
|
|
|
206 |
|
|
* Thu Aug 18 2005 Gordon Rowell <gordonr@gormand.com.au> |
207 |
|
|
- [1.1.1-01] |
208 |
|
|
- Package renamed to smeserver-clamav [SF: 1263460] |
209 |
|
|
|
210 |
|
|
* Thu Aug 18 2005 Gordon Rowell <gordonr@gormand.com.au> |
211 |
|
|
- [1.1.0-08sme02] |
212 |
|
|
- Rename /sbin/e-smith/clamscan to smeserver-clamscan [SF: 1263460] |
213 |
|
|
|
214 |
|
|
* Thu Aug 18 2005 Gordon Rowell <gordonr@gormand.com.au> |
215 |
|
|
- [1.1.0-08sme01] |
216 |
|
|
- Disable quarantining by default, add panel toggle [SF: 1245655] |
217 |
|
|
|
218 |
|
|
* Tue Aug 9 2005 Gordon Rowell <gordonr@gormand.com.au> |
219 |
|
|
- [1.1.0-08] |
220 |
|
|
- Add --move=$clamav{QuarantineDirectory} to clamscan, |
221 |
|
|
exclude directory from being scanned, add database default |
222 |
|
|
and set permissions in spec file [SF: 1245655] |
223 |
|
|
|
224 |
|
|
* Thu Aug 4 2005 Charlie Brady <charlieb@e-smith.com> |
225 |
|
|
- [1.1.0-07] |
226 |
|
|
- Remove freshclam runs from clamav crontab template - we |
227 |
|
|
now run supervised freshclam instance. [SF: 1251944] |
228 |
|
|
|
229 |
|
|
* Thu Aug 4 2005 Shad Lords <slords@mail.com> |
230 |
|
|
- [1.1.0-06] |
231 |
|
|
- Include db entry to exclude /proc, /sys and |
232 |
|
|
/usr/share/doc from scans [SF: 1243741, 1243831] |
233 |
|
|
|
234 |
|
|
* Wed Jul 27 2005 Gordon Rowell <gordonr@gormand.com.au> |
235 |
|
|
- [1.1.0-05] |
236 |
|
|
- Exclude /proc, /sys and /usr/share/doc from scans |
237 |
|
|
[SF: 1243741, 1243831] |
238 |
|
|
- Run freshclam with --quiet instead of --verbose [SF: 1245602] |
239 |
|
|
|
240 |
|
|
* Fri Jul 22 2005 Charlie Brady <charlieb@e-smith.com> |
241 |
|
|
- [1.1.0-04] |
242 |
|
|
- Fix typo in en-us lexicon. [SF: 1242585] |
243 |
|
|
|
244 |
|
|
* Mon May 30 2005 Charlie Brady <charlieb@e-smith.com> |
245 |
|
|
- [1.1.0-03] |
246 |
|
|
- Fix last-updated section and labels [Gordon: SF-1200428] |
247 |
|
|
|
248 |
|
|
* Tue May 17 2005 Charlie Brady <charlieb@e-smith.com> |
249 |
|
|
- [1.1.0-02] |
250 |
|
|
- Add clamav-update event directory. |
251 |
|
|
- Modify some of the panel code to avoid logging of multiple db property |
252 |
|
|
transactions. |
253 |
|
|
|
254 |
|
|
* Fri May 13 2005 Gordon Rowell <gordonr@gormand.com.au> |
255 |
|
|
- [1.1.0-01gr06] |
256 |
|
|
- Read the timestamp of the clamav database files in the panel |
257 |
|
|
to show the last updated time [SF:1200428] |
258 |
|
|
- Change /sbin/e-smith/freshclam-update-ok to /bin/sh, with no |
259 |
|
|
content. |
260 |
|
|
- TODO: make the update mails configurable |
261 |
|
|
|
262 |
|
|
* Fri May 6 2005 Gordon Rowell <gordonr@gormand.com.au> |
263 |
|
|
- [1.1.0-01gr05] |
264 |
|
|
- And hide the sections |
265 |
|
|
|
266 |
|
|
* Fri May 6 2005 Gordon Rowell <gordonr@gormand.com.au> |
267 |
|
|
- [1.1.0-01gr04] |
268 |
|
|
- Fix up section bars |
269 |
|
|
|
270 |
|
|
* Fri May 6 2005 Gordon Rowell <gordonr@gormand.com.au> |
271 |
|
|
- [1.1.0-01gr03] |
272 |
|
|
- Removed the qmailscan_integration part of the panel |
273 |
|
|
- Removed the database mirror select box. Anyone who isn't |
274 |
|
|
satisfied with using db.local.clamav.net can set the hostname |
275 |
|
|
in the database directly. |
276 |
|
|
- Hid the updates and proxy sections, based on |
277 |
|
|
$clamav{ShowProxySection} and $clamav{ShowUpdatesSection} |
278 |
|
|
- Panel looks rather bare now |
279 |
|
|
- Read the last updated date from $clamav{SignaturesUpdated} |
280 |
|
|
- Modified /sbin/e-smith/freshclam-update-ok to set the above value |
281 |
|
|
- Morphed /etc/clamscan template into /sbin/e-smith/clamscan, |
282 |
|
|
which can read the db directly. |
283 |
|
|
|
284 |
|
|
* Fri May 6 2005 Gordon Rowell <gordonr@gormand.com.au> |
285 |
|
|
- [1.1.0-01gr02] |
286 |
|
|
- Use db.local.clamav.net by default (rather than db.us). |
287 |
|
|
|
288 |
|
|
* Fri May 6 2005 Gordon Rowell <gordonr@gormand.com.au> |
289 |
|
|
- [1.1.0-01gr01] |
290 |
|
|
- Bump version to 1.1.0-01gr01 to upgrade over Shad's 1.0.0 |
291 |
|
|
- Roll new tarball after major merge of Shad's work. |
292 |
|
|
|
293 |
|
|
* Fri May 6 2005 Gordon Rowell <gordonr@gormand.com.au> |
294 |
|
|
- [0.0.1-06gr02] |
295 |
|
|
- Cleaned up patch and startup symlinks |
296 |
|
|
|
297 |
|
|
* Fri May 6 2005 Gordon Rowell <gordonr@gormand.com.au> |
298 |
|
|
- [0.0.1-06gr01] |
299 |
|
|
- Merge in Shad Lords' e-smith-spamassassin work (based in part |
300 |
|
|
on work from Damien Curtain) and panel |
301 |
|
|
- Moved freshclam run script options to database defaults |
302 |
|
|
- Created /sbin/e-smith/freshclam-update-{failed,ok} |
303 |
|
|
|
304 |
|
|
* Tue Apr 19 2005 Charlie Brady <charlieb@e-smith.com> |
305 |
|
|
- [0.0.1-06] |
306 |
|
|
- Add missing log directories. |
307 |
|
|
|
308 |
|
|
* Tue Apr 19 2005 Charlie Brady <charlieb@e-smith.com> |
309 |
|
|
- [0.0.1-05] |
310 |
|
|
- Don't start freshclam or clamd until after bootstrap-console. |
311 |
|
|
- Move all symlink creation into createlinks script. |
312 |
|
|
|
313 |
|
|
* Mon Mar 21 2005 Charlie Brady <charlieb@e-smith.com> |
314 |
|
|
- [0.0.1-04] |
315 |
|
|
- Fix data directory in freshclam configuration. |
316 |
|
|
|
317 |
|
|
* Fri Feb 18 2005 Charlie Brady <charlieb@e-smith.com> 0.0.1-03 |
318 |
|
|
- Config fixes for clamav-0.83 |
319 |
|
|
|
320 |
|
|
* Wed Feb 09 2005 Charlie Brady <charlieb@e-smith.com> |
321 |
|
|
- [0.0.1-02] |
322 |
|
|
- Add Requires headers for clamd and clamav-db. |
323 |
|
|
|
324 |
|
|
* Wed Feb 09 2005 Charlie Brady <charlieb@e-smith.com> |
325 |
|
|
- [0.0.1-01] |
326 |
|
|
- Initial |
327 |
|
|
|
328 |
|
|
%prep |
329 |
|
|
%setup |
330 |
snetram |
1.19 |
%patch0 -p1 |
331 |
slords |
1.20 |
%patch1 -p1 |
332 |
snetram |
1.21 |
%patch2 -p1 |
333 |
snetram |
1.22 |
%patch3 -p1 |
334 |
dungog |
1.23 |
%patch4 -p1 |
335 |
snetram |
1.24 |
%patch5 -p1 |
336 |
wellsi |
1.26 |
%patch6 -p1 |
337 |
slords |
1.1 |
|
338 |
|
|
%build |
339 |
|
|
perl createlinks |
340 |
|
|
touch root/var/service/freshclam/down |
341 |
|
|
touch root/var/service/clamd/down |
342 |
|
|
mkdir -p root/var/service/clamd/env |
343 |
|
|
mkdir -p root/var/log/clamd root/var/log/freshclam |
344 |
|
|
mkdir -p root/var/spool/clamav/quarantine |
345 |
|
|
|
346 |
|
|
%pre |
347 |
|
|
|
348 |
|
|
%post |
349 |
snetram |
1.12 |
rm -f /etc/cron.d/clamav |
350 |
slords |
1.1 |
|
351 |
|
|
%install |
352 |
|
|
rm -rf $RPM_BUILD_ROOT |
353 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
354 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
355 |
|
|
--file /var/service/freshclam/run 'attr(0755,root,root)' \ |
356 |
|
|
--file /var/service/freshclam/log/run 'attr(0755,root,root)' \ |
357 |
|
|
--dir /var/log/freshclam 'attr(2750,smelog,clamav)' \ |
358 |
|
|
--file /var/service/clamd/run 'attr(0755,root,root)' \ |
359 |
|
|
--file /var/service/clamd/log/run 'attr(0755,root,root)' \ |
360 |
|
|
--dir /var/log/clamd 'attr(2750,smelog,smelog)' \ |
361 |
|
|
--dir /var/spool/clamav/quarantine 'attr(2750,clamav,clamav)' \ |
362 |
|
|
--file /sbin/e-smith/freshclam-update-failed 'attr(0755,root,root)' \ |
363 |
|
|
--file /sbin/e-smith/freshclam-update-ok 'attr(0755,root,root)' \ |
364 |
|
|
--file /sbin/e-smith/smeserver-clamscan 'attr(0755,root,root)' \ |
365 |
|
|
> %{name}-%{version}-%{release}-filelist |
366 |
|
|
|
367 |
|
|
%clean |
368 |
|
|
rm -rf $RPM_BUILD_ROOT |
369 |
|
|
|
370 |
|
|
%files -f %{name}-%{version}-%{release}-filelist |
371 |
|
|
%defattr(-,root,root) |