/[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.3 by unnilennium, Fri Mar 18 11:11:54 2016 UTC Revision 1.16 by jpp, Tue Dec 8 03:26:23 2020 UTC
# Line 1  Line 1 
1  # $Id: e-smith-mysql.spec,v 1.2 2016/03/18 11:09:07 unnilennium Exp $  # $Id: e-smith-mysql.spec,v 1.15 2020/12/08 02:55:37 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 2  %define release 14
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    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    
22  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
23  BuildArchitectures: noarch  BuildArchitectures: noarch
24  Requires: mariadb-server  Requires: mariadb-server
# Line 20  BuildRequires: e-smith-devtools >= 1.13. Line 29  BuildRequires: e-smith-devtools >= 1.13.
29  AutoReqProv: no  AutoReqProv: no
30    
31  %changelog  %changelog
32    * Mon Dec 07 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-14.sme
33    - e-smith-update event [SME: 11145]
34    - mariadb systemd integration [SME: 11021]
35      move set.password and template
36      create /usr/lib/systemd/system/mariadb.service.d/sme.conf
37      create /sbin/e-smith/systemd/mariadb-initialize + chmod
38      cleanup
39    - mysql.init systemd integration [SME: 11120]
40      create mysql_init.service
41    
42    
43    * Sun Jul 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-13.sme
44    - systemd skip redirect [SME: 9688]
45    
46    * Sat Jul 23 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-12.sme
47    - Corrected a typo in e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch
48    - [SME: 9671]
49    
50    * Thu Jul 21 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme
51    - fix broken link /etc/init.d/supervise/mariadb [SME: 9686]
52    
53    * Mon Jul 18 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-10.sme
54    - Remove Dummy database from backup and restoration [SME: 9671]
55    - Added  e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch
56    
57    * Mon Jul 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme
58    - fix forgotten mysqld variables in various scripts [SME: 9438]
59    -  e-smith-mysql-2.6.0-mariadb_forgotten_var.patch
60    
61    * Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-7.sme
62    - Use default InnoDB settings [SME: 9439]
63    
64    * Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-6.sme
65    - Rename mysqld to mariadb [SME: 9438]
66    
67    * Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-5.sme
68    - Remove uneeded scriplets %post and %postun [SME: 9422]
69    
70    * Thu Mar 31 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme
71    - new path for pid file with mariadb [SME: 9407]
72    - my.cnf : Innodb needs to be active for mariadb [SME: 9406]
73    
74  * 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
75  - fix mysql-server not found [SME: 9345]  - fix mysql-server not found [SME: 9345]
76  - now using mariadb-server and mariadb  - now using mariadb-server and mariadb
# Line 719  mysql. Line 770  mysql.
770    
771  %prep  %prep
772  %setup  %setup
773    %patch0 -p1
774    %patch1 -p1
775    %patch2 -p1
776    %patch3 -p1
777    %patch4 -p1
778    %patch5 -p1
779    # mysqld renamed to mariadb [SME: 9438]
780    # TODO: remove on next tarball creation
781    rm -f root/service/mysqld
782    rm -rf root/var/service/mysqld
783    rm -rf root/var/run/
784    rm -rf root/var/log/mysqld
785    rm -f root/etc/rc.d/init.d/supervise/mysqld
786    rm -f root/etc/rc.d/rc7.d/S50mysqld
787    
788    mkdir -p root/var/log/mariadb.run
789    %patch6 -p1
790    # move mariadb to systemd
791    %patch7 -p1
792    rm -rf root/etc/e-smith/templates.metadata/var/service
793    rm -rf root/etc/e-smith/templates/var/service/mariadb
794    rm -rf root/var/service
795    rm -rf root/service
796    rm -rf root/etc/rc.d/init.d/supervise
797    
798    
799  %build  %build
800  perl createlinks  perl createlinks
# Line 727  perl createlinks Line 803  perl createlinks
803  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
804  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
805  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
806      --dir /var/run/mysqld 'attr(0755,mysql,mysql)' \      --file /sbin/e-smith/systemd/mariadb-initialize 'attr(0554,root,root)' \
807      --file /var/service/mysqld/run 'attr(0755,root,root)' \      --file /var/service/mariadb/run 'attr(0755,root,root)' \
808      --file /var/service/mysqld/control/t 'attr(0750,root,root)' \      --file /var/service/mariadb/control/t 'attr(0750,root,root)' \
809      --file /var/service/mysqld/control/d 'attr(0750,root,root)' \      --file /var/service/mariadb/control/d 'attr(0750,root,root)' \
810      --file /var/service/mysqld/control/i 'attr(0750,root,root)' \      --file /var/service/mariadb/control/i 'attr(0750,root,root)' \
811      --file /var/service/mysqld/control/q 'attr(0750,root,root)' \      --file /var/service/mariadb/control/q 'attr(0750,root,root)' \
812      --file /var/service/mysqld/log/run 'attr(0755,root,root)' \      --file /var/service/mariadb/log/run 'attr(0755,root,root)' \
813      --dir '/var/log/mysqld' 'attr(2750,smelog,smelog)' \      --dir '/var/log/mariadb.run' 'attr(2750,smelog,smelog)' \
814      --dir '/home/e-smith/db/mysql' 'attr(0750,root,root)' \      --dir '/home/e-smith/db/mysql' 'attr(0750,root,root)' \
815      > %{name}-%{version}-filelist      > %{name}-%{version}-filelist
816  echo "%doc COPYING"          >> %{name}-%{version}-filelist  echo "%doc COPYING"          >> %{name}-%{version}-filelist
# Line 742  echo "%doc COPYING"          >> %{name}- Line 818  echo "%doc COPYING"          >> %{name}-
818  %clean  %clean
819  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
820    
821  %post  %pre
822  # mysql.com compatibility  if [ $1 -gt 1 ] ; then
823  [ -e /etc/rc.d/init.d/mysqld ] || ln -s ./mysql /etc/rc.d/init.d/mysqld    if [ -e /var/service/mariadb/run ] ; then
824  # We remove this because the template has been renamed          /usr/bin/sv d mariadb
825  /bin/rm -f /etc/e-smith/events/bootstrap-console-save/templates2expand/etc/e-smith/sql/init/10fix_privilege_tables          /usr/bin/sv d mariadb/log
826      fi
827    fi
828    
829    %post
830    
831  %postun  %postun
 if [ "$1" == 0 ]; then  
   [ -L /etc/rc.d/init.d/mysqld ] && rm /etc/rc.d/init.d/mysqld || :  
 fi  
832    
833  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
834  %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