/[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.1 by slords, Thu Feb 14 16:15:55 2013 UTC Revision 1.3 by wellsi, Sun Mar 17 03:57:00 2013 UTC
# Line 1  Line 1 
1  # $Id: e-smith-mysql.spec,v 1.11 2011/03/01 20:00:12 snetram Exp $  # $Id: e-smith-mysql.spec,v 1.2 2013/02/18 21:53:15 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 1  %define release 3
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.xz  Source: %{name}-%{version}.tar.xz
13    Patch1: e-smith-mysql-2.4.0-remove_innodb_log_arch_dir.patch
14    Patch2: e-smith-mysql-2.4.0-mysqlUpgrade.patch
15  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
16  BuildArchitectures: noarch  BuildArchitectures: noarch
17  Requires: mysql-server  Requires: mysql-server
# Line 20  BuildRequires: e-smith-devtools >= 1.13. Line 22  BuildRequires: e-smith-devtools >= 1.13.
22  AutoReqProv: no  AutoReqProv: no
23    
24  %changelog  %changelog
25    * Sat Mar 16 2013 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme
26    - Use mysql_upgrade instead of fix_privilege_tables [SME: 7467]
27    
28    * Mon Feb 18 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme
29    - Remove obsolete innodb_log_arch_dir directive [SME: 7363]
30    
31  * Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme  * Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
32  - Roll new stream for sme9  - Roll new stream for sme9
33    
# Line 683  mysql. Line 691  mysql.
691    
692  %prep  %prep
693  %setup  %setup
694    %patch1 -p1
695    %patch2 -p1
696    
697  %build  %build
698  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