1 |
%define name smeserver-automysqlbackup |
%define name smeserver-automysqlbackup |
2 |
%define version 3.0.RC6 |
%define version 3.0.RC6 |
3 |
%define release 19 |
%define release 22 |
4 |
%define rpmver 3.0.RC6 |
%define rpmver 3.0.RC6 |
5 |
|
|
6 |
epoch: 2 |
epoch: 2 |
27 |
Patch6: smeserver-automysqlbackup-3.0.RC6-bz11561.patch |
Patch6: smeserver-automysqlbackup-3.0.RC6-bz11561.patch |
28 |
Patch7: smeserver-automysqlbackup-3.0.RC6-bz11622.patch |
Patch7: smeserver-automysqlbackup-3.0.RC6-bz11622.patch |
29 |
Patch8: smeserver-automysqlbackup-3.0.RC6-bz11970.Add-Maria-10x-support.patch |
Patch8: smeserver-automysqlbackup-3.0.RC6-bz11970.Add-Maria-10x-support.patch |
30 |
|
Patch9: smeserver-automysqlbackup-3.0.RC6-bz11970.Add-Maria-10x-rename-templates.patch |
31 |
|
|
32 |
%description |
%description |
33 |
This RPM is an unofficial addon for the SME Server 10.x. |
This RPM is an unofficial addon for the SME Server 10.x. |
37 |
|
|
38 |
|
|
39 |
%changelog |
%changelog |
40 |
* Mon May 09 2022 John Crisp <jcrisp@safeandsoundit.co.uk> |
* Tue May 31 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 3.0.RC6-22.sme |
41 |
|
- Fix more typos in templates [SME: 11970] |
42 |
|
|
43 |
|
* Tue May 31 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 3.0.RC6-21.sme |
44 |
|
- Fix typos in templates [SME: 11970] |
45 |
|
|
46 |
|
* Mon May 30 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 3.0.RC6-20.sme |
47 |
|
- Correct template names [SME: 11970] |
48 |
|
- Add enable instructions |
49 |
|
|
50 |
|
* Mon May 09 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 3.0.RC6-19.sme |
51 |
- Add Maria DB 10.x support [SME: 11970] |
- Add Maria DB 10.x support [SME: 11970] |
52 |
- Requires Koozali SME Server v10.x |
- Requires Koozali SME Server v10.x |
53 |
|
|
120 |
%patch6 -p1 |
%patch6 -p1 |
121 |
%patch7 -p1 |
%patch7 -p1 |
122 |
%patch8 -p1 |
%patch8 -p1 |
123 |
|
%patch9 -p1 |
124 |
|
|
125 |
%build |
%build |
126 |
perl createlinks |
perl createlinks |
171 |
mysql -u root -e "REVOKE ALL PRIVILEGES ON *.* FROM '$MYSQLUSER'@'localhost';" |
mysql -u root -e "REVOKE ALL PRIVILEGES ON *.* FROM '$MYSQLUSER'@'localhost';" |
172 |
mysql -u root -e "DROP USER $MYSQLUSER@localhost;" |
mysql -u root -e "DROP USER $MYSQLUSER@localhost;" |
173 |
echo " " |
echo " " |
174 |
echo "Do that for each DB - e.g mysq55, mysql57 etc" |
echo "Do that for each DB - e.g mysq55, mysql57, mariadb101, maria105 etc" |
175 |
echo " " |
echo " " |
176 |
# Delete custom template fragment |
# Delete custom template fragment |
177 |
echo " delete db configuration automysqlbackup" |
echo " delete db configuration automysqlbackup" |