rpms/crontabs/devel .cvsignore, 1.3, 1.4 crontab, 1.1, 1.2 crontabs.spec, 1.25, 1.26 sources, 1.4, 1.5

Marcela Mašláňová (mmaslano) fedora-extras-commits at redhat.com
Wed May 28 14:00:58 UTC 2008


Author: mmaslano

Update of /cvs/pkgs/rpms/crontabs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23617

Modified Files:
	.cvsignore crontab crontabs.spec sources 
Log Message:
- remove scripts for delay, anacron now own most of the scripts.
Crontabs owns only run-parts, /etc/crontab and crontabs sysconfig.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/crontabs/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	22 Aug 2007 09:25:05 -0000	1.3
+++ .cvsignore	28 May 2008 14:00:16 -0000	1.4
@@ -1,2 +1 @@
-000-delay.cron
 config


Index: crontab
===================================================================
RCS file: /cvs/pkgs/rpms/crontabs/devel/crontab,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- crontab	9 Sep 2004 03:58:18 -0000	1.1
+++ crontab	28 May 2008 14:00:16 -0000	1.2
@@ -5,6 +5,3 @@
 
 # run-parts
 01 * * * * root run-parts /etc/cron.hourly
-02 4 * * * root run-parts /etc/cron.daily
-22 4 * * 0 root run-parts /etc/cron.weekly
-42 4 1 * * root run-parts /etc/cron.monthly


Index: crontabs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/crontabs/devel/crontabs.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- crontabs.spec	5 May 2008 09:26:00 -0000	1.25
+++ crontabs.spec	28 May 2008 14:00:16 -0000	1.26
@@ -1,13 +1,12 @@
 Summary: Root crontab files used to schedule the execution of programs
 Name: crontabs
 Version: 1.10
-Release: 21%{?dist}
+Release: 22%{?dist}
 License: Public Domain and GPLv2
 Group: System Environment/Base
 Source0: crontab
 Source1: run-parts
-Source2: 000-delay.cron
-Source3: config
+Source2: config
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -23,15 +22,11 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/etc/cron.{hourly,daily,weekly,monthly}
 mkdir -p $RPM_BUILD_ROOT/usr/bin
 mkdir -p $RPM_BUILD_ROOT/etc/sysconfig
-cp -p %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/crontab
+cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/crontab
 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 ../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
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -40,16 +35,13 @@
 %defattr(-,root,root,-)
 %config(noreplace) /etc/crontab
 %{_bindir}/run-parts
-%dir /etc/cron.hourly
-%dir /etc/cron.daily
-%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.monthly/000-delay.cron
 %config(noreplace) /etc/sysconfig/crontab
 
 %changelog
+* Wed May 28 2008 Marcela Maslanova <mmaslano at redhat.com> 1.10-22
+- remove scripts for delay, anacron now own most of the scripts. 
+Crontabs owns only run-parts, /etc/crontab and crontabs sysconfig.
+
 * Mon May 5 2008 Marcela Maslanova <mmaslano at redhat.com> 1.10-21
 - 445079 delay script failed in case DELAY is zero
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/crontabs/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	30 Aug 2007 12:32:56 -0000	1.4
+++ sources	28 May 2008 14:00:16 -0000	1.5
@@ -1,2 +1 @@
 ba1e7d606a110d281c16d9d49c6f335d  config
-159145e4bdd9f0fc6efaf040cba3480c  000-delay.cron




More information about the fedora-extras-commits mailing list