diff --git a/import.log b/import.log index c02e7e9..bd76332 100644 --- a/import.log +++ b/import.log @@ -4,3 +4,4 @@ mysql-mmm-2_0_11-1:F-13:mysql-mmm-2.0.11-1.src.rpm:1266440977 mysql-mmm-2_0_11-2:F-13:mysql-mmm-2.0.11-2.src.rpm:1266441312 mysql-mmm-2_1_0-1_1:F-13:mysql-mmm-2.1.0-1.1.src.rpm:1266897153 mysql-mmm-2_1_0-3:F-13:mysql-mmm-2.1.0-3.src.rpm:1267120055 +mysql-mmm-2_1_0-4:F-13:mysql-mmm-2.1.0-4.src.rpm:1267233615 diff --git a/mysql-mmm.spec b/mysql-mmm.spec index ae19b0e..63016e6 100644 --- a/mysql-mmm.spec +++ b/mysql-mmm.spec @@ -1,7 +1,7 @@ Name: mysql-mmm Version: 2.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Multi-Master Replication Manager for MySQL License: GPLv2 URL: http://mysql-mmm.org @@ -40,6 +40,7 @@ Summary: MMM Database Server Agent Daemon and Libraries Group: Applications/System Requires: %{name} = %{version}-%{release} Requires: iproute +Requires: perl-DBD-mysql Provides: mysql-master-master-agent = %{version}-%{release} Provides: mmm-agent = %{version}-%{release} @@ -210,12 +211,16 @@ fi %changelog +* Fri Feb 26 2010 BJ Dierkes - 2.1.0-4 +- Agent Requires: perl-DBD-mysql. Resolves BZ #568870 + * Thu Feb 25 2010 BJ Dierkes - 2.1.0-3 - Fixed init scripts to check for ENABLED only within the start function. * Tue Feb 23 2010 BJ Dierkes - 2.1.0-2 - Added defaults file for mysql-mmm-agent and mysql-mmm-monitor + Resolves BZ #567753 - Init scripts exit if ENABLED != 1 - Fixed typo in mysql-mmm-monitor where mmmd_mon was still referenced