2 |
%define name smeserver-mysql |
%define name smeserver-mysql |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 2.7.0 |
%define version 2.7.0 |
5 |
%define release 10 |
%define release 12 |
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.xz |
Source: %{name}-%{version}.tar.xz |
11 |
Patch0: smeserver-mysql-2.7.0-bz11899-sclo.patch |
Patch0: smeserver-mysql-2.7.0-bz11899-sclo.patch |
12 |
|
Patch1: smeserver-mysql-2.7.0-bz11922-mysqlinit.patch |
13 |
|
|
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
32 |
%prep |
%prep |
33 |
%setup |
%setup |
34 |
%patch0 -p1 |
%patch0 -p1 |
35 |
|
%patch1 -p1 |
36 |
|
|
37 |
%build |
%build |
38 |
for ver in 101 102 103 105 |
for ver in 101 102 103 105 |
341 |
|
|
342 |
|
|
343 |
%changelog |
%changelog |
344 |
|
* Sat Apr 02 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-12.sme |
345 |
|
- remove SourcePath from mysql-init service file [SME: 11922] |
346 |
|
|
347 |
|
* Wed Mar 16 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-11.sme |
348 |
|
- fix mariadb*-mysql.init path in service file [SME: 11899] |
349 |
|
|
350 |
* Wed Mar 16 2022 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-10.sme |
* Wed Mar 16 2022 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-10.sme |
351 |
- fix sclo metadata path for sql/init templated scripts [SME: 11899] |
- fix sclo metadata path for sql/init templated scripts [SME: 11899] |
352 |
|
|