--- rpms/e-smith-mysql/sme8/e-smith-mysql.spec 2008/10/06 15:27:08 1.4 +++ rpms/e-smith-mysql/sme8/e-smith-mysql.spec 2010/06/07 14:04:07 1.9 @@ -1,14 +1,16 @@ +# $Id: e-smith-mysql.spec,v 1.8 2009/02/23 13:01:35 snetram Exp $ + Summary: e-smith specific mysql configuration and templates. %define name e-smith-mysql Name: %{name} -%define version 1.13.0 -%define release 2 +%define version 2.2.0 +%define release 4 Version: %{version} Release: %{release}%{?dist} License: GPL Group: Networking/Daemons Source: %{name}-%{version}.tar.gz -Patch0: e-smith-mysql-1.13.0-logging.patch +Patch0: e-smith-mysql-2.2.0-fixLogging.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch Requires: mysql-server @@ -19,8 +21,20 @@ BuildRequires: e-smith-devtools >= 1.13. AutoReqProv: no %changelog +* Mon Jun 7 2010 Filippo Carletti 2.2.0-4.sme +- Fix %postun typo [SME: 6030] + +* Mon Feb 23 2009 Jonathan Martens 2.2.0-3.sme +- Rework log-error logic [SME: 4807] + +* Tue Dec 2 2008 Jonathan Martens 2.2.0-2.sme +- Fix log-error detection algorithm [SME: 4807] + +* Tue Oct 7 2008 Shad L. Lords 2.2.0-1.sme +- Roll new stream to separate sme7/sme8 trees [SME: 4633] + * Mon Oct 06 2008 Charlie Brady 1.13.0-2 -- Capture mysql.init error logs to syslog. +- Capture mysql.init error logs to syslog. [SME: 2918] * Mon Oct 6 2008 Stephen Noble 1.13.0-1 - Roll new dev stream [SME: 4627] @@ -713,7 +727,7 @@ rm -rf $RPM_BUILD_ROOT %postun if [ "$1" == 0 ]; then - [ -l /etc/rc.d/init.d/mysqld ] && rm /etc/rc.d/init.d/mysqld + [ -L /etc/rc.d/init.d/mysqld ] && rm /etc/rc.d/init.d/mysqld || : fi %files -f %{name}-%{version}-filelist