2008-01-30 07:59:43 +00:00
|
|
|
%bcond_without selinux
|
|
|
|
%bcond_without pam
|
|
|
|
%bcond_without audit
|
2008-02-07 14:50:24 +00:00
|
|
|
%bcond_without inotify
|
|
|
|
|
2011-03-15 14:34:50 +00:00
|
|
|
Summary: Cron daemon for executing programs at set times
|
|
|
|
Name: cronie
|
2016-06-23 17:31:23 +00:00
|
|
|
Version: 1.5.1
|
2017-08-02 19:16:38 +00:00
|
|
|
Release: 8%{?dist}
|
2013-07-22 12:31:06 +00:00
|
|
|
License: MIT and BSD and ISC and GPLv2+
|
2011-03-15 14:34:50 +00:00
|
|
|
Group: System Environment/Base
|
|
|
|
URL: https://fedorahosted.org/cronie
|
|
|
|
Source0: https://fedorahosted.org/releases/c/r/cronie/%{name}-%{version}.tar.gz
|
2014-11-04 16:50:14 +00:00
|
|
|
|
2016-08-23 13:33:09 +00:00
|
|
|
Patch1: cronie-1.5.1-power.patch
|
2017-05-04 15:20:52 +00:00
|
|
|
Patch2: cronie-1.5.1-y2038.patch
|
2016-08-23 13:33:09 +00:00
|
|
|
|
2011-03-15 14:34:50 +00:00
|
|
|
Requires: dailyjobs
|
2008-01-30 07:59:43 +00:00
|
|
|
|
|
|
|
%if %{with selinux}
|
2011-03-15 14:34:50 +00:00
|
|
|
Requires: libselinux >= 2.0.64
|
2008-06-02 08:01:27 +00:00
|
|
|
Buildrequires: libselinux-devel >= 2.0.64
|
2008-01-30 07:59:43 +00:00
|
|
|
%endif
|
|
|
|
%if %{with pam}
|
2011-03-15 14:34:50 +00:00
|
|
|
Requires: pam >= 1.0.1
|
2008-06-02 08:01:27 +00:00
|
|
|
Buildrequires: pam-devel >= 1.0.1
|
2008-01-30 07:59:43 +00:00
|
|
|
%endif
|
|
|
|
%if %{with audit}
|
|
|
|
Buildrequires: audit-libs-devel >= 1.4.1
|
|
|
|
%endif
|
|
|
|
|
2013-07-22 12:10:15 +00:00
|
|
|
BuildRequires: systemd
|
|
|
|
Obsoletes: %{name}-sysvinit
|
|
|
|
|
2011-05-05 07:05:19 +00:00
|
|
|
Requires(post): coreutils sed
|
2012-11-22 15:10:00 +00:00
|
|
|
Requires(post): systemd
|
|
|
|
Requires(preun): systemd
|
|
|
|
Requires(postun): systemd
|
|
|
|
Requires(post): systemd
|
2008-01-30 07:59:43 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Cronie contains the standard UNIX daemon crond that runs specified programs at
|
|
|
|
scheduled times and related tools. It is a fork of the original vixie-cron and
|
|
|
|
has security and configuration enhancements like the ability to use pam and
|
|
|
|
SELinux.
|
|
|
|
|
2009-07-20 18:12:36 +00:00
|
|
|
%package anacron
|
2011-03-15 14:34:50 +00:00
|
|
|
Summary: Utility for running regular jobs
|
|
|
|
Requires: crontabs
|
|
|
|
Group: System Environment/Base
|
|
|
|
Provides: dailyjobs
|
|
|
|
Provides: anacron = 2.4
|
2009-08-05 16:51:09 +00:00
|
|
|
Obsoletes: anacron <= 2.3
|
2009-08-14 13:54:42 +00:00
|
|
|
Requires(post): coreutils
|
2011-03-15 14:34:50 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2009-07-20 18:12:36 +00:00
|
|
|
|
|
|
|
%description anacron
|
2011-06-30 18:51:13 +00:00
|
|
|
Anacron is part of cronie that is used for running jobs with regular
|
|
|
|
periodicity which do not have exact time of day of execution.
|
|
|
|
|
|
|
|
The default settings of anacron execute the daily, weekly, and monthly
|
|
|
|
jobs, but anacron allows setting arbitrary periodicity of jobs.
|
|
|
|
|
|
|
|
Using anacron allows running the periodic jobs even if the system is often
|
|
|
|
powered off and it also allows randomizing the time of the job execution
|
|
|
|
for better utilization of resources shared among multiple systems.
|
2009-07-20 18:12:36 +00:00
|
|
|
|
2009-10-30 16:35:11 +00:00
|
|
|
%package noanacron
|
2011-03-15 14:34:50 +00:00
|
|
|
Summary: Utility for running simple regular jobs in old cron style
|
|
|
|
Group: System Environment/Base
|
|
|
|
Provides: dailyjobs
|
|
|
|
Requires: crontabs
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2009-10-30 16:35:11 +00:00
|
|
|
|
|
|
|
%description noanacron
|
2011-06-30 18:51:13 +00:00
|
|
|
Old style of running {hourly,daily,weekly,monthly}.jobs without anacron. No
|
|
|
|
extra features.
|
2009-10-30 16:35:11 +00:00
|
|
|
|
2008-01-30 07:59:43 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2016-08-23 13:33:09 +00:00
|
|
|
%patch1 -p1 -b .power
|
2017-05-04 15:20:52 +00:00
|
|
|
%patch2 -p1 -b .y2038
|
2014-07-11 20:58:39 +00:00
|
|
|
|
2008-01-30 07:59:43 +00:00
|
|
|
%build
|
|
|
|
%configure \
|
|
|
|
%if %{with pam}
|
|
|
|
--with-pam \
|
|
|
|
%endif
|
|
|
|
%if %{with selinux}
|
|
|
|
--with-selinux \
|
|
|
|
%endif
|
|
|
|
%if %{with audit}
|
2008-02-07 14:50:24 +00:00
|
|
|
--with-audit \
|
|
|
|
%endif
|
|
|
|
%if %{with inotify}
|
2009-07-20 18:12:36 +00:00
|
|
|
--with-inotify \
|
2008-01-30 07:59:43 +00:00
|
|
|
%endif
|
2011-03-15 14:34:50 +00:00
|
|
|
--enable-anacron \
|
|
|
|
--enable-pie \
|
|
|
|
--enable-relro
|
2009-07-20 18:12:36 +00:00
|
|
|
|
2009-06-18 11:42:28 +00:00
|
|
|
make %{?_smp_mflags}
|
2008-01-30 07:59:43 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT DESTMAN=$RPM_BUILD_ROOT%{_mandir}
|
|
|
|
mkdir -pm700 $RPM_BUILD_ROOT%{_localstatedir}/spool/cron
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/
|
|
|
|
mkdir -pm755 $RPM_BUILD_ROOT%{_sysconfdir}/cron.d/
|
|
|
|
%if ! %{with pam}
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/crond
|
|
|
|
%endif
|
2008-09-18 11:08:25 +00:00
|
|
|
install -m 644 crond.sysconfig $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/crond
|
2008-01-30 07:59:43 +00:00
|
|
|
touch $RPM_BUILD_ROOT%{_sysconfdir}/cron.deny
|
2009-08-14 12:47:30 +00:00
|
|
|
install -m 644 contrib/anacrontab $RPM_BUILD_ROOT%{_sysconfdir}/anacrontab
|
2009-07-20 18:12:36 +00:00
|
|
|
install -c -m755 contrib/0hourly $RPM_BUILD_ROOT%{_sysconfdir}/cron.d/0hourly
|
|
|
|
mkdir -pm 755 $RPM_BUILD_ROOT%{_sysconfdir}/cron.hourly
|
|
|
|
install -c -m755 contrib/0anacron $RPM_BUILD_ROOT%{_sysconfdir}/cron.hourly/0anacron
|
2009-08-14 12:47:30 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/var/spool/anacron
|
|
|
|
touch $RPM_BUILD_ROOT/var/spool/anacron/cron.daily
|
|
|
|
touch $RPM_BUILD_ROOT/var/spool/anacron/cron.weekly
|
|
|
|
touch $RPM_BUILD_ROOT/var/spool/anacron/cron.monthly
|
2008-01-30 07:59:43 +00:00
|
|
|
|
2009-10-30 16:35:11 +00:00
|
|
|
# noanacron package
|
2009-11-03 13:50:35 +00:00
|
|
|
install -m 644 contrib/dailyjobs $RPM_BUILD_ROOT/%{_sysconfdir}/cron.d/dailyjobs
|
2009-10-30 16:35:11 +00:00
|
|
|
|
2010-11-30 12:00:46 +00:00
|
|
|
# install systemd initscript
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/lib/systemd/system/
|
2012-11-22 14:22:49 +00:00
|
|
|
install -m 644 contrib/cronie.systemd $RPM_BUILD_ROOT/lib/systemd/system/crond.service
|
2010-11-30 12:00:46 +00:00
|
|
|
|
2008-01-30 07:59:43 +00:00
|
|
|
%post
|
2011-10-11 16:31:00 +00:00
|
|
|
# run after an installation
|
2012-09-06 10:00:39 +00:00
|
|
|
%systemd_post crond.service
|
2009-08-14 13:54:42 +00:00
|
|
|
|
|
|
|
%post anacron
|
2017-01-03 09:20:45 +00:00
|
|
|
[ -e /var/spool/anacron/cron.daily ] || touch /var/spool/anacron/cron.daily 2>/dev/null || :
|
|
|
|
[ -e /var/spool/anacron/cron.weekly ] || touch /var/spool/anacron/cron.weekly 2>/dev/null || :
|
|
|
|
[ -e /var/spool/anacron/cron.monthly ] || touch /var/spool/anacron/cron.monthly 2>/dev/null || :
|
2008-02-05 14:50:39 +00:00
|
|
|
|
2008-01-30 07:59:43 +00:00
|
|
|
%preun
|
2011-10-11 16:31:00 +00:00
|
|
|
# run before a package is removed
|
2012-09-06 10:00:39 +00:00
|
|
|
%systemd_preun crond.service
|
2008-01-30 07:59:43 +00:00
|
|
|
|
|
|
|
%postun
|
2011-10-11 16:31:00 +00:00
|
|
|
# run after a package is removed
|
2012-09-06 10:00:39 +00:00
|
|
|
%systemd_postun_with_restart crond.service
|
2008-01-30 07:59:43 +00:00
|
|
|
|
2011-10-17 13:06:41 +00:00
|
|
|
%triggerun -- cronie-anacron < 1.4.1
|
2011-05-05 07:05:19 +00:00
|
|
|
# empty /etc/crontab in case there are only old regular jobs
|
2009-08-14 12:47:30 +00:00
|
|
|
cp -a /etc/crontab /etc/crontab.rpmsave
|
|
|
|
sed -e '/^01 \* \* \* \* root run-parts \/etc\/cron\.hourly/d'\
|
|
|
|
-e '/^02 4 \* \* \* root run-parts \/etc\/cron\.daily/d'\
|
|
|
|
-e '/^22 4 \* \* 0 root run-parts \/etc\/cron\.weekly/d'\
|
|
|
|
-e '/^42 4 1 \* \* root run-parts \/etc\/cron\.monthly/d' /etc/crontab.rpmsave > /etc/crontab
|
|
|
|
exit 0
|
|
|
|
|
2011-05-05 07:05:19 +00:00
|
|
|
%triggerun -- cronie < 1.4.7-2
|
|
|
|
# Save the current service runlevel info
|
|
|
|
# User must manually run systemd-sysv-convert --apply crond
|
|
|
|
# to migrate them to systemd targets
|
|
|
|
/usr/bin/systemd-sysv-convert --save crond
|
2008-02-05 14:50:39 +00:00
|
|
|
|
2011-05-05 07:05:19 +00:00
|
|
|
# The package is allowed to autostart:
|
|
|
|
/bin/systemctl enable crond.service >/dev/null 2>&1
|
|
|
|
|
|
|
|
/sbin/chkconfig --del crond >/dev/null 2>&1 || :
|
|
|
|
/bin/systemctl try-restart crond.service >/dev/null 2>&1 || :
|
|
|
|
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
|
|
|
|
|
|
|
%triggerin -- pam, glibc, libselinux
|
|
|
|
# changes in pam, glibc or libselinux can make crond crash
|
|
|
|
# when it calls pam
|
|
|
|
/bin/systemctl try-restart crond.service >/dev/null 2>&1 || :
|
2011-06-30 18:51:13 +00:00
|
|
|
|
2008-01-30 07:59:43 +00:00
|
|
|
%files
|
2014-07-11 20:58:39 +00:00
|
|
|
%doc AUTHORS README ChangeLog
|
|
|
|
%{!?_licensedir:%global license %%doc}
|
2014-09-17 15:13:50 +00:00
|
|
|
%license COPYING
|
2008-01-30 07:59:43 +00:00
|
|
|
%attr(755,root,root) %{_sbindir}/crond
|
2013-01-02 14:34:33 +00:00
|
|
|
%attr(4755,root,root) %{_bindir}/crontab
|
2008-01-30 07:59:43 +00:00
|
|
|
%{_mandir}/man8/crond.*
|
|
|
|
%{_mandir}/man8/cron.*
|
|
|
|
%{_mandir}/man5/crontab.*
|
|
|
|
%{_mandir}/man1/crontab.*
|
|
|
|
%dir %{_localstatedir}/spool/cron
|
|
|
|
%dir %{_sysconfdir}/cron.d
|
|
|
|
%if %{with pam}
|
|
|
|
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pam.d/crond
|
|
|
|
%endif
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/crond
|
|
|
|
%config(noreplace) %{_sysconfdir}/cron.deny
|
2015-04-21 13:40:08 +00:00
|
|
|
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cron.d/0hourly
|
2010-11-30 12:00:46 +00:00
|
|
|
%attr(0644,root,root) /lib/systemd/system/crond.service
|
2009-07-20 18:12:36 +00:00
|
|
|
|
|
|
|
%files anacron
|
|
|
|
%{_sbindir}/anacron
|
2013-01-02 15:09:32 +00:00
|
|
|
%attr(0755,root,root) %{_sysconfdir}/cron.hourly/0anacron
|
2009-11-03 13:50:35 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/anacrontab
|
2009-08-14 12:47:30 +00:00
|
|
|
%dir /var/spool/anacron
|
2015-02-03 11:33:18 +00:00
|
|
|
%ghost %attr(0600,root,root) %verify(not md5 size mtime) /var/spool/anacron/cron.daily
|
|
|
|
%ghost %attr(0600,root,root) %verify(not md5 size mtime) /var/spool/anacron/cron.weekly
|
|
|
|
%ghost %attr(0600,root,root) %verify(not md5 size mtime) /var/spool/anacron/cron.monthly
|
2009-07-20 18:12:36 +00:00
|
|
|
%{_mandir}/man5/anacrontab.*
|
|
|
|
%{_mandir}/man8/anacron.*
|
2008-01-30 07:59:43 +00:00
|
|
|
|
2009-10-30 16:35:11 +00:00
|
|
|
%files noanacron
|
2015-04-21 13:40:08 +00:00
|
|
|
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cron.d/dailyjobs
|
2009-10-30 16:35:11 +00:00
|
|
|
|
2008-01-30 07:59:43 +00:00
|
|
|
%changelog
|
2017-08-02 19:16:38 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 05:38:45 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-05-04 15:20:52 +00:00
|
|
|
* Thu May 4 2017 Tomáš Mráz <tmraz@redhat.com> - 1.5.1-6
|
|
|
|
- fix Y2038 problems in cron and anacron (#1445136)
|
|
|
|
|
2017-02-10 07:58:48 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-03 09:20:45 +00:00
|
|
|
* Tue Jan 3 2017 Tomáš Mráz <tmraz@redhat.com> - 1.5.1-4
|
|
|
|
- make failure of creation of the ghost files in /var non-fatal
|
|
|
|
|
2016-09-05 08:58:35 +00:00
|
|
|
* Mon Sep 5 2016 Tomáš Mráz <tmraz@redhat.com> - 1.5.1-3
|
|
|
|
- on some machines the power supply is named ADP0
|
|
|
|
|
2016-08-23 13:33:09 +00:00
|
|
|
* Tue Aug 23 2016 Tomáš Mráz <tmraz@redhat.com> - 1.5.1-2
|
|
|
|
- query power status directly from kernel
|
|
|
|
|
2016-06-23 17:31:23 +00:00
|
|
|
* Thu Jun 23 2016 Tomáš Mráz <tmraz@redhat.com> - 1.5.1-1
|
|
|
|
- new upstream release
|
|
|
|
|
2016-02-03 18:13:18 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-07-13 11:34:08 +00:00
|
|
|
* Mon Jul 13 2015 Tomáš Mráz <tmraz@redhat.com> - 1.5.0-3
|
|
|
|
- the temp file name used by crontab needs to be ignored by crond
|
|
|
|
|
2015-06-17 03:23:30 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-28 14:25:48 +00:00
|
|
|
* Thu May 28 2015 Tomáš Mráz <tmraz@redhat.com> - 1.5.0-1
|
|
|
|
- new upstream release
|
|
|
|
|
2015-04-21 13:40:08 +00:00
|
|
|
* Tue Apr 21 2015 Tomáš Mráz <tmraz@redhat.com> - 1.4.12-6
|
|
|
|
- mark the 0hourly and dailyjobs crontabs as config
|
|
|
|
- do not add already existing orphan on reload
|
|
|
|
|
2015-02-03 11:33:18 +00:00
|
|
|
* Tue Feb 3 2015 Tomáš Mráz <tmraz@redhat.com> - 1.4.12-5
|
|
|
|
- correct the permissions of the anacron timestamp files
|
|
|
|
|
2015-01-02 10:38:53 +00:00
|
|
|
* Fri Jan 2 2015 Tomáš Mráz <tmraz@redhat.com> - 1.4.12-4
|
|
|
|
- check for NULL pamh on two more places (#1176215)
|
|
|
|
|
2014-12-02 16:08:20 +00:00
|
|
|
* Tue Dec 2 2014 Tomáš Mráz <tmraz@redhat.com> - 1.4.12-3
|
|
|
|
- call PAM only for non-root user or non-system crontabs (#956157)
|
|
|
|
- bypass the PAM check in crontab for root (#1169175)
|
|
|
|
|
2014-11-04 16:50:14 +00:00
|
|
|
* Tue Nov 4 2014 Tomáš Mráz <tmraz@redhat.com> - 1.4.12-2
|
|
|
|
- refresh user entries when jobs are run
|
|
|
|
|
2014-09-17 15:13:50 +00:00
|
|
|
* Wed Sep 17 2014 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.12-1
|
|
|
|
- new release 1.4.12
|
|
|
|
- remove gpl2 license, because it's part of upstream COPYING now
|
|
|
|
|
2014-08-16 01:35:48 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.11-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-11 20:58:39 +00:00
|
|
|
* Fri Jul 11 2014 Tom Callaway <spot@fedoraproject.org> - 1.4.11-8
|
|
|
|
- fix license handling
|
|
|
|
|
2014-06-07 06:10:23 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.11-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-30 12:49:02 +00:00
|
|
|
* Wed Apr 30 2014 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.11-6
|
|
|
|
- unwanted fd could make trouble to SElinux 1075106
|
|
|
|
|
2014-01-16 20:05:22 +00:00
|
|
|
* Thu Jan 16 2014 Ville Skyttä <ville.skytta@iki.fi> - 1.4.11-5
|
|
|
|
- Drop INSTALL from docs, fix rpmlint tabs vs spaces warning.
|
|
|
|
|
2013-09-25 10:35:40 +00:00
|
|
|
* Wed Sep 25 2013 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.11-4
|
|
|
|
- some jobs are not executed because not all environment variables are set 995590
|
2013-09-25 10:39:11 +00:00
|
|
|
- cronie's systemd script use "KillMode=process" 919290
|
2013-09-25 10:35:40 +00:00
|
|
|
|
2013-08-03 06:07:34 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.11-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-22 12:10:15 +00:00
|
|
|
* Mon Jul 22 2013 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.11-2
|
|
|
|
- scriptlets are not created correctly if systemd is not in BR 986698
|
|
|
|
- remove sub-package sysvinit, which is not needed anymore
|
2013-07-22 12:31:06 +00:00
|
|
|
- update license, anacron is under GPLv2+
|
2013-07-22 12:10:15 +00:00
|
|
|
|
2013-07-18 14:24:54 +00:00
|
|
|
* Thu Jul 18 2013 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.11-1
|
|
|
|
- new release 1.4.11 (contains previous bug fixes from 1.4.10-5)
|
|
|
|
|
2013-06-11 18:30:29 +00:00
|
|
|
* Tue Jun 11 2013 Tomáš Mráz <tmraz@redhat.com> - 1.4.10-5
|
|
|
|
- add support for RANDOM_DELAY - delaying job startups
|
|
|
|
- pass some environment variables to processes (LANG, etc.) (#969761)
|
|
|
|
- do not use putenv() with string literals (#971516)
|
|
|
|
|
2013-02-13 19:08:00 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.10-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-02 15:09:32 +00:00
|
|
|
* Wed Jan 2 2013 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.10-3
|
2013-01-02 14:34:33 +00:00
|
|
|
- change configuration files to 644
|
|
|
|
- change 6755 to 4755 for crontab binary
|
|
|
|
|
2012-11-27 09:28:01 +00:00
|
|
|
* Tue Nov 27 2012 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.10-1
|
|
|
|
- New release 1.4.10
|
|
|
|
|
2012-11-22 14:22:49 +00:00
|
|
|
* Thu Nov 22 2012 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.9-1
|
|
|
|
- New release 1.4.9
|
|
|
|
|
2012-09-06 10:00:39 +00:00
|
|
|
* Wed Sep 05 2012 Václav Pavlín <vpavlin@redhat.com> - 1.4.8-13
|
|
|
|
- Scriptlets replaced with new systemd macros (#850070)
|
|
|
|
|
2012-07-27 04:49:43 +00:00
|
|
|
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.8-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-13 00:00:44 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.8-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-10-26 23:40:49 +00:00
|
|
|
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.8-10
|
|
|
|
- Rebuilt for glibc bug#747377
|
|
|
|
|
2011-10-25 20:51:33 +00:00
|
|
|
* Tue Oct 25 2011 Tomáš Mráz <tmraz@redhat.com> - 1.4.8-9
|
|
|
|
- make crond run a little bit later in the boot process (#747759)
|
|
|
|
|
2011-10-17 13:06:41 +00:00
|
|
|
* Mon Oct 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.8-8
|
|
|
|
- change triggerun to fix 735802 during upgrade
|
|
|
|
|
2011-07-27 15:20:47 +00:00
|
|
|
* Wed Jul 27 2011 Karsten Hopp <karsten@redhat.com> 1.4.8-7
|
|
|
|
- rebuild again, ppc still had the broken rpm in the buildroots
|
|
|
|
|
2011-07-21 20:10:13 +00:00
|
|
|
* Thu Jul 21 2011 Rex Dieter <rdieter@fedoraproject.org> 1.4.8-6
|
|
|
|
- rebuild (broken rpm in buildroot)
|
|
|
|
|
2011-07-21 14:26:04 +00:00
|
|
|
* Thu Jul 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.8-5
|
|
|
|
- fix permission of init.d/crond
|
|
|
|
|
2011-06-30 18:51:13 +00:00
|
|
|
* Thu Jun 30 2011 Tomáš Mráz <tmraz@redhat.com> - 1.4.8-4
|
|
|
|
- drop the without systemd build condition
|
|
|
|
- add the chkconfig readding trigger to the sysvinit subpackage
|
|
|
|
|
2011-06-29 14:05:37 +00:00
|
|
|
* Wed Jun 29 2011 Tomáš Mráz <tmraz@redhat.com> - 1.4.8-3
|
|
|
|
- start crond after auditd
|
|
|
|
|
2011-06-29 12:37:04 +00:00
|
|
|
* Wed Jun 29 2011 Tomáš Mráz <tmraz@redhat.com> - 1.4.8-2
|
|
|
|
- fix inotify support to not leak fds (#717505)
|
|
|
|
|
2011-06-28 10:25:53 +00:00
|
|
|
* Tue Jun 28 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.8-1
|
|
|
|
- update to 1.4.8
|
|
|
|
- create sub-package sysvinit for initscript
|
|
|
|
|
2011-05-09 07:42:27 +00:00
|
|
|
* Mon May 9 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.7-3
|
|
|
|
- missing requirement on systemd-sysv for scriptlets
|
|
|
|
|
2011-05-05 07:05:19 +00:00
|
|
|
* Thu May 05 2011 Tomáš Mráz <tmraz@redhat.com> - 1.4.7-2
|
|
|
|
- use only systemd units with systemd
|
|
|
|
- add trigger for restart on glibc, libselinux or pam upgrades (#699189)
|
|
|
|
|
2011-03-15 14:34:50 +00:00
|
|
|
* Tue Mar 15 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.7-1
|
|
|
|
- new release 1.4.7
|
|
|
|
|
2011-02-08 11:52:55 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.6-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-17 13:27:10 +00:00
|
|
|
* Mon Jan 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.6-8
|
|
|
|
- enable crond even with systemctl
|
|
|
|
|
2010-12-16 13:02:06 +00:00
|
|
|
* Thu Dec 16 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.6-7
|
|
|
|
- 663193 rewritten selinux support
|
|
|
|
|
|
|
|
* Wed Dec 15 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.6-6
|
|
|
|
- apply selinux patch from dwalsh
|
|
|
|
|
2010-12-10 17:10:28 +00:00
|
|
|
* Fri Dec 10 2010 Tomas Mraz <tmraz@redhat.com> - 1.4.6-5
|
|
|
|
- do not lock jobs that fall out of allowed range - 661966
|
|
|
|
|
2010-12-02 16:04:46 +00:00
|
|
|
* Thu Dec 02 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.6-4
|
|
|
|
- fix post (thanks plautrba for review)
|
|
|
|
|
2010-11-30 12:00:46 +00:00
|
|
|
* Tue Nov 30 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.6-3
|
|
|
|
- systemd init script 617320
|
|
|
|
|
2010-11-30 11:40:13 +00:00
|
|
|
* Tue Nov 30 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.6-2
|
|
|
|
- fix typos in man pages
|
|
|
|
|
2010-10-22 08:30:04 +00:00
|
|
|
* Fri Oct 22 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.6-1
|
|
|
|
- update to 1.4.6
|
|
|
|
|
2010-08-13 13:59:38 +00:00
|
|
|
* Fri Aug 13 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.5-4
|
2010-08-13 13:40:59 +00:00
|
|
|
- 623908 fix fd leak in anacron, which caused denail of prelink
|
|
|
|
and others
|
|
|
|
|
2010-08-09 07:31:00 +00:00
|
|
|
* Mon Aug 9 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.5-2
|
|
|
|
- remove sendmail from requirements. If it's not installed, it will
|
|
|
|
log into (r)syslog.
|
|
|
|
|
2010-08-02 13:46:27 +00:00
|
|
|
* Mon Aug 2 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.5-1
|
|
|
|
- update to new release
|
|
|
|
|
2010-02-19 08:32:19 +00:00
|
|
|
* Fri Feb 19 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.4-1
|
|
|
|
- update to new release
|
|
|
|
|
2010-02-15 10:13:33 +00:00
|
|
|
* Mon Feb 15 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.3-3
|
|
|
|
- 564894 FTBFS DSOLinking
|
|
|
|
|
2009-11-05 16:21:57 +00:00
|
|
|
* Thu Nov 5 2009 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.3-2
|
|
|
|
- 533189 pam needs add a line and selinux needs defined one function
|
|
|
|
|
2009-11-03 13:50:35 +00:00
|
|
|
* Fri Oct 30 2009 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.3-1
|
|
|
|
- 531963 and 532482 creating noanacron package
|
2009-10-30 16:35:11 +00:00
|
|
|
|
2009-10-19 10:49:20 +00:00
|
|
|
* Mon Oct 19 2009 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.2-2
|
|
|
|
- 529632 service crond stop returns appropriate value
|
|
|
|
|
2009-10-12 10:15:28 +00:00
|
|
|
* Mon Oct 12 2009 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.2-1
|
|
|
|
- new release
|
|
|
|
|
2009-08-21 10:23:21 +00:00
|
|
|
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.4.1-3
|
|
|
|
- rebuilt with new audit
|
|
|
|
|
2009-08-14 13:54:42 +00:00
|
|
|
* Fri Aug 14 2009 Tomas Mraz <tmraz@redhat.com> - 1.4.1-2
|
|
|
|
- create the anacron timestamps in correct post script
|
|
|
|
|
2009-08-14 12:47:30 +00:00
|
|
|
* Fri Aug 14 2009 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.1-1
|
|
|
|
- update to 1.4.1
|
|
|
|
- create and own /var/spool/anacron/cron.{daily,weekly,monthly} to
|
|
|
|
remove false warning about non existent files
|
|
|
|
- Resolves: 517398
|
|
|
|
|
2009-08-05 16:51:09 +00:00
|
|
|
* Wed Aug 5 2009 Tomas Mraz <tmraz@redhat.com> - 1.4-4
|
|
|
|
- 515762 move anacron provides and obsoletes to the anacron subpackage
|
|
|
|
|
2009-07-24 19:39:27 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-20 18:53:47 +00:00
|
|
|
* Mon Jul 20 2009 Marcela Mašláňová <mmaslano@redhat.com> - 1.4-2
|
|
|
|
- merge cronie and anacron in new release of cronie
|
|
|
|
- obsolete/provide anacron in spec
|
2009-07-20 18:12:36 +00:00
|
|
|
|
2009-06-18 11:42:28 +00:00
|
|
|
* Thu Jun 18 2009 Marcela Mašláňová <mmaslano@redhat.com> - 1.3-2
|
|
|
|
- 506560 check return value of access
|
|
|
|
|
2009-04-27 10:22:22 +00:00
|
|
|
* Mon Apr 27 2009 Marcela Mašláňová <mmaslano@redhat.com> - 1.3-1
|
|
|
|
- new release
|
|
|
|
|
|
|
|
* Fri Apr 24 2009 Marcela Mašláňová <mmaslano@redhat.com> - 1.2-8
|
|
|
|
- 496973 close file descriptors after exec
|
|
|
|
|
2009-03-09 08:12:18 +00:00
|
|
|
* Mon Mar 9 2009 Tomas Mraz <tmraz@redhat.com> - 1.2-7
|
|
|
|
- rebuild
|
|
|
|
|
2009-02-24 09:42:53 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-12-23 09:19:19 +00:00
|
|
|
* Tue Dec 23 2008 Marcela Mašláňová <mmaslano@redhat.com> - 1.2-5
|
|
|
|
- 477100 NO_FOLLOW was removed, reload after change in symlinked
|
|
|
|
crontab is needed, man updated.
|
|
|
|
|
2008-10-24 12:58:41 +00:00
|
|
|
* Fri Oct 24 2008 Marcela Mašláňová <mmaslano@redhat.com> - 1.2-4
|
|
|
|
- update init script
|
|
|
|
|
2008-09-25 12:49:00 +00:00
|
|
|
* Thu Sep 25 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.2-3
|
|
|
|
- add sendmail file into requirement, cause it's needed some MTA
|
|
|
|
|
2008-09-18 11:08:25 +00:00
|
|
|
* Thu Sep 18 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.2-2
|
|
|
|
- 462252 /etc/sysconfig/crond does not need to be executable
|
|
|
|
|
2008-06-26 14:07:20 +00:00
|
|
|
* Thu Jun 26 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.2-1
|
|
|
|
- update to 1.2
|
|
|
|
|
2008-06-18 21:21:24 +00:00
|
|
|
* Tue Jun 17 2008 Tomas Mraz <tmraz@redhat.com> - 1.1-3
|
|
|
|
- fix setting keycreate context
|
|
|
|
- unify logging a bit
|
|
|
|
- cleanup some warnings and fix a typo in TZ code
|
|
|
|
- 450993 improve and fix inotify support
|
|
|
|
|
2008-06-04 08:05:28 +00:00
|
|
|
* Wed Jun 4 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.1-2
|
|
|
|
- 49864 upgrade/update problem. Syntax error in spec.
|
|
|
|
|
2008-06-02 08:01:27 +00:00
|
|
|
* Wed May 28 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.1-1
|
|
|
|
- release 1.1
|
|
|
|
|
2008-05-20 11:53:30 +00:00
|
|
|
* Tue May 20 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.0-6
|
|
|
|
- 446360 check for lock didn't call chkconfig
|
|
|
|
|
2008-02-12 15:13:11 +00:00
|
|
|
* Tue Feb 12 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.0-5
|
|
|
|
- upgrade from less than cronie-1.0-4 didn't add chkconfig
|
|
|
|
|
2008-02-07 14:50:24 +00:00
|
|
|
* Wed Feb 6 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.0-4
|
|
|
|
- 431366 after reboot wasn't cron in chkconfig
|
|
|
|
|
2008-02-05 14:50:39 +00:00
|
|
|
* Tue Feb 5 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.0-3
|
|
|
|
- 431366 trigger part => after update from vixie-cron on cronie will
|
2014-01-16 20:05:22 +00:00
|
|
|
be daemon running.
|
2008-02-05 14:50:39 +00:00
|
|
|
|
2008-01-30 15:25:26 +00:00
|
|
|
* Wed Jan 30 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.0-2
|
|
|
|
- change the provides on higher version than obsoletes
|
|
|
|
|
2008-01-30 07:59:43 +00:00
|
|
|
* Tue Jan 8 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.0-1
|
|
|
|
- packaging cronie
|
|
|
|
- thank's for help with packaging to my reviewers
|