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