Hello community,

here is the log from the commit of package cronie for openSUSE:Factory
checked in at Tue Jul 12 13:50:29 CEST 2011.



--------
--- cronie/cronie.changes       2011-06-07 17:18:09.000000000 +0200
+++ cronie/cronie.changes       2011-07-11 12:30:39.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jul 11 10:28:40 UTC 2011 - [email protected]
+
+- changed run-parts to run-crons in anacron (bnc#689494)
+
+-------------------------------------------------------------------
@@ -4 +9 @@
-- Mention possibility of disabling logging to syslog in a crontab 
+- mention possibility of disabling logging to syslog in the crontab 

calling whatdependson for head-i586


New:
----
  cronie-anacron-1.4.7-run-crons.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cronie.spec ++++++
--- /var/tmp/diff_new_pack.yBwh4r/_old  2011-07-12 13:49:46.000000000 +0200
+++ /var/tmp/diff_new_pack.yBwh4r/_new  2011-07-12 13:49:46.000000000 +0200
@@ -30,7 +30,7 @@
 AutoReqProv:    on
 PreReq:         permissions %fillup_prereq %insserv_prereq cron 
sysvinit(syslog)
 Version:        1.4.7
-Release:        13
+Release:        14
 %{expand: %%define cronie_version %version}
 Summary:        Cron Daemon
 Source0:        %name-%version.tar.gz
@@ -54,6 +54,8 @@
 Patch6:         cronie-1.4.7-syslog_output.patch
 # PATCH-FIX-UPSTREAM mention logging disabling for a command in man
 Patch7:         cronie-1.4.7-disable_logging.patch
+# PATCH-FIX-UPSTREAM use run-crons instead of run-parts for anacron 
(bnc#689494)
+Patch8:         cronie-anacron-1.4.7-run-crons.patch
 Conflicts:      cron <= 4.1
 # When finish update protection of sles11 we could uncomment line bellow and 
drop all
 # ugly hacks with subpackage cron needed for proper update proces
@@ -72,7 +74,7 @@
 %package -n cron
 License:        MIT and BSD and GPLv2
 Version:        4.2
-Release:        13
+Release:        14
 Summary:        Auxiliary package
 Group:          System/Daemons
 Requires:       %{name} = %{cronie_version}-%{release}
@@ -98,6 +100,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 cp %{S:7} ./cron_to_cronie.README
 
 %build


++++++ cronie-anacron-1.4.7-run-crons.patch ++++++
Index: cronie-1.4.7/contrib/anacrontab
===================================================================
--- cronie-1.4.7.orig/contrib/anacrontab
+++ cronie-1.4.7/contrib/anacrontab
@@ -11,6 +11,6 @@ RANDOM_DELAY=45
 START_HOURS_RANGE=3-22
 
 #period in days   delay in minutes   job-identifier   command
-1      5       cron.daily              nice run-parts /etc/cron.daily
-7      25      cron.weekly             nice run-parts /etc/cron.weekly
-@monthly 45    cron.monthly            nice run-parts /etc/cron.monthly
+1      5       cron.daily              nice /usr/lib/cron/run-crons 
/etc/cron.daily
+7      25      cron.weekly             nice /usr/lib/cron/run-crons 
/etc/cron.weekly
+@monthly 45    cron.monthly            nice /usr/lib/cron/run-crons 
/etc/cron.monthly
Index: cronie-1.4.7/man/anacrontab.5
===================================================================
--- cronie-1.4.7.orig/man/anacrontab.5
+++ cronie-1.4.7/man/anacrontab.5
@@ -79,9 +79,9 @@ RANDOM_DELAY=30
 # Anacron jobs will start between 6am and 8am.
 START_HOURS_RANGE=6-8
 # delay will be 5 minutes + RANDOM_DELAY for cron.daily
-1              5       cron.daily              nice run-parts /etc/cron.daily
-7              0       cron.weekly             nice run-parts /etc/cron.weekly
-@monthly       0       cron.monthly            nice run-parts /etc/cron.monthly
+1              5       cron.daily              nice /usr/lib/cron/run-crons 
/etc/cron.daily
+7              0       cron.weekly             nice /usr/lib/cron/run-crons 
/etc/cron.weekly
+@monthly       0       cron.monthly            nice /usr/lib/cron/run-crons 
/etc/cron.monthly
 .fi
 .SH "SEE ALSO"
 .BR anacron (8),

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to