Apply correct patch and change release number.

This commit is contained in:
Marcela Mašláňová 2010-08-13 15:59:38 +02:00
parent 4104d4bc87
commit c135c692b7
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ diff -up cronie-1.4.5/anacron/main.c.fd cronie-1.4.5/anacron/main.c
record_start_time(); record_start_time();
read_tab(cwd); read_tab(cwd);
+ fclose(cwd); + close(cwd);
arrange_jobs(); arrange_jobs();
if (testing_only) if (testing_only)

View File

@ -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.5 Version: 1.4.5
Release: 3%{?dist} Release: 4%{?dist}
License: MIT and BSD and ISC and GPLv2 License: MIT and BSD and ISC and GPLv2
Group: System Environment/Base Group: System Environment/Base
URL: https://fedorahosted.org/cronie URL: https://fedorahosted.org/cronie
@ -195,7 +195,7 @@ cp -a /var/lock/subsys/crond /var/lock/subsys/cronie > /dev/null 2>&1 ||:
%attr(0644,root,root) %{_sysconfdir}/cron.d/dailyjobs %attr(0644,root,root) %{_sysconfdir}/cron.d/dailyjobs
%changelog %changelog
* Fri Aug 13 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.5-3 * Fri Aug 13 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.5-4
- 623908 fix fd leak in anacron, which caused denail of prelink - 623908 fix fd leak in anacron, which caused denail of prelink
and others and others