/[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.16 by jpp, Tue Dec 8 03:26:23 2020 UTC Revision 1.17 by jpp, Tue Dec 8 03:49:44 2020 UTC
# Line 1  Line 1 
1  # $Id: e-smith-mysql.spec,v 1.15 2020/12/08 02:55:37 jpp Exp $  # $Id: e-smith-mysql.spec,v 1.16 2020/12/08 03:26:23 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
# Line 18  Patch4: e-smith-mysql-2.6.0.bz9671.Remov Line 18  Patch4: e-smith-mysql-2.6.0.bz9671.Remov
18  Patch5: e-smith-mysql-2.6.0.bz9688.skipredirect.patch  Patch5: e-smith-mysql-2.6.0.bz9688.skipredirect.patch
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
22    
23  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
24  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 794  rm -rf root/etc/e-smith/templates/var/se Line 795  rm -rf root/etc/e-smith/templates/var/se
795  rm -rf root/var/service  rm -rf root/var/service
796  rm -rf root/service  rm -rf root/service
797  rm -rf root/etc/rc.d/init.d/supervise  rm -rf root/etc/rc.d/init.d/supervise
798    rm -rf root/var/log
799    
800    # move mysql.init
801    %patch8 -p1
802    rm -rf root/etc/rc.d/rc7.d
803    
804  %build  %build
805  perl createlinks  perl createlinks
# Line 823  if [ $1 -gt 1 ] ; then Line 828  if [ $1 -gt 1 ] ; then
828    if [ -e /var/service/mariadb/run ] ; then    if [ -e /var/service/mariadb/run ] ; then
829          /usr/bin/sv d mariadb          /usr/bin/sv d mariadb
830          /usr/bin/sv d mariadb/log          /usr/bin/sv d mariadb/log
831            # also rm -rf /var/service/mariadb
832    fi    fi
833  fi  fi
834    


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