forked from mysql/mysql-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'mysql-5.5' into mysql-5.6
- Loading branch information
Showing
5 changed files
with
17 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. | ||
# Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved. | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -440,14 +440,6 @@ rm -rf %{buildroot}%{_bindir}/mysql_embedded | |
rm -rf %{buildroot}%{_bindir}/mysql_setpermission | ||
rm -rf %{buildroot}%{_mandir}/man1/mysql_setpermission.1* | ||
|
||
# Remove obsoleted man pages | ||
rm -f %{buildroot}%{_mandir}/man1/mysql-stress-test.pl.1 | ||
rm -f %{buildroot}%{_mandir}/man1/mysql-test-run.pl.1 | ||
rm -f %{buildroot}%{_mandir}/man1/mysql_client_test.1 | ||
rm -f %{buildroot}%{_mandir}/man1/mysql_client_test_embedded.1 | ||
rm -f %{buildroot}%{_mandir}/man1/mysqltest.1 | ||
rm -f %{buildroot}%{_mandir}/man1/mysqltest_embedded.1 | ||
|
||
%check | ||
%if 0%{?runselftest} | ||
pushd release | ||
|
@@ -726,6 +718,9 @@ datadir=$(/usr/bin/my_print_defaults server mysqld | grep '^--datadir=' | sed -n | |
%attr(755, root, root) %{_libdir}/mysql/libmysqld.so | ||
|
||
%changelog | ||
* Wed Jan 10 2018 Bjorn Munch <[email protected]> - 5.6.40-1 | ||
- No longer need to remove obsoleted mysqltest man pages | ||
|
||
* Tue Oct 31 2017 Bjorn Munch <[email protected]> - 5.6.39-1 | ||
- Remove obsoleted mysqltest man pages | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. | ||
# Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved. | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -613,14 +613,6 @@ rm -rf %{buildroot}%{_bindir}/mysql_embedded | |
rm -rf %{buildroot}%{_bindir}/mysql_setpermission | ||
rm -rf %{buildroot}%{_mandir}/man1/mysql_setpermission.1* | ||
|
||
# Remove obsoleted man pages | ||
rm -f %{buildroot}%{_mandir}/man1/mysql-stress-test.pl.1 | ||
rm -f %{buildroot}%{_mandir}/man1/mysql-test-run.pl.1 | ||
rm -f %{buildroot}%{_mandir}/man1/mysql_client_test.1 | ||
rm -f %{buildroot}%{_mandir}/man1/mysql_client_test_embedded.1 | ||
rm -f %{buildroot}%{_mandir}/man1/mysqltest.1 | ||
rm -f %{buildroot}%{_mandir}/man1/mysqltest_embedded.1 | ||
|
||
%check | ||
%if 0%{?runselftest} | ||
pushd release | ||
|
@@ -958,6 +950,9 @@ fi | |
%endif | ||
|
||
%changelog | ||
* Wed Jan 10 2018 Bjorn Munch <[email protected]> - 5.6.40-1 | ||
- No longer need to remove obsoleted mysqltest man pages | ||
|
||
* Tue Oct 31 2017 Bjorn Munch <[email protected]> - 5.6.39-1 | ||
- Remove obsoleted mysqltest man pages | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. | ||
# Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved. | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -476,14 +476,6 @@ rm -rf %{buildroot}%{_bindir}/mysql_setpermission | |
rm -rf %{buildroot}%{_mandir}/man1/mysql_setpermission.1* | ||
rm -f %{buildroot}%{_datadir}/mysql/win_install_firewall.sql | ||
|
||
# Remove obsoleted man pages | ||
rm -f %{buildroot}%{_mandir}/man1/mysql-stress-test.pl.1 | ||
rm -f %{buildroot}%{_mandir}/man1/mysql-test-run.pl.1 | ||
rm -f %{buildroot}%{_mandir}/man1/mysql_client_test.1 | ||
rm -f %{buildroot}%{_mandir}/man1/mysql_client_test_embedded.1 | ||
rm -f %{buildroot}%{_mandir}/man1/mysqltest.1 | ||
rm -f %{buildroot}%{_mandir}/man1/mysqltest_embedded.1 | ||
|
||
# rcmysql symlink | ||
install -d %{buildroot}%{_sbindir} | ||
%if 0%{?systemd} | ||
|
@@ -826,6 +818,9 @@ fi | |
%attr(755, root, root) %{_libdir}/mysql/libmysqld.so | ||
|
||
%changelog | ||
* Wed Jan 10 2018 Bjorn Munch <[email protected]> - 5.6.40-1 | ||
- No longer need to remove obsoleted mysqltest man pages | ||
|
||
* Tue Oct 31 2017 Bjorn Munch <[email protected]> - 5.6.39-1 | ||
- Remove obsoleted mysqltest man pages | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. | ||
# Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved. | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -604,12 +604,6 @@ install -m 644 "%{malloc_lib_source}" \ | |
# Remove man pages we explicitly do not want to package, avoids 'unpackaged | ||
# files' warning. | ||
# This has become obsolete: rm -f $RBR%{_mandir}/man1/make_win_bin_dist.1* | ||
rm -f $RBR%{_mandir}/man1/mysql-stress-test.pl.1 | ||
rm -f $RBR%{_mandir}/man1/mysql-test-run.pl.1 | ||
rm -f $RBR%{_mandir}/man1/mysql_client_test.1 | ||
rm -f $RBR%{_mandir}/man1/mysql_client_test_embedded.1 | ||
rm -f $RBR%{_mandir}/man1/mysqltest.1 | ||
rm -f $RBR%{_mandir}/man1/mysqltest_embedded.1 | ||
|
||
############################################################################## | ||
# Post processing actions, i.e. when installed | ||
|
@@ -1234,6 +1228,9 @@ echo "=====" >> $STATUS_HISTORY | |
# merging BK trees) | ||
############################################################################## | ||
%changelog | ||
* Wed Jan 10 2018 Bjorn Munch <[email protected]> | ||
- No longer need to remove obsoleted mysqltest man pages | ||
|
||
* Tue Oct 31 2017 Bjorn Munch <[email protected]> | ||
- Remove obsoleted mysqltest man pages | ||
|
||
|