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