SPECS: mysql.spec - re-enable federated; rel 5

glen glen at pld-linux.org
Sun Jan 13 01:53:46 CET 2008


Author: glen                         Date: Sun Jan 13 00:53:46 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- re-enable federated; rel 5

---- Files affected:
SPECS:
   mysql.spec (1.396 -> 1.397) 

---- Diffs:

================================================================
Index: SPECS/mysql.spec
diff -u SPECS/mysql.spec:1.396 SPECS/mysql.spec:1.397
--- SPECS/mysql.spec:1.396	Sat Jan 12 17:09:29 2008
+++ SPECS/mysql.spec	Sun Jan 13 01:53:41 2008
@@ -6,15 +6,13 @@
 # - missing have_archive, have_merge
 # - is plugin_dir lib64 safe?
 # - Using NDB Cluster... could not find sci transporter in /{include, lib}
-# - make service mysql init work again
 # - unpackaged:
 #   /usr/share/man/man1/mysql_tableinfo.1.gz
-#   /usr/share/mysql/mysqld_multi.server
 #
 # Conditional build:
 %bcond_without	innodb		# InnoDB storage engine support
 %bcond_without	big_tables	# Support tables with more than 4G rows even on 32 bit platforms
-%bcond_with	federated	# Federated storage engine support
+%bcond_without	federated	# Federated storage engine support
 %bcond_without	raid		# RAID support
 %bcond_without	ssl		# OpenSSL support
 %bcond_without	tcpd		# libwrap (tcp_wrappers) support
@@ -33,7 +31,7 @@
 Summary(zh_CN.UTF-8):	MySQL数据库服务器
 Name:		mysql
 Version:	5.1.22
-Release:	4
+Release:	5
 License:	GPL + MySQL FLOSS Exception
 Group:		Applications/Databases
 #Source0Download: http://dev.mysql.com/downloads/mysql/5.1.html#source
@@ -770,7 +768,7 @@
 
 %endif
 
-%triggerpostun -- mysql < 5.1
+%triggerpostun -- mysql < 5.1.0
 configs=""
 for config in $(awk -F= '!/^#/ && /=/{print $1}' /etc/mysql/clusters.conf); do
 	if echo "$config" | grep -q '^/'; then
@@ -1037,6 +1035,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.397  2008-01-13 00:53:41  glen
+- re-enable federated; rel 5
+
 Revision 1.396  2008-01-12 16:09:29  glen
 - keep only one trigger on mysql package name due rpm bugs
 - cosmetic on < 5.1 upgrade script
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mysql.spec?r1=1.396&r2=1.397&f=u



More information about the pld-cvs-commit mailing list