/[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.17 by jpp, Tue Dec 8 03:49:44 2020 UTC Revision 1.18 by jpp, Tue Dec 8 19:57:09 2020 UTC
# Line 1  Line 1 
1  # $Id: e-smith-mysql.spec,v 1.16 2020/12/08 03:26:23 jpp Exp $  # $Id: e-smith-mysql.spec,v 1.17 2020/12/08 03:49: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 14  %define release 15
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 30  BuildRequires: e-smith-devtools >= 1.13. Line 30  BuildRequires: e-smith-devtools >= 1.13.
30  AutoReqProv: no  AutoReqProv: no
31    
32  %changelog  %changelog
33  * Mon Dec 07 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-14.sme  * Mon Dec 07 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-15.sme
34  - e-smith-update event [SME: 11145]  - e-smith-update event [SME: 11145]
35  - mariadb systemd integration [SME: 11021]  - mariadb systemd integration [SME: 11021]
36    move set.password and template    move set.password and template
37    create /usr/lib/systemd/system/mariadb.service.d/sme.conf    create /usr/lib/systemd/system/mariadb.service.d/sme.conf
38    create /sbin/e-smith/systemd/mariadb-initialize + chmod    create /sbin/e-smith/systemd/mariadb-initialize + chmod
39    cleanup    cleanup and remove old /var/service/mariadb
40  - mysql.init systemd integration [SME: 11120]  - mysql.init systemd integration [SME: 11120]
41    create mysql_init.service    create mysql_init.service
42    
# Line 828  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          # also
832            rm -rf /var/service/mariadb
833    fi    fi
834  fi  fi
835    


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