Browse Source

mariadb-10.2.14-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11611 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 6 years ago
parent
commit
73b2107ebb
1 changed files with 13 additions and 12 deletions
  1. 13 12
      m/mariadb/mariadb-vl.spec

+ 13 - 12
m/mariadb/mariadb-vl.spec

@@ -10,9 +10,9 @@
 
 %define _unpackaged_files_terminate_build 1
 
-%define mariadb_base_version	10.1
-%define mariadb_version		10.2.11
-%define mroonga_version		7.09
+%define mariadb_base_version	10.2
+%define mariadb_version		10.2.14
+%define mroonga_version		8.01
 %define client_version		18
 
 Vendor: Project Vine
@@ -485,9 +485,6 @@ fi
 %{_bindir}/mysql_convert_table_format
 %{_bindir}/mysql_fix_extensions
 %{_bindir}/mysql_install_db
-%ifarch x86_64
-%{_bindir}/mysql_ldb
-%endif
 %{_bindir}/mysql_plugin
 %{_bindir}/mysql_secure_installation
 %{_bindir}/mysql_setpermission
@@ -503,17 +500,11 @@ fi
 %{_bindir}/replace
 %{_bindir}/resolve_stack_dump
 %{_bindir}/resolveip
-%ifarch x86_64
-%{_bindir}/sst_dump
-%endif
 %{_bindir}/wsrep*
 %{_sbindir}/mysqld
 %{_sbindir}/rcmysql
 %exclude %{_libdir}/mysql/plugin/ha_connect.so
 %exclude %{_libdir}/mysql/plugin/ha_mroonga.so
-%ifarch x86_64
-%exclude %{_libdir}/mysql/plugin/ha_tokudb.so
-%endif
 %exclude %{_datadir}/mysql/mroonga
 %{_libdir}/mysql
 %config(noreplace) %{_sysconfdir}/my.cnf.d/enable_encryption.preset
@@ -522,6 +513,12 @@ fi
 %{_sysconfdir}/init.d/mysql
 %{_datadir}/mysql
 %attr(755, mysql, mysql) %dir %{mysqldatadir}
+%ifarch x86_64
+%{_bindir}/myrocks_hotbackup
+%{_bindir}/mysql_ldb
+%{_bindir}/sst_dump
+%exclude %{_libdir}/mysql/plugin/ha_tokudb.so
+%endif
 
 %files mroonga
 %defattr(-, root, root)
@@ -617,6 +614,10 @@ fi
 
 
 %changelog
+* Fri Mar 30 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.2.14-1
+- new upstream release.
+- replaced patch1000 to update Mroonga to v8.01.
+
 * Sat Dec 02 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.2.11-1
 - new upstream release.
 - replaced patch1000 to update Mroonga to v7.09.