Fix /var/clamav ownership

This commit is contained in:
Daniel Berteaud 2015-12-02 14:36:21 +01:00
parent ccec09089c
commit 9bdd70224f
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
%define version 0.2.47
%define version 0.2.48
%define release 1
%define name ipasserelle-base
@ -47,6 +47,9 @@ Based on SMEServer, iPasserelle is a specially configured
SME Server, with some additionnal modules
%changelog
* Wed Dec 2 2015 Daniel Berteaud <daniel@firewall-services.com> 0.2.48-1
- Fix ownership of /var/clamav
* Fri Nov 27 2015 Daniel Berteaud <daniel@firewall-services.com> 0.2.47-1
- Ignore winnow.spam.ts.brokenspam.1 virus
@ -322,6 +325,7 @@ perl createlinks
--dir /home/e-smith/files/scan 'attr(0750,root,shared)' \
--dir /var/lib/qpsmtpd/greylisting 'attr(0750,qpsmtpd,qpsmtpd)' \
--file /usr/bin/make-srv 'attr(0755,root,root)' \
--dir /var/clamav 'attr(0755,clamav,clamav)' \
> %{name}-%{version}-filelist
echo "%doc CHANGELOG.git" >> %{name}-%{version}-filelist