From 6804b9dc2a28f37ea58955abe80cb226462038c9967fb0ca12e214078fed3386 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 9 Aug 2007 23:43:25 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/clamav?expand=0&rev=10 --- clamav-conf.patch | 11 +++++++++++ clamav.changes | 6 ++++++ clamav.spec | 5 ++++- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/clamav-conf.patch b/clamav-conf.patch index 365f1b8..db81bb4 100644 --- a/clamav-conf.patch +++ b/clamav-conf.patch @@ -74,6 +74,17 @@ # Initialize supplementary group access (clamd must be started by root). # Default: no +@@ -323,6 +319,10 @@ + ## + + # Enable Clamuko. Dazuko (/dev/dazuko) must be configured and running. ++# ++# When enabling this, you most probably have to set "User root" above, ++# so that clamav can access the files to be scanned. ++# + # Default: no + #ClamukoScanOnAccess yes + --- etc/freshclam.conf +++ etc/freshclam.conf @@ -1,12 +1,8 @@ diff --git a/clamav.changes b/clamav.changes index 554bbcb..98ca49d 100644 --- a/clamav.changes +++ b/clamav.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 9 11:06:45 CEST 2007 - max@suse.de + +- Inform the user that to use Clamuko, clamd needs to run as root, + so that it can read the files it needs to scan (#201730). + ------------------------------------------------------------------- Tue Jul 17 13:39:44 CEST 2007 - max@suse.de diff --git a/clamav.spec b/clamav.spec index 0d83004..943bf6b 100644 --- a/clamav.spec +++ b/clamav.spec @@ -19,7 +19,7 @@ BuildRequires: pwdutils %endif Summary: Antivirus Toolkit Version: 0.91.1 -Release: 1 +Release: 9 License: GPL v2 or later Group: Productivity/Security URL: http://www.clamav.net @@ -209,6 +209,9 @@ for distfile in {main,daily}.cvd.dist; do done %changelog +* Thu Aug 09 2007 - max@suse.de +- Inform the user that to use Clamuko, clamd needs to run as root, + so that it can read the files it needs to scan (#201730). * Tue Jul 17 2007 - max@suse.de - Stability and bugfix update: 0.91.1 (#292297) - Run ldconfig on (un)installation.