Hello community,
here is the log from the commit of package mysql-community-server for
openSUSE:Factory checked in at 2013-06-14 15:46:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mysql-community-server (Old)
and /work/SRC/openSUSE:Factory/.mysql-community-server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mysql-community-server"
Changes:
--------
---
/work/SRC/openSUSE:Factory/mysql-community-server/mysql-community-server.changes
2013-06-05 17:45:49.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.mysql-community-server.new/mysql-community-server.changes
2013-06-14 15:46:09.000000000 +0200
@@ -1,0 +2,10 @@
+Thu Jun 6 13:20:49 UTC 2013 - [email protected]
+
+- enable support for libaio (bnc#796164)
+
+-------------------------------------------------------------------
+Wed Jun 5 13:08:03 UTC 2013 - [email protected]
+
+- better rights for logdir (bnc#789263)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mysql-community-server.spec ++++++
--- /var/tmp/diff_new_pack.iMirwf/_old 2013-06-14 15:46:10.000000000 +0200
+++ /var/tmp/diff_new_pack.iMirwf/_new 2013-06-14 15:46:10.000000000 +0200
@@ -61,6 +61,7 @@
BuildRequires: automake
BuildRequires: cmake
BuildRequires: gcc-c++
+BuildRequires: libaio-devel
BuildRequires: libedit-devel
BuildRequires: libtool
BuildRequires: ncurses-devel
@@ -188,6 +189,9 @@
Summary: Client for MySQL Community Server
Group: Productivity/Databases/Clients
Provides: mysql-client = %{srv_vers}
+%if 0%{?suse_version}
+PreReq: pwdutils
+%endif
%if 0%{?use_extra_provides} > 0
Provides: %{extra_provides}-client = %{version}
Obsoletes: %{extra_provides}-client < %{version}
@@ -402,6 +406,12 @@
%service_add_pre mysql.service
%endif
+%pre client
+/usr/sbin/groupadd -r mysql >/dev/null 2>/dev/null || :
+/usr/sbin/useradd -r -o -g mysql -u 60 -c "MySQL database admin" \
+ -s /bin/false -d /var/lib/mysql mysql 2> /dev/null || :
+/usr/sbin/usermod -g mysql -s /bin/false mysql || :
+
%post
# systemd requirment
%if 0%{?suse_version} >= 1210
++++++ configuration-tweaks.tar.bz2 ++++++
++++++ install.inc ++++++
--- /var/tmp/diff_new_pack.iMirwf/_old 2013-06-14 15:46:10.000000000 +0200
+++ /var/tmp/diff_new_pack.iMirwf/_new 2013-06-14 15:46:10.000000000 +0200
@@ -167,6 +167,6 @@
echo '%%dir %%_libdir/mysql/plugin' >> mysql-client.files
echo '%%_libdir/mysql/plugin/dialog*.so' >> mysql-client.files
fi
-rm -rf '%buildroot'/usr/share/doc/%{name}-%{version}
+rm -rf '%buildroot'/usr/share/doc/{mysql,mariadb}*
rm -rf '%buildroot'/usr/share/mysql/solaris
rm -rf '%buildroot'/usr/share/mysql/SELinux
++++++ mysql-patches.tar.bz2 ++++++
++++++ rc.mysql-multi ++++++
--- /var/tmp/diff_new_pack.iMirwf/_old 2013-06-14 15:46:10.000000000 +0200
+++ /var/tmp/diff_new_pack.iMirwf/_new 2013-06-14 15:46:10.000000000 +0200
@@ -329,7 +329,7 @@
log_dir="`dirname "$i"`"
if [ \! -d "$log_dir" ]; then
mkdir -p "$log_dir"
- chmod 660 "$log_dir"
+ chmod 770 "$log_dir"
fi
done
@@ -350,7 +350,7 @@
echo >> "$log_upgrade"
echo "Will update MySQL now, if you encounter any
problems, please read following file:" | tee -a "$log_upgrade"
echo " /usr/share/doc/packages/mysql/README.SuSE" |
tee -a "$log_upgrade"
- sed -i -e 's|^\([^#]*skip-locking\)|#\1|' \
+ sed -i -e
's|^\([^#]*skip-locking\)|#\1\nskip-external-locking|' \
-e 's|^\([^#]*skip-federated\)|#\1|' /etc/my.cnf
# Check logs for inconsistencies
SRCLOGS=""
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]