Skip to content

Commit

Permalink
Merge branch 'mysql-5.5' into mysql-5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornmu committed Jan 11, 2018
2 parents c0938db + 20e75a3 commit 586d3b5
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 39 deletions.
6 changes: 1 addition & 5 deletions packaging/deb-in/rules.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/make -f

# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2015, 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
Expand Down Expand Up @@ -102,8 +102,4 @@ override_dh_install:
-Xusr/share/mysql/binary-configure \
-Xusr/share/mysql/docs/mysql.info \
-Xusr/share/man/man1/mysqlman.1 \
-Xusr/share/man/man1/mysqltest \
-Xusr/share/man/man1/mysql_client_test \
-Xusr/share/man/man1/mysql-stress-test.pl.1 \
-Xusr/share/man/man1/mysql-test-run.pl.1 \
-X.h.pp
13 changes: 4 additions & 9 deletions packaging/rpm-fedora/mysql.spec.in
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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
13 changes: 4 additions & 9 deletions packaging/rpm-oel/mysql.spec.in
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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
13 changes: 4 additions & 9 deletions packaging/rpm-sles/mysql.spec.in
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
Expand Down Expand Up @@ -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}
Expand Down Expand Up @@ -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

Expand Down
11 changes: 4 additions & 7 deletions support-files/mysql.spec.sh
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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 586d3b5

Please sign in to comment.