[squirrelmail] Add a missing requirement on crontabs to spec file (#989121)

Michal Hlavinka mhlavink at fedoraproject.org
Mon Jul 29 19:34:14 UTC 2013


commit cc35b5bf92b88c13585a35bd67fb16c72f50dd82
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Mon Jul 29 21:33:59 2013 +0200

    Add a missing requirement on crontabs to spec file (#989121)

 squirrelmail.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/squirrelmail.spec b/squirrelmail.spec
index 7a0672f..ac074fc 100644
--- a/squirrelmail.spec
+++ b/squirrelmail.spec
@@ -6,7 +6,7 @@
 Summary: webmail client written in php
 Name: squirrelmail
 Version: 1.4.22
-Release: 11%{?dist}
+Release: 12%{?dist}
 License: GPLv2+
 URL: http://www.squirrelmail.org/
 Group: Applications/Internet
@@ -49,6 +49,7 @@ BuildArch: noarch
 BuildRequires: gettext
 Requires: httpd, mod_php, php-mbstring, perl, tmpwatch, hunspell, hunspell-en
 Requires: /usr/sbin/sendmail
+Requires: crontabs
 
 %description
 SquirrelMail is a basic webmail package written in PHP4. It
@@ -287,6 +288,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/cron.daily/squirrelmail.cron
 
 %changelog
+* Sat Jul 27 2013 Jóhann B. Guðmundsson <johannbg at fedoraproject.org> - 1.4.22-12
+- Add a missing requirement on crontabs to spec file (#989121)
+
 * Wed Jul 17 2013 Petr Pisar <ppisar at redhat.com> - 1.4.22-11
 - Perl 5.18 rebuild
 


More information about the scm-commits mailing list