From 46309a60a4968904cc5c04cbcc5873516474085e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Sep 2014 09:37:01 +0200 Subject: MySQL 5.5.40 --- mysql55.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'mysql55.spec') diff --git a/mysql55.spec b/mysql55.spec index 30bda25..d4c6cf0 100644 --- a/mysql55.spec +++ b/mysql55.spec @@ -10,7 +10,7 @@ #endif Name: mysql -Version: 5.5.39 +Version: 5.5.40 Release: 1%{?dist} Summary: MySQL client programs and shared libraries @@ -452,7 +452,7 @@ touch $RPM_BUILD_ROOT/var/log/mysqld.log mkdir -p $RPM_BUILD_ROOT/var/run/mysqld install -m 0755 -d $RPM_BUILD_ROOT/var/lib/mysql -mkdir -p $RPM_BUILD_ROOT/etc +mkdir -p $RPM_BUILD_ROOT/etc/my.cnf.d install -m 0644 %{SOURCE3} $RPM_BUILD_ROOT/etc/my.cnf %if %{with_systemd} sed -i -e '/user=mysql/d' $RPM_BUILD_ROOT/etc/my.cnf @@ -687,6 +687,7 @@ fi %doc README COPYING README.mysql-license # although the default my.cnf contains only server settings, we put it in the # libs package because it can be used for client settings too. +%dir /etc/my.cnf.d %config(noreplace) /etc/my.cnf %dir %{_libdir}/mysql %{_libdir}/mysql/libmysqlclient.so.18* @@ -844,6 +845,11 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog +* Wed Sep 24 2014 Remi Collet - 5.5.40-1 +- update to MySQL 5.5.40 Community Server GA + http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-40.html +- add /etc/my.cnf.d for split configuration files + * Sat Aug 2 2014 Remi Collet - 5.5.39-1 - update to MySQL 5.5.39 Community Server GA http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-39.html -- cgit