1 |
# $Id: e-smith-mysql.spec,v 1.10 2014/04/26 18:03:21 wellsi Exp $ |
# $Id: e-smith-mysql.spec,v 1.2 2016/03/18 11:09:07 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 1 |
%define release 2 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
15 |
Requires: mysql-server |
Requires: mariadb-server |
16 |
Requires: mysql |
Requires: mariadb |
17 |
Requires: e-smith-base |
Requires: e-smith-base |
18 |
Requires: e-smith-lib >= 1.15.1-19 |
Requires: e-smith-lib >= 1.15.1-19 |
19 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
20 |
AutoReqProv: no |
AutoReqProv: no |
21 |
|
|
22 |
%changelog |
%changelog |
23 |
|
* Fri Mar 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme |
24 |
|
- fix mysql-server not found [SME: 9345] |
25 |
|
- now using mariadb-server and mariadb |
26 |
|
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
27 |
|
by assuming the date is correct and changing the weekday. |
28 |
|
Wed Mar 23 2001 --> Wed Mar 21 2001 or Fri Mar 23 2001 or Wed Mar 28 2001 or .... |
29 |
|
|
30 |
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
31 |
- Initial release to sme10 |
- Initial release to sme10 |
32 |
|
|
467 |
- [1.3.0-12] |
- [1.3.0-12] |
468 |
- force mysql.init to print to stderr instead of stout |
- force mysql.init to print to stderr instead of stout |
469 |
|
|
470 |
* Wed Mar 23 2001 Tony Clayton <tonyc@e-smith.com> |
* Fri Mar 23 2001 Tony Clayton <tonyc@e-smith.com> |
471 |
|
Wed Mar 23 2001 --> Wed Mar 21 2001 or Fri Mar 23 2001 or Wed Mar 28 2001 or .... |
472 |
- [1.3.0-11] |
- [1.3.0-11] |
473 |
- fixed uninitialized value error in conf-mysql-startup |
- fixed uninitialized value error in conf-mysql-startup |
474 |
|
|