--- rpms/e-smith-mysql/sme10/e-smith-mysql.spec 2016/04/11 20:45:32 1.8 +++ rpms/e-smith-mysql/sme10/e-smith-mysql.spec 2020/12/08 02:55:37 1.15 @@ -1,10 +1,10 @@ -# $Id: e-smith-mysql.spec,v 1.7 2016/04/11 20:32:10 vip-ire Exp $ +# $Id: e-smith-mysql.spec,v 1.14 2016/07/24 15:20:03 unnilennium Exp $ Summary: e-smith specific mysql configuration and templates. %define name e-smith-mysql Name: %{name} %define version 2.6.0 -%define release 7 +%define release 14 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -13,6 +13,11 @@ Source: %{name}-%{version}.tar.xz Patch0: e-smith-mysql-2.6.0-mariadb1.patch Patch1: e-smith-mysql-2.6.0-mysqld2mariadb.patch Patch2: e-smith-mysql-2.6.0-use_default_innodb_settings.patch +Patch3: e-smith-mysql-2.6.0-mariadb_forgotten_var.patch +Patch4: e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch +Patch5: e-smith-mysql-2.6.0.bz9688.skipredirect.patch +Patch6: e-smith-mysql-2.6.0-bz11145-updateevent.patch + BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch Requires: mariadb-server @@ -23,6 +28,35 @@ BuildRequires: e-smith-devtools >= 1.13. AutoReqProv: no %changelog +* Mon Dec 07 2020 Jean-Philipe Pialasse 2.6.0-14.sme +- e-smith-update event [SME: 11145] +- mariadb systemd integration [SME: 11021] + move set.password and template + create /usr/lib/systemd/system/mariadb.service.d/sme.conf + create /sbin/e-smith/systemd/mariadb-initialize + chmod + cleanup +- mysql.init systemd integration [SME: 11120] + create mysql_init.service + + +* Sun Jul 24 2016 Jean-Philipe Pialasse 2.6.0-13.sme +- systemd skip redirect [SME: 9688] + +* Sat Jul 23 2016 stephane de Labrusse 2.6.0-12.sme +- Corrected a typo in e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch +- [SME: 9671] + +* Thu Jul 21 2016 Jean-Philipe Pialasse 2.6.0-11.sme +- fix broken link /etc/init.d/supervise/mariadb [SME: 9686] + +* Mon Jul 18 2016 stephane de Labrusse 2.6.0-10.sme +- Remove Dummy database from backup and restoration [SME: 9671] +- Added e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch + +* Mon Jul 18 2016 Jean-Philipe Pialasse 2.6.0-8.sme +- fix forgotten mysqld variables in various scripts [SME: 9438] +- e-smith-mysql-2.6.0-mariadb_forgotten_var.patch + * Mon Apr 11 2016 Daniel Berteaud 2.6.0-7.sme - Use default InnoDB settings [SME: 9439] @@ -738,7 +772,9 @@ mysql. %patch0 -p1 %patch1 -p1 %patch2 -p1 - +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 # mysqld renamed to mariadb [SME: 9438] # TODO: remove on next tarball creation rm -f root/service/mysqld @@ -749,6 +785,8 @@ rm -f root/etc/rc.d/init.d/supervise/mys rm -f root/etc/rc.d/rc7.d/S50mysqld mkdir -p root/var/log/mariadb.run +%patch6 -p1 + %build perl createlinks