From cbf674b035a20ecc5bb3ab811562e2b42a6bd1e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Mon, 5 May 2008 09:26:00 +0000 Subject: [PATCH] - 445079 delay script failed in case DELAY is zero --- crontabs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/crontabs.spec b/crontabs.spec index 0ffc9b0..d917199 100644 --- a/crontabs.spec +++ b/crontabs.spec @@ -1,7 +1,7 @@ Summary: Root crontab files used to schedule the execution of programs Name: crontabs Version: 1.10 -Release: 20%{?dist} +Release: 21%{?dist} License: Public Domain and GPLv2 Group: System Environment/Base Source0: crontab @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) /etc/sysconfig/crontab %changelog +* Mon May 5 2008 Marcela Maslanova 1.10-21 +- 445079 delay script failed in case DELAY is zero + * Fri Apr 4 2008 Marcela Maslanova 1.10-20 - 440410 log pid of process instead of logger's pid