Rebuilt
This commit is contained in:
parent
734f58c079
commit
3efe7b52e2
@ -1,7 +1,7 @@
|
||||
Summary: Root crontab files used to schedule the execution of programs.
|
||||
Name: crontabs
|
||||
Version: 1.10
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?dist}
|
||||
License: Public Domain
|
||||
Group: System Environment/Base
|
||||
Source0: crontab
|
||||
@ -28,7 +28,7 @@ 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 -s $RPM_BUILD_ROOT/etc/cron.weekly/000-delay.cron $RPM_BUILD_ROOT/etc/cron.daily/000-delay.cron
|
||||
ln -s ./etc/cron.daily/000-delay.cron $RPM_BUILD_ROOT/etc/cron.weekly/000-delay.cron
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -42,11 +42,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir /etc/cron.weekly
|
||||
%dir /etc/cron.monthly
|
||||
%dir /etc/cron.daily/000-delay.cron
|
||||
#%dir /etc/cron.weekly/000-delay.cron
|
||||
%dir /etc/cron.weekly/000-delay.cron
|
||||
|
||||
%changelog
|
||||
* Wed Jan 24 2007 Marcela Maslanova <mmaslano@redhat.com> 1.10-10
|
||||
- crontabs should ignore Cfengine files
|
||||
* Wed Jan 24 2007 Marcela Maslanova <mmaslano@redhat.com> 1.10-11
|
||||
- crontabs should ignore Cfengine files, rebuilt
|
||||
- Resolves: rhbz#223472
|
||||
|
||||
* Wed Oct 11 2006 Marcela Maslanova <mmaslano@redhat.com> 1.10-9
|
||||
|
Loading…
Reference in New Issue
Block a user