Changes of Revision 2
[-] | Changed | mysqlcluster.spec |
x 1
2 ############################################################################## 3 # Some common macro definitions 4 ############################################################################## 5 - 6 -%define mysql_version 6.3.26 7 +%define cluster_com_pro 1 8 +%define mysql_version 6.3.20 9 %define mysql_vendor Sun Microsystems, Inc. 10 11 %if 0%{?sles_verson} == 10 12
13 Name: %{product_prefix} 14 Summary: %{product_name}, a very fast and reliable SQL database server 15 Group: Applications/Databases 16 -Version: 6.3.26 17 +Version: 6.3.20 18 Release: %{release} 19 Distribution: %dist_long 20 License: Copyright 2000-2008 MySQL AB, 2008 %{mysql_vendor} All rights reserved. Use is subject to license terms. Under %{lic_type} license as shown in the Description field. 21 |