/[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.2 by unnilennium, Fri Mar 18 11:09:07 2016 UTC Revision 1.12 by unnilennium, Thu Jul 21 17:58:53 2016 UTC
# Line 1  Line 1 
1  # $Id: e-smith-mysql.spec,v 1.1 2016/02/05 22:29:58 stephdl Exp $  # $Id: e-smith-mysql.spec,v 1.11 2016/07/19 18:42:04 stephdl 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 11
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    Patch1: e-smith-mysql-2.6.0-mysqld2mariadb.patch
15    Patch2: e-smith-mysql-2.6.0-use_default_innodb_settings.patch
16    Patch3: e-smith-mysql-2.6.0-mariadb_forgotten_var.patch
17    Patch4: e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch
18  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
19  BuildArchitectures: noarch  BuildArchitectures: noarch
20  Requires: mariadb-server  Requires: mariadb-server
# Line 20  BuildRequires: e-smith-devtools >= 1.13. Line 25  BuildRequires: e-smith-devtools >= 1.13.
25  AutoReqProv: no  AutoReqProv: no
26    
27  %changelog  %changelog
28    * Thu Jul 21 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme
29    - fix broken link /etc/init.d/supervise/mariadb [SME: 9686]
30    
31    * Mon Jul 18 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-10.sme
32    - Remove Dummy database from backup and restoration [SME: 9671]
33    - Added  e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch
34    
35    * Mon Jul 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme
36    - fix forgotten mysqld variables in various scripts [SME: 9438]
37    -  e-smith-mysql-2.6.0-mariadb_forgotten_var.patch
38    
39    * Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-7.sme
40    - Use default InnoDB settings [SME: 9439]
41    
42    * Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-6.sme
43    - Rename mysqld to mariadb [SME: 9438]
44    
45    * Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-5.sme
46    - Remove uneeded scriplets %post and %postun [SME: 9422]
47    
48    * Thu Mar 31 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme
49    - new path for pid file with mariadb [SME: 9407]
50    - my.cnf : Innodb needs to be active for mariadb [SME: 9406]
51    
52  * 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
53  - fix mysql-server not found [SME: 9345]  - fix mysql-server not found [SME: 9345]
54  - now using mariadb-server and mariadb  - now using mariadb-server and mariadb
55    - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
56      by assuming the date is correct and changing the weekday.
57      Wed Mar 23 2001 --> Wed Mar 21 2001 or Fri Mar 23 2001 or Wed Mar 28 2001 or ....
58    
59  * 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
60  - Initial release to sme10  - Initial release to sme10
# Line 464  AutoReqProv: no Line 496  AutoReqProv: no
496  - [1.3.0-12]  - [1.3.0-12]
497  - force mysql.init to print to stderr instead of stout  - force mysql.init to print to stderr instead of stout
498    
499  * Wed Mar 23 2001 Tony Clayton <tonyc@e-smith.com>  * Fri Mar 23 2001 Tony Clayton <tonyc@e-smith.com>
500      Wed Mar 23 2001 --> Wed Mar 21 2001 or Fri Mar 23 2001 or Wed Mar 28 2001 or ....
501  - [1.3.0-11]  - [1.3.0-11]
502  - fixed uninitialized value error in conf-mysql-startup  - fixed uninitialized value error in conf-mysql-startup
503    
# Line 715  mysql. Line 748  mysql.
748    
749  %prep  %prep
750  %setup  %setup
751    %patch0 -p1
752    %patch1 -p1
753    %patch2 -p1
754    %patch3 -p1
755    %patch4 -p1
756    
757    # mysqld renamed to mariadb [SME: 9438]
758    # TODO: remove on next tarball creation
759    rm -f root/service/mysqld
760    rm -rf root/var/service/mysqld
761    rm -rf root/var/run/
762    rm -rf root/var/log/mysqld
763    rm -f root/etc/rc.d/init.d/supervise/mysqld
764    rm -f root/etc/rc.d/rc7.d/S50mysqld
765    
766    mkdir -p root/var/log/mariadb.run
767    
768  %build  %build
769  perl createlinks  perl createlinks
# Line 723  perl createlinks Line 772  perl createlinks
772  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
773  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
774  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
775      --dir /var/run/mysqld 'attr(0755,mysql,mysql)' \      --file /var/service/mariadb/run 'attr(0755,root,root)' \
776      --file /var/service/mysqld/run 'attr(0755,root,root)' \      --file /var/service/mariadb/control/t 'attr(0750,root,root)' \
777      --file /var/service/mysqld/control/t 'attr(0750,root,root)' \      --file /var/service/mariadb/control/d 'attr(0750,root,root)' \
778      --file /var/service/mysqld/control/d 'attr(0750,root,root)' \      --file /var/service/mariadb/control/i 'attr(0750,root,root)' \
779      --file /var/service/mysqld/control/i 'attr(0750,root,root)' \      --file /var/service/mariadb/control/q 'attr(0750,root,root)' \
780      --file /var/service/mysqld/control/q 'attr(0750,root,root)' \      --file /var/service/mariadb/log/run 'attr(0755,root,root)' \
781      --file /var/service/mysqld/log/run 'attr(0755,root,root)' \      --dir '/var/log/mariadb.run' 'attr(2750,smelog,smelog)' \
     --dir '/var/log/mysqld' 'attr(2750,smelog,smelog)' \  
782      --dir '/home/e-smith/db/mysql' 'attr(0750,root,root)' \      --dir '/home/e-smith/db/mysql' 'attr(0750,root,root)' \
783      > %{name}-%{version}-filelist      > %{name}-%{version}-filelist
784  echo "%doc COPYING"          >> %{name}-%{version}-filelist  echo "%doc COPYING"          >> %{name}-%{version}-filelist
# Line 739  echo "%doc COPYING"          >> %{name}- Line 787  echo "%doc COPYING"          >> %{name}-
787  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
788    
789  %post  %post
 # mysql.com compatibility  
 [ -e /etc/rc.d/init.d/mysqld ] || ln -s ./mysql /etc/rc.d/init.d/mysqld  
 # We remove this because the template has been renamed  
 /bin/rm -f /etc/e-smith/events/bootstrap-console-save/templates2expand/etc/e-smith/sql/init/10fix_privilege_tables  
   
790    
791  %postun  %postun
 if [ "$1" == 0 ]; then  
   [ -L /etc/rc.d/init.d/mysqld ] && rm /etc/rc.d/init.d/mysqld || :  
 fi  
792    
793  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
794  %defattr(-,root,root)  %defattr(-,root,root)


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