1 |
# $Id: e-smith-mysql.spec,v 1.6 2016/04/11 19:12:05 vip-ire Exp $ |
# $Id: e-smith-mysql.spec,v 1.19 2020/12/08 20:01:25 jpp Exp $ |
2 |
|
|
3 |
Summary: e-smith specific mysql configuration and templates. |
Summary: e-smith specific mysql configuration and templates. |
4 |
%define name e-smith-mysql |
%define name e-smith-mysql |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.6.0 |
%define version 2.6.0 |
7 |
%define release 6 |
%define release 16 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Patch0: e-smith-mysql-2.6.0-mariadb1.patch |
Patch0: e-smith-mysql-2.6.0-mariadb1.patch |
14 |
Patch1: e-smith-mysql-2.6.0-mysqld2mariadb.patch |
Patch1: e-smith-mysql-2.6.0-mysqld2mariadb.patch |
15 |
|
Patch2: e-smith-mysql-2.6.0-use_default_innodb_settings.patch |
16 |
|
Patch3: e-smith-mysql-2.6.0-mariadb_forgotten_var.patch |
17 |
|
Patch4: e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch |
18 |
|
Patch5: e-smith-mysql-2.6.0.bz9688.skipredirect.patch |
19 |
|
Patch6: e-smith-mysql-2.6.0-bz11145-updateevent.patch |
20 |
|
Patch7: e-smith-mysql-2.6.0-bz11021-mariadb2systemd.patch |
21 |
|
Patch8: e-smith-mysql-2.6.0-bz11120-mysql.init2systemd.patch |
22 |
|
|
23 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
24 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
25 |
Requires: mariadb-server |
Requires: mariadb-server |
30 |
AutoReqProv: no |
AutoReqProv: no |
31 |
|
|
32 |
%changelog |
%changelog |
33 |
|
* Wed Dec 09 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-16.sme |
34 |
|
- fix issue with 10mysql_upgrade crashing mariadb [SME: 11120] |
35 |
|
also removed noise from spec file |
36 |
|
|
37 |
|
* Mon Dec 07 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-15.sme |
38 |
|
- e-smith-update event [SME: 11145] |
39 |
|
- mariadb systemd integration [SME: 11021] |
40 |
|
move set.password and template |
41 |
|
create /usr/lib/systemd/system/mariadb.service.d/sme.conf |
42 |
|
create /sbin/e-smith/systemd/mariadb-initialize + chmod |
43 |
|
cleanup and remove old /var/service/mariadb |
44 |
|
- mysql.init systemd integration [SME: 11120] |
45 |
|
create mysql_init.service |
46 |
|
|
47 |
|
|
48 |
|
* Sun Jul 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-13.sme |
49 |
|
- systemd skip redirect [SME: 9688] |
50 |
|
|
51 |
|
* Sat Jul 23 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-12.sme |
52 |
|
- Corrected a typo in e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch |
53 |
|
- [SME: 9671] |
54 |
|
|
55 |
|
* Thu Jul 21 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme |
56 |
|
- fix broken link /etc/init.d/supervise/mariadb [SME: 9686] |
57 |
|
|
58 |
|
* Mon Jul 18 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-10.sme |
59 |
|
- Remove Dummy database from backup and restoration [SME: 9671] |
60 |
|
- Added e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch |
61 |
|
|
62 |
|
* Mon Jul 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme |
63 |
|
- fix forgotten mysqld variables in various scripts [SME: 9438] |
64 |
|
- e-smith-mysql-2.6.0-mariadb_forgotten_var.patch |
65 |
|
|
66 |
|
* Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-7.sme |
67 |
|
- Use default InnoDB settings [SME: 9439] |
68 |
|
|
69 |
* Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-6.sme |
* Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-6.sme |
70 |
- Rename mysqld to mariadb [SME: 9438] |
- Rename mysqld to mariadb [SME: 9438] |
71 |
|
|
777 |
%setup |
%setup |
778 |
%patch0 -p1 |
%patch0 -p1 |
779 |
%patch1 -p1 |
%patch1 -p1 |
780 |
|
%patch2 -p1 |
781 |
|
%patch3 -p1 |
782 |
|
%patch4 -p1 |
783 |
|
%patch5 -p1 |
784 |
# mysqld renamed to mariadb [SME: 9438] |
# mysqld renamed to mariadb [SME: 9438] |
785 |
# TODO: remove on next tarball creation |
# TODO: remove on next tarball creation |
786 |
rm -f root/service/mysqld |
rm -f root/service/mysqld |
791 |
rm -f root/etc/rc.d/rc7.d/S50mysqld |
rm -f root/etc/rc.d/rc7.d/S50mysqld |
792 |
|
|
793 |
mkdir -p root/var/log/mariadb.run |
mkdir -p root/var/log/mariadb.run |
794 |
|
%patch6 -p1 |
795 |
|
# move mariadb to systemd |
796 |
|
%patch7 -p1 |
797 |
|
rm -rf root/etc/e-smith/templates.metadata/var/service |
798 |
|
rm -rf root/etc/e-smith/templates/var/service/mariadb |
799 |
|
rm -rf root/var/service |
800 |
|
rm -rf root/service |
801 |
|
rm -rf root/etc/rc.d/init.d/supervise |
802 |
|
rm -rf root/var/log |
803 |
|
|
804 |
|
# move mysql.init |
805 |
|
%patch8 -p1 |
806 |
|
rm -rf root/etc/rc.d/rc7.d |
807 |
|
|
808 |
%build |
%build |
809 |
perl createlinks |
perl createlinks |
812 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
813 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
814 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
815 |
--file /var/service/mariadb/run 'attr(0755,root,root)' \ |
--file /sbin/e-smith/systemd/mariadb-initialize 'attr(0554,root,root)' \ |
|
--file /var/service/mariadb/control/t 'attr(0750,root,root)' \ |
|
|
--file /var/service/mariadb/control/d 'attr(0750,root,root)' \ |
|
|
--file /var/service/mariadb/control/i 'attr(0750,root,root)' \ |
|
|
--file /var/service/mariadb/control/q 'attr(0750,root,root)' \ |
|
|
--file /var/service/mariadb/log/run 'attr(0755,root,root)' \ |
|
816 |
--dir '/var/log/mariadb.run' 'attr(2750,smelog,smelog)' \ |
--dir '/var/log/mariadb.run' 'attr(2750,smelog,smelog)' \ |
817 |
--dir '/home/e-smith/db/mysql' 'attr(0750,root,root)' \ |
--dir '/home/e-smith/db/mysql' 'attr(0750,root,root)' \ |
818 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
821 |
%clean |
%clean |
822 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
823 |
|
|
824 |
|
%pre |
825 |
|
if [ $1 -gt 1 ] ; then |
826 |
|
if [ -e /var/service/mariadb/run ] ; then |
827 |
|
/usr/bin/sv d mariadb |
828 |
|
/usr/bin/sv d mariadb/log |
829 |
|
fi |
830 |
|
fi |
831 |
|
|
832 |
%post |
%post |
833 |
|
|
834 |
%postun |
%postun |