From: Joerg Bruehe Date: January 25 2012 7:29pm Subject: bzr push into mysql-5.5-cluster-7.2 branch (joerg.bruehe:3772 to 3773) Bug#13545589 List-Archive: http://lists.mysql.com/commits/142534 X-Bug: 13545589 Message-Id: <201201251929.q0PJTIRU012130@acsmt358.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3773 Joerg Bruehe 2012-01-25 Bug #13545589 SEVERAL PACKAGES MERGED INTO MYSQL-CLUSTER-SERVER WITHOUT PROPER DEPRECATION. The spec file for MySQL Cluster 7.2 does not continue some subpackages which were separate ones in 7.1. Their files are now mostly contained in the "server" subpackage. In order to support proper RPM upgrades, it is necessary to add "Obsoletes" directives to the "server" subpackage that handle these other ones. modified: support-files/mysql.spec.sh 3772 Bjorn Munch 2012-01-25 Tentative addition of ndb binaries to Windows MSI Removing embedded clients mysqltest and mysql_client_test from Solaris pkg's modified: libmysqld/examples/CMakeLists.txt packaging/WiX/CPackWixConfig.cmake === modified file 'support-files/mysql.spec.sh' --- a/support-files/mysql.spec.sh 2012-01-19 14:57:45 +0000 +++ b/support-files/mysql.spec.sh 2012-01-25 19:18:26 +0000 @@ -285,6 +285,8 @@ Group: Applications/Databases Requires: %{distro_requires} Provides: MySQL-Cluster-server Obsoletes: MySQL-Cluster-server +Obsoletes: MySQL-Cluster-management MySQL-Cluster-storage +Obsoletes: MySQL-Cluster-extra MySQL-Cluster-tools Conflicts: MySQL mysql mysql-server MySQL-server %description -n MySQL-Cluster-server%{product_suffix} No bundle (reason: useless for push emails).