Hello community,

here is the log from the commit of package cronie for openSUSE:Factory checked 
in at 2020-09-04 10:52:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cronie (Old)
 and      /work/SRC/openSUSE:Factory/.cronie.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cronie"

Fri Sep  4 10:52:42 2020 rev:80 rq:830856 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/cronie/cronie.changes    2020-06-25 
16:47:16.752923313 +0200
+++ /work/SRC/openSUSE:Factory/.cronie.new.3399/cronie.changes  2020-09-04 
10:52:45.678419219 +0200
@@ -1,0 +2,10 @@
+Mon Aug 31 14:25:09 UTC 2020 - Kristyna Streitova <[email protected]>
+
+- Use the new value of %_libexecdir macro (/usr/lib -> /usr/libexec)
+  in crontab and other occurences: [bsc#1175934]
+  * cronie-anacron-1.4.7-run-crons.patch
+  * run-crons
+  * sample.root
+  * sysconfig.cron
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cronie-anacron-1.4.7-run-crons.patch ++++++
--- /var/tmp/diff_new_pack.etVNgf/_old  2020-09-04 10:52:48.638420805 +0200
+++ /var/tmp/diff_new_pack.etVNgf/_new  2020-09-04 10:52:48.638420805 +0200
@@ -1,7 +1,7 @@
-Index: cronie-1.4.7/contrib/anacrontab
+Index: cronie-cronie-1.5.5/contrib/anacrontab
 ===================================================================
---- cronie-1.4.7.orig/contrib/anacrontab
-+++ cronie-1.4.7/contrib/anacrontab
+--- cronie-cronie-1.5.5.orig/contrib/anacrontab
++++ cronie-cronie-1.5.5/contrib/anacrontab
 @@ -11,6 +11,6 @@ RANDOM_DELAY=45
  START_HOURS_RANGE=3-22
  
@@ -9,23 +9,23 @@
 -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
++1     5       cron.daily              nice /usr/libexec/cron/run-crons 
/etc/cron.daily
++7     25      cron.weekly             nice /usr/libexec/cron/run-crons 
/etc/cron.weekly
++@monthly 45   cron.monthly            nice /usr/libexec/cron/run-crons 
/etc/cron.monthly
+Index: cronie-cronie-1.5.5/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
+--- cronie-cronie-1.5.5.orig/man/anacrontab.5
++++ cronie-cronie-1.5.5/man/anacrontab.5
+@@ -97,9 +97,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
++1             5       cron.daily              nice 
/usr/libexec/cron/run-crons /etc/cron.daily
++7             0       cron.weekly             nice 
/usr/libexec/cron/run-crons /etc/cron.weekly
++@monthly      0       cron.monthly            nice 
/usr/libexec/cron/run-crons /etc/cron.monthly
  .fi
  .SH "SEE ALSO"
  .BR anacron (8),

++++++ run-crons ++++++
--- /var/tmp/diff_new_pack.etVNgf/_old  2020-09-04 10:52:48.686420831 +0200
+++ /var/tmp/diff_new_pack.etVNgf/_new  2020-09-04 10:52:48.690420832 +0200
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# /usr/lib/cron/run-crons
+# /usr/libexec/cron/run-crons
 #
 # Copyright (c) 1998-2001 SuSE GmbH Nuernberg, Germany. All rights reserved.
 #

++++++ sample.root ++++++
--- /var/tmp/diff_new_pack.etVNgf/_old  2020-09-04 10:52:48.706420841 +0200
+++ /var/tmp/diff_new_pack.etVNgf/_new  2020-09-04 10:52:48.710420844 +0200
@@ -12,5 +12,5 @@
 # |  |  |  |  .---- day of week (0 - 6) (Sunday=0 or 7) OR 
sun,mon,tue,wed,thu,fri,sat
 # |  |  |  |  |
 # *  *  *  *  * user-name command to be executed
--*/15 * * * *   root  test -x /usr/lib/cron/run-crons && 
/usr/lib/cron/run-crons >/dev/null 2>&1
+-*/15 * * * *   root  test -x /usr/libexec/cron/run-crons && 
/usr/libexec/cron/run-crons >/dev/null 2>&1
 

++++++ sysconfig.cron ++++++
--- /var/tmp/diff_new_pack.etVNgf/_old  2020-09-04 10:52:48.726420852 +0200
+++ /var/tmp/diff_new_pack.etVNgf/_new  2020-09-04 10:52:48.726420852 +0200
@@ -22,7 +22,7 @@
 # 0 to skip this. This is for users who will power off their system.
 #
 # There is a fixed max. of 14 days set,  if you want to override this
-# change MAX_NOT_RUN_FORCE in /usr/lib/cron/run-crons
+# change MAX_NOT_RUN_FORCE in /usr/libexec/cron/run-crons
 MAX_NOT_RUN="5"
 
 ## Type:       yesno


Reply via email to