Hello community,

here is the log from the commit of package ksh for openSUSE:Factory checked in 
at 2012-05-26 13:09:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ksh (Old)
 and      /work/SRC/openSUSE:Factory/.ksh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ksh", Maintainer is "wer...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksh/ksh.changes  2012-03-26 14:01:25.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.ksh.new/ksh.changes     2012-05-26 
13:09:20.000000000 +0200
@@ -1,0 +2,7 @@
+Wed May 23 10:33:09 UTC 2012 - wer...@suse.de
+
+- Better check on update for postun scriptlet and error correct with
+  an posttrans scriptlet, that is do not remove /etc/ksh.kshrc on
+  an update of an older ksh version (bnc#759730)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ksh.spec ++++++
--- /var/tmp/diff_new_pack.jsBkoF/_old  2012-05-26 13:09:21.000000000 +0200
+++ /var/tmp/diff_new_pack.jsBkoF/_new  2012-05-26 13:09:21.000000000 +0200
@@ -723,7 +723,7 @@
 %endif
 
 %postun
-if test ! -x bin/ksh ; then
+if test $1 -eq 0 -a ! -x bin/ksh ; then
     if test ! -x bin/pdksh ; then
        rm -f etc/ksh.kshrc
     fi
@@ -732,6 +732,11 @@
 %endif
 fi
 
+%posttrans
+if test -x bin/ksh -o -x bin/pdksh ; then
+    test -e etc/bash.bashrc && ln -sf bash.bashrc etc/ksh.kshrc || true
+fi
+
 %files -f ksh.lang
 %defattr(-,root,root)
 %if %use_suid_exe

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

Reply via email to