From cbff1972893b9dfd61873d99ded9d1fce287c74c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Wed, 11 Oct 2006 15:28:33 +0000 Subject: [PATCH] Enhencement #110894 --- .cvsignore | 1 + crontabs.spec | 8 +++++++- sources | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.cvsignore b/.cvsignore index e69de29..c32f57e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +000-delay.cron diff --git a/crontabs.spec b/crontabs.spec index 7c38561..e489040 100644 --- a/crontabs.spec +++ b/crontabs.spec @@ -1,11 +1,12 @@ Summary: Root crontab files used to schedule the execution of programs. Name: crontabs Version: 1.10 -Release: 8 +Release: 9%{?dist} License: Public Domain Group: System Environment/Base Source0: crontab Source1: run-parts +Source2: 000-delay.cron BuildArchitectures: noarch BuildRoot: %{_tmppath}/%{name}-root @@ -26,6 +27,8 @@ mkdir -p $RPM_BUILD_ROOT/usr/bin install -m644 $RPM_SOURCE_DIR/crontab $RPM_BUILD_ROOT/etc/crontab install -m755 $RPM_SOURCE_DIR/run-parts $RPM_BUILD_ROOT/usr/bin/run-parts +install -m755 $RPM_SOURCE_DIR/000-delay.cron $RPM_BUILD_ROOT/etc/cron.daily/000-delay.cron +ln $RPM_BUILD_ROOT/etc/cron.weekly/000-delay.cron $RPM_BUILD_ROOT/etc/cron.daily/000-delay.cron %clean rm -rf $RPM_BUILD_ROOT @@ -40,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT %dir /etc/cron.monthly %changelog +* Wed Oct 11 2006 Marcela Maslanova 1.10-9 +- patch (#110894) for delaying more emails in the moment + * Fri Jul 14 2006 Jesse Keating 0 1.10-8 - rebuilt diff --git a/sources b/sources index e69de29..fd0ff24 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +388110fb6a3790595b220b1585117a0e 000-delay.cron