Hello community,

here is the log from the commit of package cronie for openSUSE:Factory checked 
in at 2016-09-12 13:21:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cronie (Old)
 and      /work/SRC/openSUSE:Factory/.cronie.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cronie"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cronie/cronie.changes    2015-07-16 
17:15:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cronie.new/cronie.changes       2016-09-12 
13:21:43.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Sep  8 10:24:43 UTC 2016 - tchva...@suse.com
+
+- Add fix for bnc#983925 to run crons even when not on AC_POWER
+  * Nowdays it does not make much sense to not run crons when on
+    battery and actually it can even confuse people
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cronie.spec ++++++
--- /var/tmp/diff_new_pack.ktECpk/_old  2016-09-12 13:21:44.000000000 +0200
+++ /var/tmp/diff_new_pack.ktECpk/_new  2016-09-12 13:21:44.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cronie
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed


++++++ run-crons ++++++
--- /var/tmp/diff_new_pack.ktECpk/_old  2016-09-12 13:21:44.000000000 +0200
+++ /var/tmp/diff_new_pack.ktECpk/_new  2016-09-12 13:21:44.000000000 +0200
@@ -32,17 +32,8 @@
 #        add variable to disable mail if all jobs returned 0
 #     2015-06-25 - jmate...@suse.com
 #        bnc#812367 support MAILFROM as cron does
-#
-
-#
-# Don't run jobs on laptops, that are AC-offline
-#
-if test -x /usr/bin/on_ac_power ; then
-       on_ac_power -q
-       if [ "$?" = "1" ]; then
-               exit 0
-       fi
-fi
+#     2016-08-08 - tchva...@suse.com
+#        bnc#983925 run crons even on battery
 
 if [ -f /etc/sysconfig/cron ]; then
        . /etc/sysconfig/cron


Reply via email to