/[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.19 by jpp, Tue Dec 8 20:01:25 2020 UTC Revision 1.20 by jpp, Thu Dec 10 04:25:50 2020 UTC
# Line 1  Line 1 
1  # $Id: e-smith-mysql.spec,v 1.18 2020/12/08 19:57:09 jpp Exp $  # $Id: e-smith-mysql.spec,v 1.19 2020/12/08 20:01:25 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 15  %define release 16
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    * Wed Dec 09 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-16.sme
34    - fix issue with 10mysql_upgrade crashing mariadb [SME: 11120]
35      also removed noise from spec file
36    
37  * Mon Dec 07 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-15.sme  * Mon Dec 07 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-15.sme
38  - e-smith-update event [SME: 11145]  - e-smith-update event [SME: 11145]
39  - mariadb systemd integration [SME: 11021]  - mariadb systemd integration [SME: 11021]
# Line 809  rm -rf $RPM_BUILD_ROOT Line 813  rm -rf $RPM_BUILD_ROOT
813  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
814  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
815      --file /sbin/e-smith/systemd/mariadb-initialize 'attr(0554,root,root)' \      --file /sbin/e-smith/systemd/mariadb-initialize 'attr(0554,root,root)' \
     --file /var/service/mariadb/run 'attr(0755,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)' \  
816      --dir '/var/log/mariadb.run' 'attr(2750,smelog,smelog)' \      --dir '/var/log/mariadb.run' 'attr(2750,smelog,smelog)' \
817      --dir '/home/e-smith/db/mysql' 'attr(0750,root,root)' \      --dir '/home/e-smith/db/mysql' 'attr(0750,root,root)' \
818      > %{name}-%{version}-filelist      > %{name}-%{version}-filelist
# Line 829  if [ $1 -gt 1 ] ; then Line 827  if [ $1 -gt 1 ] ; then
827          /usr/bin/sv d mariadb          /usr/bin/sv d mariadb
828          /usr/bin/sv d mariadb/log          /usr/bin/sv d mariadb/log
829    fi    fi
   if [ -e /var/service/mariadb ] ; then  
         rm -rf /var/service/mariadb  
   fi  
   
830  fi  fi
831    
832  %post  %post


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