/[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.1 by stephdl, Fri Feb 5 22:29:58 2016 UTC Revision 1.5 by unnilennium, Thu Mar 31 12:57:40 2016 UTC
# Line 1  Line 1 
1  # $Id: e-smith-mysql.spec,v 1.10 2014/04/26 18:03:21 wellsi Exp $  # $Id: e-smith-mysql.spec,v 1.4 2016/03/31 11:25:33 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 4
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: mysql-server  Requires: mariadb-server
17  Requires: mysql  Requires: mariadb
18  Requires: e-smith-base  Requires: e-smith-base
19  Requires: e-smith-lib >= 1.15.1-19  Requires: e-smith-lib >= 1.15.1-19
20  BuildRequires: e-smith-devtools >= 1.13.1-03  BuildRequires: e-smith-devtools >= 1.13.1-03
21  AutoReqProv: no  AutoReqProv: no
22    
23  %changelog  %changelog
24    * Thu Mar 31 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.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
29    - fix mysql-server not found [SME: 9345]
30    - now using mariadb-server and mariadb
31    - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
32      by assuming the date is correct and changing the weekday.
33      Wed Mar 23 2001 --> Wed Mar 21 2001 or Fri Mar 23 2001 or Wed Mar 28 2001 or ....
34    
35  * 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
36  - Initial release to sme10  - Initial release to sme10
37    
# Line 460  AutoReqProv: no Line 472  AutoReqProv: no
472  - [1.3.0-12]  - [1.3.0-12]
473  - force mysql.init to print to stderr instead of stout  - force mysql.init to print to stderr instead of stout
474    
475  * Wed Mar 23 2001 Tony Clayton <tonyc@e-smith.com>  * Fri Mar 23 2001 Tony Clayton <tonyc@e-smith.com>
476      Wed Mar 23 2001 --> Wed Mar 21 2001 or Fri Mar 23 2001 or Wed Mar 28 2001 or ....
477  - [1.3.0-11]  - [1.3.0-11]
478  - fixed uninitialized value error in conf-mysql-startup  - fixed uninitialized value error in conf-mysql-startup
479    
# Line 711  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