Review
This commit is contained in:
parent
282b2909c1
commit
b8fe812052
@ -1,14 +1,14 @@
|
||||
Summary: Root crontab files used to schedule the execution of programs.
|
||||
Summary: Root crontab files used to schedule the execution of programs
|
||||
Name: crontabs
|
||||
Version: 1.10
|
||||
Release: 12%{?dist}
|
||||
Release: 14%{?dist}
|
||||
License: Public Domain
|
||||
Group: System Environment/Base
|
||||
Source0: crontab
|
||||
Source1: run-parts
|
||||
Source2: 000-delay.cron
|
||||
BuildArchitectures: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%description
|
||||
The crontabs package contains root crontab files. Crontab is the
|
||||
@ -25,9 +25,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT/etc/cron.{hourly,daily,weekly,monthly}
|
||||
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
|
||||
install -m644 ./crontab $RPM_BUILD_ROOT/etc/crontab
|
||||
install -m755 ./run-parts $RPM_BUILD_ROOT/usr/bin/run-parts
|
||||
install -m755 ./000-delay.cron $RPM_BUILD_ROOT/etc/cron.daily/000-delay.cron
|
||||
ln -s ../cron.daily/000-delay.cron $RPM_BUILD_ROOT/etc/cron.weekly/000-delay.cron
|
||||
ln -s ../cron.daily/000-delay.cron $RPM_BUILD_ROOT/etc/cron.monthly/000-delay.cron
|
||||
|
||||
@ -47,6 +47,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir /etc/cron.monthly/000-delay.cron
|
||||
|
||||
%changelog
|
||||
* Tue Feb 27 2007 Marcela Maslanova <mmaslano@redhat.com> 1.10-14
|
||||
- review again
|
||||
|
||||
* Thu Feb 8 2007 Marcela Maslanova <mmaslano@redhat.com> 1.10-13
|
||||
- rhbz#225662 review
|
||||
|
||||
* Mon Jan 29 2007 Marcela Maslanova <mmaslano@redhat.com> 1.10-12
|
||||
- link daily,weekly,monthly
|
||||
- rhbz#224687
|
||||
|
Loading…
Reference in New Issue
Block a user