- 474219 requires on /etc/cron.d
This commit is contained in:
parent
75ca056e74
commit
7a0bb4fafa
@ -1,22 +1,22 @@
|
|||||||
Summary: Root crontab files used to schedule the execution of programs
|
Summary: Root crontab files used to schedule the execution of programs
|
||||||
Name: crontabs
|
Name: crontabs
|
||||||
Version: 1.10
|
Version: 1.10
|
||||||
Release: 27%{?dist}
|
Release: 28%{?dist}
|
||||||
License: Public Domain and GPLv2
|
License: Public Domain and GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: crontab
|
Source0: crontab
|
||||||
Source1: run-parts
|
Source1: run-parts
|
||||||
Source2: config
|
Source2: config
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: cronie
|
Requires: /etc/cron.d
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The crontabs package contains root crontab files. Crontab is the
|
The crontabs package contains root crontab files and directories.
|
||||||
program used to install, uninstall or list the tables used to drive the
|
You will need to install cron daemon to run the jobs from the crontabs.
|
||||||
cron daemon. The cron daemon checks the crontab files to see when
|
The cron daemon such as cronie or fcron checks the crontab files to
|
||||||
particular commands are scheduled to be executed. If commands are
|
see when particular commands are scheduled to be executed. If commands
|
||||||
scheduled, it executes them.
|
are scheduled, it executes them.
|
||||||
|
|
||||||
Crontabs handles a basic system function, so it should be installed on
|
Crontabs handles a basic system function, so it should be installed on
|
||||||
your system.
|
your system.
|
||||||
@ -44,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir /etc/cron.monthly
|
%dir /etc/cron.monthly
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 27 2009 Marcela Mašláňová <mmaslano@redhat.com> 1.10-28
|
||||||
|
- 474219 requires on /etc/cron.d
|
||||||
|
|
||||||
* Mon Jan 26 2009 Marcela Mašláňová <mmaslano@redhat.com> 1.10-27
|
* Mon Jan 26 2009 Marcela Mašláňová <mmaslano@redhat.com> 1.10-27
|
||||||
- Change requires back to cronie.
|
- Change requires back to cronie.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user