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

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

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

Revision 1.3 by unnilennium, Fri Mar 18 11:11:54 2016 UTC Revision 1.4 by unnilennium, Thu Mar 31 11:25:33 2016 UTC
# Line 1  Line 1 
1  # $Id: e-smith-mysql.spec,v 1.2 2016/03/18 11:09:07 unnilennium Exp $  # $Id: e-smith-mysql.spec,v 1.3 2016/03/18 11:11:54 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 2  %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    Patch0:  e-smith-mysql-2.6.0-mariadb1.patch
14  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
15  BuildArchitectures: noarch  BuildArchitectures: noarch
16  Requires: mariadb-server  Requires: mariadb-server
# Line 20  BuildRequires: e-smith-devtools >= 1.13. Line 21  BuildRequires: e-smith-devtools >= 1.13.
21  AutoReqProv: no  AutoReqProv: no
22    
23  %changelog  %changelog
24    * Thu Mar 31 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme
25    - new path for pid file with mariadb [SME: 9407]
26    - my.cnf : Innodb needs to be active for mariadb [SME: 9406]
27    
28  * Fri Mar 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme  * Fri Mar 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme
29  - fix mysql-server not found [SME: 9345]  - fix mysql-server not found [SME: 9345]
30  - now using mariadb-server and mariadb  - now using mariadb-server and mariadb
# Line 719  mysql. Line 724  mysql.
724    
725  %prep  %prep
726  %setup  %setup
727    %patch0 -p1
728    
729    
730  %build  %build
731  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