/[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.13 by stephdl, Sat Jul 23 06:24:27 2016 UTC Revision 1.22 by jpp, Wed Jan 27 19:46:06 2021 UTC
# Line 1  Line 1 
1  # $Id: e-smith-mysql.spec,v 1.12 2016/07/21 17:58:53 unnilennium Exp $  # $Id: e-smith-mysql.spec,v 1.21 2020/12/13 22:09:39 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 12  %define release 18
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 15  Patch1: e-smith-mysql-2.6.0-mysqld2maria Line 15  Patch1: e-smith-mysql-2.6.0-mysqld2maria
15  Patch2: e-smith-mysql-2.6.0-use_default_innodb_settings.patch  Patch2: e-smith-mysql-2.6.0-use_default_innodb_settings.patch
16  Patch3: e-smith-mysql-2.6.0-mariadb_forgotten_var.patch  Patch3: e-smith-mysql-2.6.0-mariadb_forgotten_var.patch
17  Patch4: e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch  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    
24  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
25  BuildArchitectures: noarch  BuildArchitectures: noarch
26  Requires: mariadb-server  Requires: mariadb-server
# Line 25  BuildRequires: e-smith-devtools >= 1.13. Line 31  BuildRequires: e-smith-devtools >= 1.13.
31  AutoReqProv: no  AutoReqProv: no
32    
33  %changelog  %changelog
34    * Wed Jan 27 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-18.sme
35    - fix backup fails in pre-backup in mysqldump [SME: 7827]
36    
37    * Sun Dec 13 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-17.sme
38    - expand 10mysql_upgrade and restart mysql.init on e-smith-mysql-update [SME: 11120]
39      this to make sure mariadb upgrade fully and prevent residual 10mysql_upgrade stay in the way
40    
41    * Wed Dec 09 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-16.sme
42    - fix issue with 10mysql_upgrade crashing mariadb [SME: 11120]
43      also removed noise from spec file
44    
45    * Mon Dec 07 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-15.sme
46    - e-smith-update event [SME: 11145]
47    - mariadb systemd integration [SME: 11021]
48      move set.password and template
49      create /usr/lib/systemd/system/mariadb.service.d/sme.conf
50      create /sbin/e-smith/systemd/mariadb-initialize + chmod
51      cleanup and remove old /var/service/mariadb
52    - mysql.init systemd integration [SME: 11120]
53      create mysql_init.service
54    
55    
56    * Sun Jul 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-13.sme
57    - systemd skip redirect [SME: 9688]
58    
59  * Sat Jul 23 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-12.sme  * Sat Jul 23 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-12.sme
60  - Corrected a typo in e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch  - Corrected a typo in e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch
61  - [SME: 9671]  - [SME: 9671]
# Line 757  mysql. Line 788  mysql.
788  %patch2 -p1  %patch2 -p1
789  %patch3 -p1  %patch3 -p1
790  %patch4 -p1  %patch4 -p1
791    %patch5 -p1
792  # mysqld renamed to mariadb [SME: 9438]  # mysqld renamed to mariadb [SME: 9438]
793  # TODO: remove on next tarball creation  # TODO: remove on next tarball creation
794  rm -f root/service/mysqld  rm -f root/service/mysqld
# Line 766  rm -rf root/var/run/ Line 797  rm -rf root/var/run/
797  rm -rf root/var/log/mysqld  rm -rf root/var/log/mysqld
798  rm -f root/etc/rc.d/init.d/supervise/mysqld  rm -f root/etc/rc.d/init.d/supervise/mysqld
799  rm -f root/etc/rc.d/rc7.d/S50mysqld  rm -f root/etc/rc.d/rc7.d/S50mysqld
   
800  mkdir -p root/var/log/mariadb.run  mkdir -p root/var/log/mariadb.run
801    %patch6 -p1
802    # move mariadb to systemd
803    %patch7 -p1
804    rm -rf root/etc/e-smith/templates.metadata/var/service
805    rm -rf root/etc/e-smith/templates/var/service/mariadb
806    rm -rf root/var/service
807    rm -rf root/service
808    rm -rf root/etc/rc.d/init.d/supervise
809    rm -rf root/var/log
810    # move mysql.init
811    %patch8 -p1
812    rm -rf root/etc/rc.d/rc7.d
813    %patch9 -p1
814    
815  %build  %build
816  perl createlinks  perl createlinks
# Line 776  perl createlinks Line 819  perl createlinks
819  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
820  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
821  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
822      --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)' \  
823      --dir '/var/log/mariadb.run' 'attr(2750,smelog,smelog)' \      --dir '/var/log/mariadb.run' 'attr(2750,smelog,smelog)' \
824      --dir '/home/e-smith/db/mysql' 'attr(0750,root,root)' \      --dir '/home/e-smith/db/mysql' 'attr(0750,root,root)' \
825      > %{name}-%{version}-filelist      > %{name}-%{version}-filelist
# Line 790  echo "%doc COPYING"          >> %{name}- Line 828  echo "%doc COPYING"          >> %{name}-
828  %clean  %clean
829  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
830    
831    %pre
832    if [ $1 -gt 1 ] ; then
833      if [ -e /var/service/mariadb/run ] ; then
834            /usr/bin/sv d mariadb
835            /usr/bin/sv d mariadb/log
836      fi
837    fi
838    
839  %post  %post
840    
841  %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