Hello community, here is the log from the commit of package kdump for openSUSE:Factory checked in at 2014-11-15 11:44:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdump (Old) and /work/SRC/openSUSE:Factory/.kdump.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdump" Changes: -------- --- /work/SRC/openSUSE:Factory/kdump/kdump.changes 2014-09-28 19:55:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kdump.new/kdump.changes 2014-11-15 12:17:54.000000000 +0100 @@ -1,0 +2,5 @@ +Sun Nov 09 05:26:00 UTC 2014 - Led <[email protected]> + +- fix bashisms in post/postun scripts + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdump.spec ++++++ --- /var/tmp/diff_new_pack.lfIRqe/_old 2014-11-15 12:17:55.000000000 +0100 +++ /var/tmp/diff_new_pack.lfIRqe/_new 2014-11-15 12:17:55.000000000 +0100 @@ -183,11 +183,11 @@ change_permission=1 fi %{fillup_and_insserv -n kdump boot.kdump} -if (( $change_permission )) ; then +if [ "$change_permission" = 1 ]; then chmod 0600 /etc/sysconfig/kdump fi # if /var/log/dump is empty, make it a symlink to /var/crash -if test -d /var/log/dump && rmdir /var/log/dump &>/dev/null || +if test -d /var/log/dump && rmdir /var/log/dump >/dev/null 2>&1 || ! test -d /var/log/dump ; then ln -snf /var/crash /var/log/dump fi @@ -206,7 +206,7 @@ # force regeneration of kdumprd touch /etc/sysconfig/kdump # delete symbolic link -rm /var/log/dump &>/dev/null || true +rm /var/log/dump >/dev/null 2>&1 || true %restart_on_update boot.kdump %insserv_cleanup %if 0%{?suse_version} > 1220 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
