Drop INSTALL from docs, fix rpmlint tabs vs spaces warning.
This commit is contained in:
parent
ed73090ea1
commit
33d5961320
@ -6,7 +6,7 @@
|
|||||||
Summary: Cron daemon for executing programs at set times
|
Summary: Cron daemon for executing programs at set times
|
||||||
Name: cronie
|
Name: cronie
|
||||||
Version: 1.4.11
|
Version: 1.4.11
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Patch0: correct-env.patch
|
Patch0: correct-env.patch
|
||||||
Patch1: unitfile-killprocess.patch
|
Patch1: unitfile-killprocess.patch
|
||||||
License: MIT and BSD and ISC and GPLv2+
|
License: MIT and BSD and ISC and GPLv2+
|
||||||
@ -171,7 +171,7 @@ exit 0
|
|||||||
/bin/systemctl try-restart crond.service >/dev/null 2>&1 || :
|
/bin/systemctl try-restart crond.service >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS COPYING INSTALL README ChangeLog
|
%doc AUTHORS COPYING README ChangeLog
|
||||||
%attr(755,root,root) %{_sbindir}/crond
|
%attr(755,root,root) %{_sbindir}/crond
|
||||||
%attr(4755,root,root) %{_bindir}/crontab
|
%attr(4755,root,root) %{_bindir}/crontab
|
||||||
%{_mandir}/man8/crond.*
|
%{_mandir}/man8/crond.*
|
||||||
@ -203,6 +203,9 @@ exit 0
|
|||||||
%attr(0644,root,root) %{_sysconfdir}/cron.d/dailyjobs
|
%attr(0644,root,root) %{_sysconfdir}/cron.d/dailyjobs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 16 2014 Ville Skyttä <ville.skytta@iki.fi> - 1.4.11-5
|
||||||
|
- Drop INSTALL from docs, fix rpmlint tabs vs spaces warning.
|
||||||
|
|
||||||
* Wed Sep 25 2013 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.11-4
|
* 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
|
- some jobs are not executed because not all environment variables are set 995590
|
||||||
- cronie's systemd script use "KillMode=process" 919290
|
- cronie's systemd script use "KillMode=process" 919290
|
||||||
@ -419,7 +422,7 @@ exit 0
|
|||||||
|
|
||||||
* Tue Feb 5 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.0-3
|
* Tue Feb 5 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.0-3
|
||||||
- 431366 trigger part => after update from vixie-cron on cronie will
|
- 431366 trigger part => after update from vixie-cron on cronie will
|
||||||
be daemon running.
|
be daemon running.
|
||||||
|
|
||||||
* Wed Jan 30 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.0-2
|
* Wed Jan 30 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.0-2
|
||||||
- change the provides on higher version than obsoletes
|
- change the provides on higher version than obsoletes
|
||||||
|
Loading…
Reference in New Issue
Block a user