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