Enhencement #110894
This commit is contained in:
parent
08178afa20
commit
cbff197289
@ -0,0 +1 @@
|
||||
000-delay.cron
|
@ -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 <mmaslano@redhat.com> 1.10-9
|
||||
- patch (#110894) for delaying more emails in the moment
|
||||
|
||||
* Fri Jul 14 2006 Jesse Keating <jkeating@redhat.com> 0 1.10-8
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user