diff --git a/mysql.init b/mysql.init index e644cb5..d85c12d 100644 --- a/mysql.init +++ b/mysql.init @@ -12,8 +12,6 @@ # Provides: mysqld # Required-Start: $local_fs $remote_fs $network $named $syslog $time # Required-Stop: $local_fs $remote_fs $network $named $syslog $time -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 # Short-Description: start and stop MySQL server # Description: MySQL database server ### END INIT INFO diff --git a/mysql.spec b/mysql.spec index 6792b9b..0dc4bc9 100644 --- a/mysql.spec +++ b/mysql.spec @@ -1,6 +1,6 @@ Name: mysql Version: 5.5.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MySQL client programs and shared libraries Group: Applications/Databases URL: http://www.mysql.com @@ -609,6 +609,10 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog +* Wed Jul 6 2011 Tom Lane 5.5.13-2 +- Remove erroneously-included Default-Start line from LSB init block +Resolves: #717024 + * Thu Jun 2 2011 Tom Lane 5.5.13-1 - Update to MySQL 5.5.13, for various fixes described at http://dev.mysql.com/doc/refman/5.5/en/news-5-5-13.html