From 1f438de953804816d2baacc03fe0d528e96df5e4 Mon Sep 17 00:00:00 2001 From: Norvald H. Ryeng Date: Oct 18 2016 11:05:00 +0000 Subject: Update to MySQL 5.6.34 --- diff --git a/community-mysql.spec b/community-mysql.spec index 2ddb3f2..26fcca8 100644 --- a/community-mysql.spec +++ b/community-mysql.spec @@ -80,7 +80,7 @@ %global sameevr %{?epoch:%{epoch}:}%{version}-%{release} Name: community-mysql -Version: 5.6.33 +Version: 5.6.34 Release: 1%{?with_debug:.debug}%{?dist} Summary: MySQL client programs and shared libraries Group: Applications/Databases @@ -537,6 +537,7 @@ touch %{buildroot}%{logfile} mkdir -p %{buildroot}%{pidfiledir} install -p -m 0755 -d %{buildroot}%{dbdatadir} +install -p -m 0750 -d %{buildroot}%{_localstatedir}/lib/mysql-files %if %{with config} install -D -p -m 0644 scripts/my.cnf %{buildroot}%{_sysconfdir}/my.cnf @@ -913,6 +914,7 @@ fi %attr(0755,mysql,mysql) %dir %{dbdatadir} %attr(0755,mysql,mysql) %dir %{pidfiledir} %attr(0755,mysql,mysql) %dir %{_localstatedir}/lib/mysql +%attr(0750,mysql,mysql) %dir %{_localstatedir}/lib/mysql-files %attr(0640,mysql,mysql) %config %ghost %verify(not md5 size mtime) %{logfile} %config(noreplace) %{logrotateddir}/%{daemon_name} @@ -955,6 +957,11 @@ fi %endif %changelog +* Mon Oct 17 2016 Norvald H. Ryeng - 5.6.34-1 +- Update to MySQL 5.6.34, for various fixes described at + https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-34.html +- Add /var/lib/mysql-files directory + * Mon Sep 19 2016 Norvald H. Ryeng - 5.6.33-1 - Update to MySQL 5.6.33, for various fixes described at https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-33.html diff --git a/sources b/sources index f39a878..1e8e5d4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7fbf37928ef651e005b80e820a055385 mysql-5.6.33.tar.gz +255c5781f0cbb13f0e745b21c0ae3c1c mysql-5.6.34.tar.gz