--- rpms/e-smith-mysql/sme10/e-smith-mysql.spec 2016/03/31 12:57:40 1.5 +++ rpms/e-smith-mysql/sme10/e-smith-mysql.spec 2016/04/11 19:12:05 1.6 @@ -1,10 +1,10 @@ -# $Id: e-smith-mysql.spec,v 1.4 2016/03/31 11:25:33 unnilennium Exp $ +# $Id: e-smith-mysql.spec,v 1.5 2016/03/31 12:57:40 unnilennium Exp $ Summary: e-smith specific mysql configuration and templates. %define name e-smith-mysql Name: %{name} %define version 2.6.0 -%define release 4 +%define release 5 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -21,6 +21,9 @@ BuildRequires: e-smith-devtools >= 1.13. AutoReqProv: no %changelog +* Mon Apr 11 2016 Daniel Berteaud 2.6.0-5.sme +- Remove uneeded scriplets %post and %postun [SME: 9422] + * Thu Mar 31 2016 Jean-Philipe Pialasse 2.6.0-4.sme - new path for pid file with mariadb [SME: 9407] - my.cnf : Innodb needs to be active for mariadb [SME: 9406] @@ -750,16 +753,8 @@ echo "%doc COPYING" >> %{name}- rm -rf $RPM_BUILD_ROOT %post -# mysql.com compatibility -[ -e /etc/rc.d/init.d/mysqld ] || ln -s ./mysql /etc/rc.d/init.d/mysqld -# We remove this because the template has been renamed -/bin/rm -f /etc/e-smith/events/bootstrap-console-save/templates2expand/etc/e-smith/sql/init/10fix_privilege_tables - %postun -if [ "$1" == 0 ]; then - [ -L /etc/rc.d/init.d/mysqld ] && rm /etc/rc.d/init.d/mysqld || : -fi %files -f %{name}-%{version}-filelist %defattr(-,root,root)