/[smeserver]/rpms/e-smith-mysql/sme9/e-smith-mysql.spec
ViewVC logotype

Diff of /rpms/e-smith-mysql/sme9/e-smith-mysql.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.4 by wellsi, Thu Mar 21 01:04:06 2013 UTC Revision 1.6 by wellsi, Sun Feb 2 20:19:03 2014 UTC
# Line 1  Line 1 
1  # $Id: e-smith-mysql.spec,v 1.3 2013/03/17 03:57:00 wellsi Exp $  # $Id: e-smith-mysql.spec,v 1.5 2013/06/06 17:17:30 vip-ire 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.4.0  %define version 2.4.0
7  %define release 4  %define release 6
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 13  Source: %{name}-%{version}.tar.xz Line 13  Source: %{name}-%{version}.tar.xz
13  Patch1: e-smith-mysql-2.4.0-remove_innodb_log_arch_dir.patch  Patch1: e-smith-mysql-2.4.0-remove_innodb_log_arch_dir.patch
14  Patch2: e-smith-mysql-2.4.0-mysqlUpgrade.patch  Patch2: e-smith-mysql-2.4.0-mysqlUpgrade.patch
15  Patch3: e-smith-mysql-2.4.0-preBackup.patch  Patch3: e-smith-mysql-2.4.0-preBackup.patch
16    Patch4: e-smith-mysql-2.4.0-ignore_event_table.patch
17    Patch5: e-smith-mysql-2.4.0-ColumnCount.patch
18  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
19  BuildArchitectures: noarch  BuildArchitectures: noarch
20  Requires: mysql-server  Requires: mysql-server
# Line 23  BuildRequires: e-smith-devtools >= 1.13. Line 25  BuildRequires: e-smith-devtools >= 1.13.
25  AutoReqProv: no  AutoReqProv: no
26    
27  %changelog  %changelog
28    * Sun Feb 2 2014 Ian Wells <esmith@wellsi.com> 2.4.0-6.sme
29    - Use mysql_upgrade --force due to upgrade to MySQL 5.1 [SME: 8166]
30    
31    * Thu Jun 6 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-5.sme
32    - Ignore mysql.event table [SME: 7603]
33    
34  * Wed Mar 20 2013 Ian Wells <esmith@wellsi.com> 2.4.0-4.sme  * Wed Mar 20 2013 Ian Wells <esmith@wellsi.com> 2.4.0-4.sme
35  - Use --single-transaction in mysql-dump-tables [SME: 7497]  - Use --single-transaction in mysql-dump-tables [SME: 7497]
36    
# Line 698  mysql. Line 706  mysql.
706  %patch1 -p1  %patch1 -p1
707  %patch2 -p1  %patch2 -p1
708  %patch3 -p1  %patch3 -p1
709    %patch4 -p1
710    %patch5 -p1
711    
712  %build  %build
713  perl createlinks  perl createlinks


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed