1 |
Summary: smeserver specific mysql55 configuration and templates. |
Summary: smeserver specific mysql55 configuration and templates. |
2 |
%define name smeserver-mysql55 |
%define name smeserver-mysql55 |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.0.0 |
%define version 2.0.0 |
5 |
%define release 5 |
%define release 1 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
9 |
Group: Networking/Daemons |
Group: Networking/Daemons |
10 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
11 |
Patch0: smeserver-mysql55-1.0.0-typo.patch |
#Patch0: smeserver-mysql55-1.0.0-typo.patch |
12 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
13 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
14 |
Requires: mysql55-mysql-server |
Requires: mysql55-mysql-server |
22 |
AutoReqProv: no |
AutoReqProv: no |
23 |
|
|
24 |
%changelog |
%changelog |
25 |
|
* Wed Feb 15 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-1.sme |
26 |
|
- first import to SME9 |
27 |
|
- mysql55 scl only available for x86_64 |
28 |
|
|
29 |
* Wed Nov 04 2015 JP Pialasse <tests@pialasse.com> 1.0.0-5.sme |
* Wed Nov 04 2015 JP Pialasse <tests@pialasse.com> 1.0.0-5.sme |
30 |
- fixed root pass link typo [SME: 8527] |
- fixed root pass link typo [SME: 8527] |
31 |
|
|
38 |
|
|
39 |
%prep |
%prep |
40 |
%setup |
%setup |
41 |
%patch0 -p1 |
#%patch0 -p1 |
42 |
|
|
43 |
%build |
%build |
44 |
mkdir -p root/etc/e-smith/sql/init55 |
mkdir -p root/etc/e-smith/sql/init55 |