Skip to content

Commit a115478

Browse files
committed
Added openssl_udf.so plugin to commercial packages
1 parent 57fb8ac commit a115478

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packaging/rpm-sles/mysql.spec.in

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Name: mysql-%{product_suffix}
6363
Summary: A very fast and reliable SQL database server
6464
Group: Applications/Databases
6565
Version: @MYSQL_NO_DASH_VERSION@
66-
Release: 0.1%{?milestone:.%{milestone}}%{?commercial:.1}%{?dist}
66+
Release: 0.2%{?milestone:.%{milestone}}%{?commercial:.1}%{?dist}
6767
License: Copyright (c) 2000, @MYSQL_COPYRIGHT_YEAR@, %{mysql_vendor}. All rights reserved. Under %{?license_type} license as shown in the Description field.
6868
Source0: https://cdn.mysql.com/Downloads/MySQL-@MYSQL_BASE_VERSION@/%{src_dir}.tar.gz
6969
URL: http://www.mysql.com/
@@ -624,9 +624,11 @@ fi
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
@@ -778,6 +780,9 @@ fi
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

Comments
 (0)