2012-11-02 13:06:16 +00:00
|
|
|
%global snap_release 20121102git
|
2007-02-27 13:08:02 +00:00
|
|
|
Summary: Root crontab files used to schedule the execution of programs
|
2004-09-09 03:58:18 +00:00
|
|
|
Name: crontabs
|
2010-10-22 13:04:57 +00:00
|
|
|
Version: 1.11
|
2012-07-18 19:52:14 +00:00
|
|
|
Release: 4.%{snap_release}%{?dist}
|
2007-08-22 09:25:05 +00:00
|
|
|
License: Public Domain and GPLv2
|
2004-09-09 03:58:18 +00:00
|
|
|
Group: System Environment/Base
|
2010-10-22 13:04:57 +00:00
|
|
|
URL: https://fedorahosted.org/crontabs
|
|
|
|
Source0: https://fedorahosted.org/releases/c/r/crontabs/%{name}-%{version}-1.%{snap_release}.tar.gz
|
2007-02-27 13:08:02 +00:00
|
|
|
BuildArch: noarch
|
2009-01-27 13:32:21 +00:00
|
|
|
Requires: /etc/cron.d
|
2004-09-09 03:58:18 +00:00
|
|
|
|
|
|
|
%description
|
2010-10-22 13:04:57 +00:00
|
|
|
This package is used by Fedora mainly for executing files by cron.
|
|
|
|
|
2009-01-27 13:32:21 +00:00
|
|
|
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.
|
2004-09-09 03:58:18 +00:00
|
|
|
|
|
|
|
Crontabs handles a basic system function, so it should be installed on
|
|
|
|
your system.
|
|
|
|
|
2009-10-12 12:16:13 +00:00
|
|
|
%prep
|
2010-10-22 13:04:57 +00:00
|
|
|
%setup -q
|
|
|
|
|
2009-10-12 12:16:13 +00:00
|
|
|
%build
|
|
|
|
#empty
|
|
|
|
|
2004-09-09 03:58:18 +00:00
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2008-12-01 07:47:36 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/etc/cron.{hourly,daily,weekly,monthly}
|
2004-09-09 03:58:18 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/bin
|
2009-06-18 08:14:27 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man4/
|
2010-03-24 11:30:20 +00:00
|
|
|
|
2010-10-22 13:04:57 +00:00
|
|
|
install -m644 ./crontab $RPM_BUILD_ROOT/etc/crontab
|
|
|
|
install -m755 ./run-parts $RPM_BUILD_ROOT/usr/bin/run-parts
|
2012-11-02 13:06:16 +00:00
|
|
|
install -m644 ./{crontabs,run-parts}.4 $RPM_BUILD_ROOT/%{_mandir}/man4/
|
|
|
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/etc/sysconfig/
|
|
|
|
touch $RPM_BUILD_ROOT/etc/sysconfig/run-parts
|
2004-09-09 03:58:18 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
2007-08-22 09:25:05 +00:00
|
|
|
%defattr(-,root,root,-)
|
2009-01-26 09:25:39 +00:00
|
|
|
%config(noreplace) /etc/crontab
|
2012-11-02 13:06:16 +00:00
|
|
|
%attr(0644,root,root) %config(noreplace) /etc/sysconfig/run-parts
|
|
|
|
%{_bindir}/run-parts
|
2008-12-01 07:47:36 +00:00
|
|
|
%dir /etc/cron.hourly
|
|
|
|
%dir /etc/cron.daily
|
|
|
|
%dir /etc/cron.weekly
|
|
|
|
%dir /etc/cron.monthly
|
2012-11-02 13:06:16 +00:00
|
|
|
%{_mandir}/man4/*
|
2004-09-09 03:58:18 +00:00
|
|
|
|
|
|
|
%changelog
|
2012-11-02 13:06:16 +00:00
|
|
|
* Thu Nov 1 2012 Marcela Mašláňová <mmaslano@redhat.com> 1.11-5.20121102git
|
|
|
|
- update to the latest git snapshot with copying file and fixed man pages
|
|
|
|
|
2012-07-18 19:52:14 +00:00
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-4.20101115git
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-13 00:01:11 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-3.20101115git
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-02-08 11:53:55 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-2.20101115git
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-11-15 14:26:42 +00:00
|
|
|
* Mon Nov 15 2010 Marcela Mašláňová <mmaslano@redhat.com> 1.11-1
|
|
|
|
- run-parts attempted to execute jobs that are not executable.
|
|
|
|
|
2010-11-11 15:14:15 +00:00
|
|
|
* Thu Nov 11 2010 Marcela Mašláňová <mmaslano@redhat.com> 1.11-1
|
|
|
|
- 652268 fix missing /
|
|
|
|
|
2010-11-09 10:14:57 +00:00
|
|
|
* Tue Nov 9 2010 Marcela Mašláňová <mmaslano@redhat.com> 1.11-1
|
|
|
|
- new git snapshot with --test and --list options
|
|
|
|
|
2010-10-22 13:04:57 +00:00
|
|
|
* Fri Oct 22 2010 Marcela Mašláňová <mmaslano@redhat.com> 1.11-1
|
|
|
|
- use sources from source fedorahosted
|
|
|
|
|
2010-10-18 09:53:05 +00:00
|
|
|
* Mon Oct 18 2010 Marcela Mašláňová <mmaslano@redhat.com> 1.10-34
|
|
|
|
- add --list option into run-parts
|
|
|
|
|
2010-03-24 11:30:20 +00:00
|
|
|
* Wed Mar 24 2010 Marcela Mašláňová <mmaslano@redhat.com> 1.10-33
|
|
|
|
- remove useless seting of home to "/"
|
|
|
|
|
2009-10-12 12:16:13 +00:00
|
|
|
* Mon Oct 12 2009 Marcela Mašláňová <mmaslano@redhat.com> 1.10-32
|
|
|
|
- rebuilt for review
|
|
|
|
|
2009-07-24 19:39:57 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-31
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-18 08:14:27 +00:00
|
|
|
* Thu Jun 18 2009 Marcela Mašláňová <mmaslano@redhat.com> 1.10-30
|
|
|
|
- 491793 thanks Andrew Hecox for patch which allows set allow/deny jobs
|
|
|
|
- comment change "empty crontab"
|
|
|
|
|
2009-02-24 09:44:43 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-29
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-27 13:32:21 +00:00
|
|
|
* Tue Jan 27 2009 Marcela Mašláňová <mmaslano@redhat.com> 1.10-28
|
|
|
|
- 474219 requires on /etc/cron.d
|
|
|
|
|
2009-01-26 12:12:14 +00:00
|
|
|
* Mon Jan 26 2009 Marcela Mašláňová <mmaslano@redhat.com> 1.10-27
|
|
|
|
- Change requires back to cronie.
|
|
|
|
|
2009-01-26 09:25:39 +00:00
|
|
|
* Mon Jan 26 2009 Marcela Mašláňová <mmaslano@redhat.com> 1.10-26
|
|
|
|
- change /etc/crontab. All anacron jobs in cron.daily,weekly,...
|
|
|
|
are check by anacron every hour. Anacron run them if they didn't
|
|
|
|
run today.
|
|
|
|
|
2008-12-01 07:47:36 +00:00
|
|
|
* Mon Dec 1 2008 Jan ONDREJ (SAL) <ondrejj(at)salstar.sk> 1.10-25
|
|
|
|
- Added /etc/cron.{hourly,daily,weekly,monthly} dirs again. bz#473353
|
|
|
|
|
2008-06-09 13:49:11 +00:00
|
|
|
* Mon Jun 9 2008 Marcela Maslanova <mmaslano@redhat.com> 1.10-23
|
|
|
|
- 450084 LANG=C is set up for running scripts
|
|
|
|
|
2008-05-28 14:00:16 +00:00
|
|
|
* Wed May 28 2008 Marcela Maslanova <mmaslano@redhat.com> 1.10-22
|
|
|
|
- remove scripts for delay, anacron now own most of the scripts.
|
|
|
|
Crontabs owns only run-parts, /etc/crontab and crontabs sysconfig.
|
|
|
|
|
2008-05-05 09:26:00 +00:00
|
|
|
* Mon May 5 2008 Marcela Maslanova <mmaslano@redhat.com> 1.10-21
|
|
|
|
- 445079 delay script failed in case DELAY is zero
|
|
|
|
|
2008-04-04 11:10:43 +00:00
|
|
|
* Fri Apr 4 2008 Marcela Maslanova <mmaslano@redhat.com> 1.10-20
|
|
|
|
- 440410 log pid of process instead of logger's pid
|
|
|
|
|
2007-10-22 08:32:05 +00:00
|
|
|
* Mon Oct 22 2007 Marcela Maslanova <mmaslano@redhat.com> 1.10-19
|
|
|
|
- run-parts log also end of each job (patch from J. Kamens)
|
|
|
|
- Resolves: rhbz#303081
|
|
|
|
|
2007-09-25 08:33:58 +00:00
|
|
|
* Tue Sep 25 2007 Marcela Maslanova <mmaslano@redhat.com> 1.10-18
|
|
|
|
- cron.{hourly, daily,...} run ok
|
|
|
|
- rhbz#296741
|
|
|
|
|
2007-08-30 12:32:56 +00:00
|
|
|
* Thu Aug 30 2007 Marcela Maslanova <mmaslano@redhat.com> 1.10-17
|
|
|
|
- better solution of configuration script
|
|
|
|
|
2007-08-27 06:36:22 +00:00
|
|
|
* Mon Aug 27 2007 Marcela Maslanova <mmaslano@redhat.com> 1.10-16
|
|
|
|
- 254220 typo in script run-parts
|
|
|
|
|
2007-08-22 09:25:05 +00:00
|
|
|
* Tue Aug 21 2007 Marcela Maslanova <mmaslano@redhat.com> 1.10-15
|
|
|
|
- corrected license tag in spec
|
|
|
|
- add config file to crontab - delay of cron.{daily,...} could be
|
|
|
|
switch off
|
|
|
|
- Resolves: rhbz#253536
|
|
|
|
|
2007-02-27 13:08:02 +00:00
|
|
|
* Tue Feb 27 2007 Marcela Maslanova <mmaslano@redhat.com> 1.10-14
|
|
|
|
- review again
|
|
|
|
|
|
|
|
* Thu Feb 8 2007 Marcela Maslanova <mmaslano@redhat.com> 1.10-13
|
|
|
|
- rhbz#225662 review
|
|
|
|
|
2007-01-29 16:59:33 +00:00
|
|
|
* Mon Jan 29 2007 Marcela Maslanova <mmaslano@redhat.com> 1.10-12
|
|
|
|
- link daily,weekly,monthly
|
|
|
|
- rhbz#224687
|
|
|
|
|
2007-01-24 14:58:18 +00:00
|
|
|
* Wed Jan 24 2007 Marcela Maslanova <mmaslano@redhat.com> 1.10-11
|
|
|
|
- crontabs should ignore Cfengine files, rebuilt
|
2007-01-24 14:25:28 +00:00
|
|
|
- Resolves: rhbz#223472
|
|
|
|
|
2006-10-11 15:28:33 +00:00
|
|
|
* Wed Oct 11 2006 Marcela Maslanova <mmaslano@redhat.com> 1.10-9
|
|
|
|
- patch (#110894) for delaying more emails in the moment
|
|
|
|
|
2006-07-15 04:03:10 +00:00
|
|
|
* Fri Jul 14 2006 Jesse Keating <jkeating@redhat.com> 0 1.10-8
|
|
|
|
- rebuilt
|
|
|
|
|
2005-12-09 22:40:06 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-20 21:55:10 +00:00
|
|
|
* Mon Sep 20 2004 Jason Vas Dias <jvdias@redhat.com>
|
|
|
|
- rebuilt under new CVS for dist-fc3
|
|
|
|
|
2004-09-09 04:01:05 +00:00
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 03:59:35 +00:00
|
|
|
* Fri Feb 7 2003 Bill Nottingham <notting@redhat.com>
|
|
|
|
- not-as-automated rebuild
|
|
|
|
|
2004-09-09 03:59:32 +00:00
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 03:59:29 +00:00
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 03:59:10 +00:00
|
|
|
* Thu Jul 19 2001 Preston Brown <pbrown@redhat.com>
|
|
|
|
- don't require tmpwatch
|
|
|
|
|
2004-09-09 03:58:33 +00:00
|
|
|
* Tue Feb 27 2001 Preston Brown <pbrown@redhat.com>
|
|
|
|
- noreplace crontab file; use tmppath
|
|
|
|
|
|
|
|
* Wed Jan 31 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- don't process ,v files (#15968)
|
|
|
|
|
2004-09-09 03:58:18 +00:00
|
|
|
* Mon Aug 7 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- put name of script in output of stuff run by run-parts (#12411)
|
|
|
|
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
* Tue Jun 6 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Fri Aug 27 1999 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- don't run *~ or *, files (#4740).
|
|
|
|
|
|
|
|
* Thu Apr 15 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- don't run .rpm{save,new,orig} files (bug #2190)
|
|
|
|
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- auto rebuild in the new build environment (release 5)
|
|
|
|
|
|
|
|
* Mon Nov 30 1998 Bill Nottingham <notting@redhat.com>
|
|
|
|
- crontab: set HOME=/
|
|
|
|
|
|
|
|
* Sat Jun 27 1998 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- run-parts: skip sub-directories (e.g. CVS) found instead of complaining
|
|
|
|
|
|
|
|
* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
|
|
|
|
- translations modified for de, fr, tr
|
|
|
|
|
|
|
|
* Tue Apr 07 1998 Erik Troan <ewt@redhat.com>
|
|
|
|
- moved crontab jobs up a bit to make sure they aren't confused by
|
|
|
|
switching to and fro daylight savings time
|
|
|
|
|
|
|
|
* Fri Oct 24 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
- removed tmpwatch and at entries
|
|
|
|
|
|
|
|
* Thu Jul 31 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
- made a noarch package
|