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).
| Thread |
|---|
| • bzr push into mysql-5.5-cluster-7.2 branch (joerg.bruehe:3772 to 3773)Bug#13545589 | Joerg Bruehe | 25 Jan |