1 |
|
# $Id$ |
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 1.12.0 |
%define version 2.2.0 |
7 |
%define release 15 |
%define release 1 |
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.gz |
Source: %{name}-%{version}.tar.gz |
|
Patch0: e-smith-mysql-1.12.0-setpassword.patch2 |
|
|
Patch1: e-smith-mysql-1.12.0-flushprivssemicolon.patch |
|
|
Patch2: e-smith-mysql-1.12.0-innodb-optional.patch |
|
|
Patch3: e-smith-mysql-1.12.0-install_db.patch |
|
|
Patch4: e-smith-mysql-1.12.0.disabled_pre_backup.patch |
|
|
Patch5: e-smith-mysql-1.12.0.failed_restore.patch |
|
|
Patch6: e-smith-mysql-1.12.0-split_backup_db.patch |
|
|
Patch7: e-smith-mysql-1.12.0-mysqluser.patch |
|
|
Patch8: e-smith-mysql-1.12.0-max_allowed_packet.patch |
|
|
Patch9: e-smith-mysql-1.12.0-max_allowed_packet2.patch |
|
|
Patch10: e-smith-mysql-1.12.0-force_upgrade.patch |
|
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: mysql-server |
20 |
AutoReqProv: no |
AutoReqProv: no |
21 |
|
|
22 |
%changelog |
%changelog |
23 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
24 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
25 |
|
|
26 |
|
* Mon Oct 06 2008 Charlie Brady <charlie_brady@mitel.com> 1.13.0-2 |
27 |
|
- Capture mysql.init error logs to syslog. [SME: 2918] |
28 |
|
|
29 |
|
* Mon Oct 6 2008 Stephen Noble <support@dungog.net> 1.13.0-1 |
30 |
|
- Roll new dev stream [SME: 4627] |
31 |
|
|
32 |
* Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.12.0-15 |
* Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.12.0-15 |
33 |
- quote "$1" in post uninstall script [SME: 349] |
- quote "$1" in post uninstall script [SME: 349] |
34 |
|
|
665 |
|
|
666 |
%prep |
%prep |
667 |
%setup |
%setup |
|
%patch0 -p1 |
|
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
|
%patch7 -p1 |
|
|
%patch8 -p1 |
|
|
%patch10 -p1 |
|
668 |
|
|
669 |
%build |
%build |
670 |
mkdir -p root/etc/e-smith/sql/init |
mkdir -p root/etc/e-smith/sql/init |