1 |
# $Id: e-smith-mysql.spec,v 1.14 2016/07/24 15:20:03 unnilennium Exp $ |
# $Id: e-smith-mysql.spec,v 1.15 2020/12/08 02:55:37 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 |
17 |
Patch4: e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch |
Patch4: e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch |
18 |
Patch5: e-smith-mysql-2.6.0.bz9688.skipredirect.patch |
Patch5: e-smith-mysql-2.6.0.bz9688.skipredirect.patch |
19 |
Patch6: e-smith-mysql-2.6.0-bz11145-updateevent.patch |
Patch6: e-smith-mysql-2.6.0-bz11145-updateevent.patch |
20 |
|
Patch7: e-smith-mysql-2.6.0-bz11021-mariadb2systemd.patch |
21 |
|
|
22 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
23 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
787 |
|
|
788 |
mkdir -p root/var/log/mariadb.run |
mkdir -p root/var/log/mariadb.run |
789 |
%patch6 -p1 |
%patch6 -p1 |
790 |
|
# move mariadb to systemd |
791 |
|
%patch7 -p1 |
792 |
|
rm -rf root/etc/e-smith/templates.metadata/var/service |
793 |
|
rm -rf root/etc/e-smith/templates/var/service/mariadb |
794 |
|
rm -rf root/var/service |
795 |
|
rm -rf root/service |
796 |
|
rm -rf root/etc/rc.d/init.d/supervise |
797 |
|
|
798 |
|
|
799 |
%build |
%build |
803 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
804 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
805 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
806 |
|
--file /sbin/e-smith/systemd/mariadb-initialize 'attr(0554,root,root)' \ |
807 |
--file /var/service/mariadb/run 'attr(0755,root,root)' \ |
--file /var/service/mariadb/run 'attr(0755,root,root)' \ |
808 |
--file /var/service/mariadb/control/t 'attr(0750,root,root)' \ |
--file /var/service/mariadb/control/t 'attr(0750,root,root)' \ |
809 |
--file /var/service/mariadb/control/d 'attr(0750,root,root)' \ |
--file /var/service/mariadb/control/d 'attr(0750,root,root)' \ |
818 |
%clean |
%clean |
819 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
820 |
|
|
821 |
|
%pre |
822 |
|
if [ $1 -gt 1 ] ; then |
823 |
|
if [ -e /var/service/mariadb/run ] ; then |
824 |
|
/usr/bin/sv d mariadb |
825 |
|
/usr/bin/sv d mariadb/log |
826 |
|
fi |
827 |
|
fi |
828 |
|
|
829 |
%post |
%post |
830 |
|
|
831 |
%postun |
%postun |