Hello community,

here is the log from the commit of package mariadb for openSUSE:Factory checked 
in at 2014-11-18 22:55:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mariadb (Old)
 and      /work/SRC/openSUSE:Factory/.mariadb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mariadb"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes  2014-10-15 
16:19:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mariadb.new/mariadb.changes     2014-11-18 
22:55:59.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 18:53:00 UTC 2014 - Led <[email protected]>
+
+- fix bashism in posttrans script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mariadb.spec ++++++
--- /var/tmp/diff_new_pack.MUDOUR/_old  2014-11-18 22:56:01.000000000 +0100
+++ /var/tmp/diff_new_pack.MUDOUR/_new  2014-11-18 22:56:01.000000000 +0100
@@ -479,8 +479,8 @@
 if [ -d /var/lib/mysql ]; then
        touch /var/lib/mysql/.run-mysql_upgrade
 fi
-for i in /var/lib/mysql/{.protected,.tmp}; do
-       ( [ -d "$i" ] && rmdir "$i" ) || :
+for in in protected tmp; do
+       rmdir /var/lib/mysql/.$i 2>/dev/null || :
 done
 # start mysql again if it should run
 if [ "`ls /etc/rc.d/rc*.d/S*mysql 2> /dev/null`" ] || [ -d 
%{_rundir}/mysql/restart ]; then

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to