/[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.18 by jpp, Tue Dec 8 19:57:09 2020 UTC Revision 1.24 by terryfage, Sat Mar 13 14:35:58 2021 UTC
# Line 1  Line 1 
1  # $Id: e-smith-mysql.spec,v 1.17 2020/12/08 03:49:44 jpp Exp $  # $Id: e-smith-mysql.spec,v 1.23 2021/03/04 20:17:44 jpp 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 15  %define release 20
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 19  Patch5: e-smith-mysql-2.6.0.bz9688.skipr Line 19  Patch5: e-smith-mysql-2.6.0.bz9688.skipr
19  Patch6: e-smith-mysql-2.6.0-bz11145-updateevent.patch  Patch6: e-smith-mysql-2.6.0-bz11145-updateevent.patch
20  Patch7: e-smith-mysql-2.6.0-bz11021-mariadb2systemd.patch  Patch7: e-smith-mysql-2.6.0-bz11021-mariadb2systemd.patch
21  Patch8: e-smith-mysql-2.6.0-bz11120-mysql.init2systemd.patch  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    
26  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
27  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 30  BuildRequires: e-smith-devtools >= 1.13. Line 33  BuildRequires: e-smith-devtools >= 1.13.
33  AutoReqProv: no  AutoReqProv: no
34    
35  %changelog  %changelog
36    * Sat Mar 14 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-20.sme
37    - fix restore of sme9 backup fails to start mysql.init [SME: 11453]
38    
39    * Thu Mar 04 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-19.sme
40    - add property to enable  mysqld slow queries log [SME: 455]
41      simply use SlowQueries as the amount of second and it is enabled
42      remove property to stop logging
43    - more mysqld/mariadb parameter available with properties /templates  [SME: 4606]
44    - ease 4 databit characters with innodb [SME: 11404]
45    - redirect mariadb log from systemd to file [SME: 11425]
46    
47    * Wed Jan 27 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-18.sme
48    - fix backup fails in pre-backup in mysqldump [SME: 7827]
49    
50    * Sun Dec 13 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-17.sme
51    - expand 10mysql_upgrade and restart mysql.init on e-smith-mysql-update [SME: 11120]
52      this to make sure mariadb upgrade fully and prevent residual 10mysql_upgrade stay in the way
53    
54    * Wed Dec 09 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-16.sme
55    - fix issue with 10mysql_upgrade crashing mariadb [SME: 11120]
56      also removed noise from spec file
57    
58  * Mon Dec 07 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-15.sme  * Mon Dec 07 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-15.sme
59  - e-smith-update event [SME: 11145]  - e-smith-update event [SME: 11145]
60  - mariadb systemd integration [SME: 11021]  - mariadb systemd integration [SME: 11021]
# Line 785  rm -rf root/var/run/ Line 810  rm -rf root/var/run/
810  rm -rf root/var/log/mysqld  rm -rf root/var/log/mysqld
811  rm -f root/etc/rc.d/init.d/supervise/mysqld  rm -f root/etc/rc.d/init.d/supervise/mysqld
812  rm -f root/etc/rc.d/rc7.d/S50mysqld  rm -f root/etc/rc.d/rc7.d/S50mysqld
   
813  mkdir -p root/var/log/mariadb.run  mkdir -p root/var/log/mariadb.run
814  %patch6 -p1  %patch6 -p1
815  # move mariadb to systemd  # move mariadb to systemd
# Line 796  rm -rf root/var/service Line 820  rm -rf root/var/service
820  rm -rf root/service  rm -rf root/service
821  rm -rf root/etc/rc.d/init.d/supervise  rm -rf root/etc/rc.d/init.d/supervise
822  rm -rf root/var/log  rm -rf root/var/log
   
823  # move mysql.init  # move mysql.init
824  %patch8 -p1  %patch8 -p1
825  rm -rf root/etc/rc.d/rc7.d  rm -rf root/etc/rc.d/rc7.d
826    %patch9 -p1
827    %patch10 -p1
828    %patch11 -p1
829    
830  %build  %build
831  perl createlinks  perl createlinks
# Line 809  rm -rf $RPM_BUILD_ROOT Line 835  rm -rf $RPM_BUILD_ROOT
835  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
836  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
837      --file /sbin/e-smith/systemd/mariadb-initialize 'attr(0554,root,root)' \      --file /sbin/e-smith/systemd/mariadb-initialize 'attr(0554,root,root)' \
     --file /var/service/mariadb/run 'attr(0755,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)' \  
838      --dir '/var/log/mariadb.run' 'attr(2750,smelog,smelog)' \      --dir '/var/log/mariadb.run' 'attr(2750,smelog,smelog)' \
839      --dir '/home/e-smith/db/mysql' 'attr(0750,root,root)' \      --dir '/home/e-smith/db/mysql' 'attr(0750,root,root)' \
840      > %{name}-%{version}-filelist      > %{name}-%{version}-filelist
# Line 828  if [ $1 -gt 1 ] ; then Line 848  if [ $1 -gt 1 ] ; then
848    if [ -e /var/service/mariadb/run ] ; then    if [ -e /var/service/mariadb/run ] ; then
849          /usr/bin/sv d mariadb          /usr/bin/sv d mariadb
850          /usr/bin/sv d mariadb/log          /usr/bin/sv d mariadb/log
         # also  
         rm -rf /var/service/mariadb  
851    fi    fi
852  fi  fi
853    


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