Skip to content

Commit 865c5fe

Browse files
bkandasaprashanttekriwal
authored andcommitted
Merge branch 'mysql-5.5' into mysql-5.6
(cherry picked from commit 308f9b88e75f6179add209a2fe6affdb49b7c2ee)
1 parent b9b1bda commit 865c5fe

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

packaging/rpm-fedora/mysql.spec.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,6 @@ datadir=$(/usr/bin/my_print_defaults server mysqld | grep '^--datadir=' | sed -n
629629
%attr(755, root, root) %{_bindir}/mysqlimport
630630
%attr(755, root, root) %{_bindir}/mysqlshow
631631
%attr(755, root, root) %{_bindir}/mysqlslap
632-
%attr(755, root, root) %{_bindir}/mysql_config
633-
%attr(755, root, root) %{_bindir}/mysql_config-%{__isa_bits}
634632
%attr(755, root, root) %{_bindir}/mysql_config_editor
635633

636634
%attr(644, root, root) %{_mandir}/man1/msql2mysql.1*
@@ -722,6 +720,9 @@ datadir=$(/usr/bin/my_print_defaults server mysqld | grep '^--datadir=' | sed -n
722720
%attr(755, root, root) %{_libdir}/mysql/libmysqld.so
723721

724722
%changelog
723+
* Tue Jul 05 2016 Balasubramanian Kandasamy <[email protected]> - 5.6.32-1
724+
- Remove mysql_config from client subpackage
725+
725726
* Mon Mar 14 2016 Georgi Kodinov <[email protected]> - 5.6.31-1
726727
- Add test_udf_services.so plugin
727728

packaging/rpm-oel/mysql.spec.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -862,8 +862,6 @@ fi
862862
%attr(755, root, root) %{_bindir}/mysqlimport
863863
%attr(755, root, root) %{_bindir}/mysqlshow
864864
%attr(755, root, root) %{_bindir}/mysqlslap
865-
%attr(755, root, root) %{_bindir}/mysql_config
866-
%attr(755, root, root) %{_bindir}/mysql_config-%{__isa_bits}
867865
%attr(755, root, root) %{_bindir}/mysql_config_editor
868866

869867
%attr(644, root, root) %{_mandir}/man1/msql2mysql.1*
@@ -954,6 +952,9 @@ fi
954952
%endif
955953

956954
%changelog
955+
* Tue Jul 05 2016 Balasubramanian Kandasamy <[email protected]> - 5.6.32-1
956+
- Remove mysql_config from client subpackage
957+
957958
* Mon Mar 14 2016 Georgi Kodinov <[email protected]> - 5.6.31-1
958959
- Add test_udf_services.so plugin
959960

0 commit comments

Comments
 (0)