Hello community,

here is the log from the commit of package cronie for openSUSE:Factory checked 
in at 2014-11-13 09:19:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2014-09-24 
13:09:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cronie.new/cronie.changes       2014-11-13 
09:19:38.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 03:14:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashisms in pre scripts
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cronie.spec ++++++
--- /var/tmp/diff_new_pack.xbEljj/_old  2014-11-13 09:19:39.000000000 +0100
+++ /var/tmp/diff_new_pack.xbEljj/_new  2014-11-13 09:19:39.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 # 3 : we don't need to do something with /etc/sysconfig/cron for now
-%define cron_configs 
\{%{_sysconfdir}/pam.d/crond,%{_sysconfdir}/crontab,%{_sysconfdir}/cron.deny,%{_sysconfdir}/omc/srvinfo.d/cron.xml\}
+%define cron_configs %{_sysconfdir}/pam.d/crond %{_sysconfdir}/crontab 
%{_sysconfdir}/cron.deny %{_sysconfdir}/omc/srvinfo.d/cron.xml
 Name:           cronie
 Version:        1.4.12
 Release:        0
@@ -153,7 +153,7 @@
 # check if we are doing "ugly" update from old 4.1 vixie-cron
 check_cron_mail_feature=`%{_sbindir}/cron --help 2>&1 | %{_bindir}/grep mail`
 # vixie-cron 4.1 doesn't contain mail fature
-if [ -e %{_sbindir}/cron -a "${check_cron_mail_feature}" == "" ]; then
+if [ -e %{_sbindir}/cron -a -z "${check_cron_mail_feature}" ]; then
        # save configs for cronie post-install phase
        touch %{_localstatedir}/run/update_from_old_cron
        echo $1


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to