From 7a0bb4fafac507dcf1cc38d9f20b707f8172d603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Tue, 27 Jan 2009 13:32:21 +0000 Subject: [PATCH] - 474219 requires on /etc/cron.d --- crontabs.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/crontabs.spec b/crontabs.spec index fd9f86a..bb41c09 100644 --- a/crontabs.spec +++ b/crontabs.spec @@ -1,22 +1,22 @@ Summary: Root crontab files used to schedule the execution of programs Name: crontabs Version: 1.10 -Release: 27%{?dist} +Release: 28%{?dist} License: Public Domain and GPLv2 Group: System Environment/Base Source0: crontab Source1: run-parts Source2: config BuildArch: noarch -Requires: cronie +Requires: /etc/cron.d BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description -The crontabs package contains root crontab files. Crontab is the -program used to install, uninstall or list the tables used to drive the -cron daemon. The cron daemon checks the crontab files to see when -particular commands are scheduled to be executed. If commands are -scheduled, it executes them. +The crontabs package contains root crontab files and directories. +You will need to install cron daemon to run the jobs from the crontabs. +The cron daemon such as cronie or fcron checks the crontab files to +see when particular commands are scheduled to be executed. If commands +are scheduled, it executes them. Crontabs handles a basic system function, so it should be installed on your system. @@ -44,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT %dir /etc/cron.monthly %changelog +* Tue Jan 27 2009 Marcela Mašláňová 1.10-28 +- 474219 requires on /etc/cron.d + * Mon Jan 26 2009 Marcela Mašláňová 1.10-27 - Change requires back to cronie.