]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
clamav: Update to minor release 0.97.4.
authorChristian Schmidt <christian.schmidt@ipfire.org>
Fri, 27 Apr 2012 17:00:34 +0000 (19:00 +0200)
committerChristian Schmidt <christian.schmidt@ipfire.org>
Fri, 27 Apr 2012 19:34:25 +0000 (21:34 +0200)
ClamAV 0.97.4 includes minor bugfixes, detection improvements and
initial support for on-access scanning under Mac OS X (see
contrib/ClamAuth).

Add an extra package for databases files.

clamav/clamav.nm

index ae809ebae2da14ca1cab39ec42c135ca09817104..2bb9ca646b0c73e81600e985474d15c47ebf2d25 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = clamav
-version    = 0.97
-release    = 3
+version    = 0.97.4
+release    = 1
 
 groups     = System Environment/Daemons
 url        = http://www.clamav.net
@@ -64,10 +64,17 @@ end
 
 packages
        package %{name}
+               requires
+                       %{name}-libs = %{thisver}
+               end
        end
 
        package %{name}-libs
                template LIBS
+
+               requires
+                       %{name}-databases = %{thisver}
+               end
        end
 
        package %{name}-devel
@@ -77,4 +84,15 @@ packages
        package %{name}-debuginfo
                template DEBUGINFO
        end
+
+       package %{name}-databases
+               summary = Clamav Virus Databases.
+               description
+                       Shipped virus databases needed for virus scanning.
+               end
+
+               files
+                       %{localstatedir}/lib/%{name}
+               end
+       end
 end