@@ -63,7 +63,7 @@ Name: mysql-%{product_suffix}
6363Summary: A very fast and reliable SQL database server
6464Group: Applications/Databases
6565Version: @MYSQL_NO_DASH_VERSION@
66- Release: 0.1 %{?milestone:.%{milestone}}%{?commercial:.1}%{?dist}
66+ Release: 0.2 %{?milestone:.%{milestone}}%{?commercial:.1}%{?dist}
6767License: Copyright (c) 2000, @MYSQL_COPYRIGHT_YEAR@, %{mysql_vendor}. All rights reserved. Under %{?license_type} license as shown in the Description field.
6868Source0: https://cdn.mysql.com/Downloads/MySQL-@MYSQL_BASE_VERSION@/%{src_dir}.tar.gz
6969URL: http://www.mysql.com/
624624%attr(755, root, root) %{_libdir}/mysql/plugin/audit_log.so
625625%attr(755, root, root) %{_libdir}/mysql/plugin/authentication_pam.so
626626%attr(755, root, root) %{_libdir}/mysql/plugin/thread_pool.so
627+ %attr(755, root, root) %{_libdir}/mysql/plugin/openssl_udf.so
627628%attr(755, root, root) %{_libdir}/mysql/plugin/debug/audit_log.so
628629%attr(755, root, root) %{_libdir}/mysql/plugin/debug/authentication_pam.so
629630%attr(755, root, root) %{_libdir}/mysql/plugin/debug/thread_pool.so
631+ %attr(755, root, root) %{_libdir}/mysql/plugin/debug/openssl_udf.so
630632%endif
631633%attr(644, root, root) %{_datadir}/mysql/fill_help_tables.sql
632634%attr(644, root, root) %{_datadir}/mysql/mysql_system_tables.sql
778780%attr(755, root, root) %{_libdir}/mysql/libmysqld.so
779781
780782%changelog
783+ * Mon Sep 01 2014 Balasubramanian Kandasamy <
[email protected] > - 5.7.5-0.2.m15
784+ - Added openssl_udf.so plugin to commercial packages
785+
781786* Mon Jun 30 2014 Balasubramanian Kandasamy <
[email protected] > - 5.7.5-0.1.m15
782787- Port to SLES
783788
0 commit comments