--- rpms/smeserver-mailstats/contribs7/smeserver-mailstats.spec 2008/02/15 18:37:15 1.2 +++ rpms/smeserver-mailstats/contribs7/smeserver-mailstats.spec 2008/04/01 08:48:09 1.3 @@ -2,12 +2,13 @@ Summary: Daily mail statistics for SME S %define name smeserver-mailstats Name: %{name} %define version 0.0.3 -%define release 1 +%define release 3 Version: %{version} Release: %{release}%{?dist} License: GPL Group: SME/addon Source: %{name}-%{version}.tar.gz +Patch1:smeserver-mailstats-0.0.3-bjrupdate01.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch Requires: smeserver-release => 7.0 @@ -18,6 +19,12 @@ A script that via cron.d e-mails mail st See http://www.contribs.org/bugzilla/show_bug.cgi?id=819 %changelog +* Tue Apr 1 2008 Brian J Read 0.0.3-3 +- Add in restart of crond so that script in cron.d is noticed + +* Tue Mar 25 2008 Brian J read 0.0.3-2 +- New version incorporating Charlie's changes and latest changes from bjr + * Fri Feb 15 2008 Shad L. Lords 0.0.3-1 - Roll new version in prep for building on new buildsys @@ -64,7 +71,7 @@ See http://www.contribs.org/bugzilla/sho %prep %setup - +%patch1 -p1 %build %install @@ -79,3 +86,5 @@ See http://www.contribs.org/bugzilla/sho %files -f %{name}-%{version}-filelist %defattr(-,root,root) +%post +service crond restart