[clamav] Add requires on crontabs

Pierre-YvesChibon pingou at fedoraproject.org
Wed Aug 7 21:02:28 UTC 2013


commit 5a2b1507b9723c230cb35f66aa239aebe272991c
Author: Pierre-Yves Chibon <pingou at pingoured.fr>
Date:   Wed Aug 7 23:02:16 2013 +0200

    Add requires on crontabs

 clamav.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/clamav.spec b/clamav.spec
index ffa4c31..81da8b2 100644
--- a/clamav.spec
+++ b/clamav.spec
@@ -53,7 +53,7 @@ Requires(postun):	 /bin/systemctl\
 Summary:	End-user tools for the Clam Antivirus scanner
 Name:		clamav
 Version:	0.97.8
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	%{?with_unrar:proprietary}%{!?with_unrar:GPLv2}
 Group:		Applications/File
 URL:		http://www.clamav.net
@@ -138,7 +138,8 @@ Source200:	freshclam-sleep
 Source201:	freshclam.sysconfig
 Source202:	clamav-update.crond
 Source203:	clamav-update.logrotate
-Requires:		clamav-filesystem = %version-%release
+Requires:	clamav-filesystem = %version-%release
+Requires:	crontabs
 Requires(pre):		/etc/cron.d
 Requires(postun):	/etc/cron.d
 Requires(post):		%__chown %__chmod
@@ -853,6 +854,10 @@ test "$1" != "0" || /sbin/initctl -q stop clamav-milter || :
 
 
 %changelog
+* Wed Aug 07 2013 Pierre-Yves Chibon <pingou at pingoured.fr> - 0.97.8-4
+- Add a missing requirement on crontabs to spec file
+- Fix RHBZ#988605
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.97.8-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list