1 |
# $Id: e-smith-mysql.spec,v 1.2 2016/03/18 11:09:07 unnilennium Exp $ |
# $Id: e-smith-mysql.spec,v 1.3 2016/03/18 11:11:54 unnilennium 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 2 |
%define release 3 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch0: e-smith-mysql-2.6.0-mariadb1.patch |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
16 |
Requires: mariadb-server |
Requires: mariadb-server |
21 |
AutoReqProv: no |
AutoReqProv: no |
22 |
|
|
23 |
%changelog |
%changelog |
24 |
|
* Thu Mar 31 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
25 |
|
- new path for pid file with mariadb [SME: 9407] |
26 |
|
- my.cnf : Innodb needs to be active for mariadb [SME: 9406] |
27 |
|
|
28 |
* Fri Mar 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme |
* Fri Mar 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme |
29 |
- fix mysql-server not found [SME: 9345] |
- fix mysql-server not found [SME: 9345] |
30 |
- now using mariadb-server and mariadb |
- now using mariadb-server and mariadb |
724 |
|
|
725 |
%prep |
%prep |
726 |
%setup |
%setup |
727 |
|
%patch0 -p1 |
728 |
|
|
729 |
|
|
730 |
%build |
%build |
731 |
perl createlinks |
perl createlinks |