Blame SPECS/crontabs.spec

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