--- rpms/dansguardian/contribs9/dansguardian.spec 2016/04/16 06:06:04 1.2 +++ rpms/dansguardian/contribs9/dansguardian.spec 2018/12/17 13:23:46 1.3 @@ -1,4 +1,4 @@ -# $Id: dansguardian.spec,v 1.1 2016/04/16 05:44:10 unnilennium Exp $ +# $Id: dansguardian.spec,v 1.2 2016/04/16 06:06:04 unnilennium Exp $ # Authority: dag # Upstream: Daniel Barron @@ -7,7 +7,7 @@ Summary: Content filtering web proxy Name: dansguardian Version: 2.10.1.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://www.dansguardian.org/ @@ -19,6 +19,7 @@ Source3: dansguardian.logrotate # Fixes some compilation errors with gcc 4.4 Patch1: dansguardian-gcc44.patch +Patch2: dansguardian-clamav.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -45,6 +46,7 @@ MIME filtering, file extension filtering %prep %setup %patch1 -p1 +%patch2 -p1 %build @@ -137,6 +139,9 @@ fi %dir %{_localstatedir}/log/%{name} %changelog +* Tue Dec 11 2018 T Fage 2.10.1.1-2.sme +- Add clamav daemonuser and clamd socket for SME 9 [Bug 10663] + * Sat Apr 16 2016 Jean-Philipe Pialasse -1.sme - build for SME 9 [SME: 8436]