Update to 1.4.6.
This commit is contained in:
parent
c135c692b7
commit
873bb3b1e4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
cronie-1.4.4.tar.gz
|
||||
cronie-1.4.5.tar.gz
|
||||
/cronie-1.4.6.tar.gz
|
||||
|
@ -1,11 +0,0 @@
|
||||
diff -up cronie-1.4.5/anacron/main.c.fd cronie-1.4.5/anacron/main.c
|
||||
--- cronie-1.4.5/anacron/main.c.fd 2010-07-12 09:04:21.000000000 +0200
|
||||
+++ cronie-1.4.5/anacron/main.c 2010-08-13 15:11:10.175529431 +0200
|
||||
@@ -493,6 +493,7 @@ main(int argc, char *argv[])
|
||||
|
||||
record_start_time();
|
||||
read_tab(cwd);
|
||||
+ close(cwd);
|
||||
arrange_jobs();
|
||||
|
||||
if (testing_only)
|
11
cronie.spec
11
cronie.spec
@ -5,14 +5,12 @@
|
||||
|
||||
Summary: Cron daemon for executing programs at set times
|
||||
Name: cronie
|
||||
Version: 1.4.5
|
||||
Release: 4%{?dist}
|
||||
Version: 1.4.6
|
||||
Release: 1%{?dist}
|
||||
License: MIT and BSD and ISC and GPLv2
|
||||
Group: System Environment/Base
|
||||
URL: https://fedorahosted.org/cronie
|
||||
Source0: https://fedorahosted.org/releases/c/r/cronie/%{name}-%{version}.tar.gz
|
||||
Patch0: cronie-anacron-closefd.patch
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Requires: syslog, bash >= 2.0
|
||||
Conflicts: sysklogd < 1.4.1
|
||||
@ -72,7 +70,6 @@ Old style of {hourly,daily,weekly,monthly}.jobs without anacron. No features.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
|
||||
@ -94,7 +91,6 @@ Old style of {hourly,daily,weekly,monthly}.jobs without anacron. No features.
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT DESTMAN=$RPM_BUILD_ROOT%{_mandir}
|
||||
mkdir -pm700 $RPM_BUILD_ROOT%{_localstatedir}/spool/cron
|
||||
mkdir -pm755 $RPM_BUILD_ROOT%{_initrddir}
|
||||
@ -195,6 +191,9 @@ cp -a /var/lock/subsys/crond /var/lock/subsys/cronie > /dev/null 2>&1 ||:
|
||||
%attr(0644,root,root) %{_sysconfdir}/cron.d/dailyjobs
|
||||
|
||||
%changelog
|
||||
* Fri Oct 22 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.6-1
|
||||
- update to 1.4.6
|
||||
|
||||
* 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
|
||||
and others
|
||||
|
Loading…
Reference in New Issue
Block a user