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

Diff of /rpms/smeserver-clamav/sme7/smeserver-clamav.spec

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

Revision 1.1 by slords, Tue Jun 12 17:25:36 2007 UTC Revision 1.12 by snetram, Wed Apr 30 18:13:50 2008 UTC
# Line 2  Summary: SME Server module to configure Line 2  Summary: SME Server module to configure
2  %define name smeserver-clamav  %define name smeserver-clamav
3  Name: %{name}  Name: %{name}
4  %define version 1.2.0  %define version 1.2.0
5  %define release 14  %define release 23
6  Version: %{version}  Version: %{version}
7  Release: %{release}%{?dist}  Release: %{release}%{?dist}
8  License: GPL  License: GPL
# Line 19  Patch7: smeserver-clamav-1.2.0-version90 Line 19  Patch7: smeserver-clamav-1.2.0-version90
19  Patch8: smeserver-clamav-1.2.0-memlimit.patch  Patch8: smeserver-clamav-1.2.0-memlimit.patch
20  Patch9: smeserver-clamav-1.2.0-memlimit.patch2  Patch9: smeserver-clamav-1.2.0-memlimit.patch2
21  Patch10: smeserver-clamav-1.2.0-update-failed-fullpaths.patch  Patch10: smeserver-clamav-1.2.0-update-failed-fullpaths.patch
22    Patch11: smeserver-clamav-1.2.0-freshclam_perms.patch
23    Patch12: smeserver-clamav-1.2.0-entire.patch
24    Patch13: smeserver-clamav-1.2.0-rmWeekly.patch
25    Patch14: smeserver-clamav-1.2.0-tags2general.patch
26    Patch15: smeserver-clamav-1.2.0-clamver.patch
27    Patch16: smeserver-clamav-1.2.0-MoveCronTemplate.patch
28    Patch17: smeserver-clamav-1.2.0-clamav93.patch
29    Patch18: smeserver-clamav-1.2.0-add2general.patch
30  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
31  BuildArchitectures: noarch  BuildArchitectures: noarch
32  Requires: e-smith-lib  Requires: e-smith-lib
33  Requires: clamav >= 0.90  Requires: clamav >= 0.93
34  Requires: clamd >= 0.90  Requires: clamd >= 0.93
35  Requires: clamav-db  Requires: clamav-db
36    Requires: e-smith-formmagick >= 1.4.0-12
37  Provides: e-smith-clamav  Provides: e-smith-clamav
38  Obsoletes: e-smith-clamav  Obsoletes: e-smith-clamav
39    Obsoletes: clamav-es
40    Obsoletes: clamav-es-libs
41  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
42    
43  %description  %description
# Line 34  e-smith server enhancement to configure Line 45  e-smith server enhancement to configure
45  freshclam  freshclam
46    
47  %changelog  %changelog
48    * Wed Apr 30 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-20
49    - Remove /etc/cron.d/clamav causing second instance of clamav to run [SME: 4266]
50      which was caused by a partial migration of the template fragments [SME: 1047]
51    
52    * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-23
53    - Add common <base> tags to e-smith-formmagick's general [SME: 4288]
54    
55    * Fri Apr 25 2008 Charlie Brady <charlie_brady@mitel.com> 1.2.0-22
56    - Add Obsoletes headers to force removal of clamav-es and
57      clamav-es-libs. [SME 4167]
58    
59    * Fri Apr 18 2008 Shad L. Lords <slords@mail.com> 1.2.0-21
60    - Update defaults for clamav 0.93 [SME: 4223]
61    
62    * Fri Apr 18 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-20
63    - Move cron template from cron.d to crontab [SME: 1047]
64    
65    * Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 1.2.0-19
66    - Fix clamav version string [SME: 4060]
67    
68    * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.2.0-18
69    - Remove <base> tags now in general [SME: 3915]
70    
71    * Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.2.0-17
72    - Remove duplicate <base> entries [SME: 3890]
73    
74    * Mon Jan 07 2008 Stephen Noble <support@dungog.net> 1.2.0-16
75    - Cosmetic removal of word entire on panel [SME: 3483]
76    
77    * Thu Sep 06 2007  Filippo Carletti <filippo.carletti@gmail.com> 1.2.0-15
78    - Fix freshclam.conf permissions [SME: 3375]
79    
80  * Fri Jun 08 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.0-14  * Fri Jun 08 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.0-14
81  - Use full paths in update-failed script - tai64nlocal was not  - Use full paths in update-failed script - tai64nlocal was not
82    being found in $PATH. [SME: 1686]    being found in $PATH. [SME: 1686]
# Line 268  freshclam Line 311  freshclam
311  %patch8 -p1  %patch8 -p1
312  %patch9 -p1  %patch9 -p1
313  %patch10 -p1  %patch10 -p1
314    %patch11 -p1
315    %patch12 -p1
316    %patch13 -p1
317    %patch14 -p1
318    %patch15 -p1
319    %patch16 -p1
320    %patch17 -p1
321    %patch18 -p1
322    
323  %build  %build
324  perl createlinks  perl createlinks
# Line 280  mkdir -p root/var/spool/clamav/quarantin Line 331  mkdir -p root/var/spool/clamav/quarantin
331  %pre  %pre
332    
333  %post  %post
334    rm -f /etc/cron.d/clamav
335    
336  %install  %install
337  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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