Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
@ -2,16 +2,16 @@
|
||||
Summary: Root crontab files used to schedule the execution of programs
|
||||
Name: crontabs
|
||||
Version: 1.11
|
||||
Release: 17.%{snap_release}git%{?dist}
|
||||
Release: 27.%{snap_release}git%{?dist}
|
||||
License: Public Domain and GPLv2
|
||||
URL: https://github.com/cronie-crond/crontabs
|
||||
Source0: https://github.com/cronie-crond/crontabs/releases/download/crontabs-%{snap_release}/%{name}-%{version}-%{snap_release}git.tar.gz
|
||||
BuildArch: noarch
|
||||
Requires: sed
|
||||
Recommends: cronie
|
||||
Suggests: cronie
|
||||
|
||||
%description
|
||||
This package is used mainly for executing files by cron.
|
||||
This package is used by Fedora mainly for executing files by cron.
|
||||
|
||||
The crontabs package contains root crontab files and directories.
|
||||
You will need to install cron daemon to run the jobs from the crontabs.
|
||||
@ -23,7 +23,7 @@ Crontabs handles a basic system function, so it should be installed on
|
||||
your system.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
#empty
|
||||
@ -54,13 +54,41 @@ touch $RPM_BUILD_ROOT/etc/sysconfig/run-parts
|
||||
%{_mandir}/man4/*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 06 2021 Ondřej Pohořelský <opohorel@redhat.com> - 1.11-17.20190603git
|
||||
- update to the latest release
|
||||
- add sed require
|
||||
- remove %%clean section
|
||||
- remove obsolete Group tag
|
||||
- fix upstream URL
|
||||
- Resolves: rhbz#1696449, rhbz#1703982
|
||||
* Fri Sep 03 2021 Jan Staněk <jstanek@redhat.com> - 1.11-26.20190603git
|
||||
- Replace Recommends: cronie with weaker Suggests:
|
||||
Resolves: rhbz#1947899
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.11-26.20190603git
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.11-25.20190603git
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-24.20190603git
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-23.20190603git
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-22.20190603git
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-21.20190603git
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Mon Jun 3 2019 Tomáš Mráz <tmraz@redhat.com> - 1.11-20.20190603git
|
||||
- fix regression from the previous release (#1716114)
|
||||
|
||||
* Thu May 30 2019 Tomáš Mráz <tmraz@redhat.com> - 1.11-19.20190530git
|
||||
- fix race condition in run-parts causing it to hang occasionally
|
||||
- fix upstream URLs
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-18.20150630git
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-17.20150630git
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-16.20150630git
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
@ -150,7 +178,7 @@ touch $RPM_BUILD_ROOT/etc/sysconfig/run-parts
|
||||
* 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.
|
||||
run today.
|
||||
|
||||
* 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
|
||||
@ -159,7 +187,7 @@ touch $RPM_BUILD_ROOT/etc/sysconfig/run-parts
|
||||
- 450084 LANG=C is set up for running scripts
|
||||
|
||||
* Wed May 28 2008 Marcela Maslanova <mmaslano@redhat.com> 1.10-22
|
||||
- remove scripts for delay, anacron now own most of the scripts.
|
||||
- remove scripts for delay, anacron now own most of the scripts.
|
||||
Crontabs owns only run-parts, /etc/crontab and crontabs sysconfig.
|
||||
|
||||
* Mon May 5 2008 Marcela Maslanova <mmaslano@redhat.com> 1.10-21
|
||||
@ -253,7 +281,7 @@ Crontabs owns only run-parts, /etc/crontab and crontabs sysconfig.
|
||||
* 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>
|
||||
* 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>
|
||||
@ -268,7 +296,7 @@ Crontabs owns only run-parts, /etc/crontab and crontabs sysconfig.
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user