/[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.7 by vip-ire, Mon Apr 11 20:32:10 2016 UTC Revision 1.25 by jpp, Fri Mar 19 02:48:48 2021 UTC
# Line 1  Line 1 
1  # $Id: e-smith-mysql.spec,v 1.6 2016/04/11 19:12:05 vip-ire Exp $  # $Id: e-smith-mysql.spec,v 1.24 2021/03/13 14:35:58 terryfage 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 6  %define release 21
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 12  Group: Networking/Daemons Line 12  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.xz  Source: %{name}-%{version}.tar.xz
13  Patch0: e-smith-mysql-2.6.0-mariadb1.patch  Patch0: e-smith-mysql-2.6.0-mariadb1.patch
14  Patch1: e-smith-mysql-2.6.0-mysqld2mariadb.patch  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    Patch5: e-smith-mysql-2.6.0.bz9688.skipredirect.patch
19    Patch6: e-smith-mysql-2.6.0-bz11145-updateevent.patch
20    Patch7: e-smith-mysql-2.6.0-bz11021-mariadb2systemd.patch
21    Patch8: e-smith-mysql-2.6.0-bz11120-mysql.init2systemd.patch
22    Patch9: e-smith-mysql-2.6.0-bz7827-dumpfailure.patch
23    Patch10: e-smith-mysql-2.6.0-bz455-bz4606-bz11404-bz11425.patch
24    Patch11: e-smith-mysql-2.6.0.bz11453-sme9restoreerror.patch
25    Patch12: e-smith-mysql-2.6.0-bz11468.patch
26    
27  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
28  BuildArchitectures: noarch  BuildArchitectures: noarch
29  Requires: mariadb-server  Requires: mariadb-server
# Line 22  BuildRequires: e-smith-devtools >= 1.13. Line 34  BuildRequires: e-smith-devtools >= 1.13.
34  AutoReqProv: no  AutoReqProv: no
35    
36  %changelog  %changelog
37    * Thu Mar 18 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-21.sme
38    - fix wrong path for set password [SME: 11468]
39    
40    * Sat Mar 14 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-20.sme
41    - fix restore of sme9 backup fails to start mysql.init [SME: 11453]
42    
43    * Thu Mar 04 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-19.sme
44    - add property to enable  mysqld slow queries log [SME: 455]
45      simply use SlowQueries as the amount of second and it is enabled
46      remove property to stop logging
47    - more mysqld/mariadb parameter available with properties /templates  [SME: 4606]
48    - ease 4 databit characters with innodb [SME: 11404]
49    - redirect mariadb log from systemd to file [SME: 11425]
50    
51    * Wed Jan 27 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-18.sme
52    - fix backup fails in pre-backup in mysqldump [SME: 7827]
53    
54    * Sun Dec 13 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-17.sme
55    - expand 10mysql_upgrade and restart mysql.init on e-smith-mysql-update [SME: 11120]
56      this to make sure mariadb upgrade fully and prevent residual 10mysql_upgrade stay in the way
57    
58    * Wed Dec 09 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-16.sme
59    - fix issue with 10mysql_upgrade crashing mariadb [SME: 11120]
60      also removed noise from spec file
61    
62    * Mon Dec 07 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-15.sme
63    - e-smith-update event [SME: 11145]
64    - mariadb systemd integration [SME: 11021]
65      move set.password and template
66      create /usr/lib/systemd/system/mariadb.service.d/sme.conf
67      create /sbin/e-smith/systemd/mariadb-initialize + chmod
68      cleanup and remove old /var/service/mariadb
69    - mysql.init systemd integration [SME: 11120]
70      create mysql_init.service
71    
72    
73    * Sun Jul 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-13.sme
74    - systemd skip redirect [SME: 9688]
75    
76    * Sat Jul 23 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-12.sme
77    - Corrected a typo in e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch
78    - [SME: 9671]
79    
80    * Thu Jul 21 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme
81    - fix broken link /etc/init.d/supervise/mariadb [SME: 9686]
82    
83    * Mon Jul 18 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-10.sme
84    - Remove Dummy database from backup and restoration [SME: 9671]
85    - Added  e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch
86    
87    * Mon Jul 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme
88    - fix forgotten mysqld variables in various scripts [SME: 9438]
89    -  e-smith-mysql-2.6.0-mariadb_forgotten_var.patch
90    
91    * Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-7.sme
92    - Use default InnoDB settings [SME: 9439]
93    
94  * Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-6.sme  * Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-6.sme
95  - Rename mysqld to mariadb [SME: 9438]  - Rename mysqld to mariadb [SME: 9438]
96    
# Line 733  mysql. Line 802  mysql.
802  %setup  %setup
803  %patch0 -p1  %patch0 -p1
804  %patch1 -p1  %patch1 -p1
805    %patch2 -p1
806    %patch3 -p1
807    %patch4 -p1
808    %patch5 -p1
809  # mysqld renamed to mariadb [SME: 9438]  # mysqld renamed to mariadb [SME: 9438]
810  # TODO: remove on next tarball creation  # TODO: remove on next tarball creation
811  rm -f root/service/mysqld  rm -f root/service/mysqld
# Line 742  rm -rf root/var/run/ Line 814  rm -rf root/var/run/
814  rm -rf root/var/log/mysqld  rm -rf root/var/log/mysqld
815  rm -f root/etc/rc.d/init.d/supervise/mysqld  rm -f root/etc/rc.d/init.d/supervise/mysqld
816  rm -f root/etc/rc.d/rc7.d/S50mysqld  rm -f root/etc/rc.d/rc7.d/S50mysqld
   
817  mkdir -p root/var/log/mariadb.run  mkdir -p root/var/log/mariadb.run
818    %patch6 -p1
819    # move mariadb to systemd
820    %patch7 -p1
821    rm -rf root/etc/e-smith/templates.metadata/var/service
822    rm -rf root/etc/e-smith/templates/var/service/mariadb
823    rm -rf root/var/service
824    rm -rf root/service
825    rm -rf root/etc/rc.d/init.d/supervise
826    rm -rf root/var/log
827    # move mysql.init
828    %patch8 -p1
829    rm -rf root/etc/rc.d/rc7.d
830    %patch9 -p1
831    %patch10 -p1
832    %patch11 -p1
833    %patch12 -p1
834    
835  %build  %build
836  perl createlinks  perl createlinks
# Line 752  perl createlinks Line 839  perl createlinks
839  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
840  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
841  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
842      --file /var/service/mariadb/run 'attr(0755,root,root)' \      --file /sbin/e-smith/systemd/mariadb-initialize 'attr(0554,root,root)' \
     --file /var/service/mariadb/control/t 'attr(0750,root,root)' \  
     --file /var/service/mariadb/control/d 'attr(0750,root,root)' \  
     --file /var/service/mariadb/control/i 'attr(0750,root,root)' \  
     --file /var/service/mariadb/control/q 'attr(0750,root,root)' \  
     --file /var/service/mariadb/log/run 'attr(0755,root,root)' \  
843      --dir '/var/log/mariadb.run' 'attr(2750,smelog,smelog)' \      --dir '/var/log/mariadb.run' 'attr(2750,smelog,smelog)' \
844      --dir '/home/e-smith/db/mysql' 'attr(0750,root,root)' \      --dir '/home/e-smith/db/mysql' 'attr(0750,root,root)' \
845      > %{name}-%{version}-filelist      > %{name}-%{version}-filelist
# Line 766  echo "%doc COPYING"          >> %{name}- Line 848  echo "%doc COPYING"          >> %{name}-
848  %clean  %clean
849  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
850    
851    %pre
852    if [ $1 -gt 1 ] ; then
853      if [ -e /var/service/mariadb/run ] ; then
854            /usr/bin/sv d mariadb
855            /usr/bin/sv d mariadb/log
856      fi
857    fi
858    
859  %post  %post
860    
861  %postun  %postun


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