summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2004-06-24 09:22:45 +0200
committerunknown <lenz@mysql.com>2004-06-24 09:22:45 +0200
commit20a93bb6db925bc005aed20df549054407ec49a4 (patch)
treea855528101326e3eaef5142ccf5f7069a4512252 /support-files
parent8a84a40244158d31cc821bada0fb850023b95af1 (diff)
downloadmariadb-git-20a93bb6db925bc005aed20df549054407ec49a4.tar.gz
- added mysql_tzinfo_to_sql to binary distributions
scripts/make_binary_distribution.sh: - added mysql_tzinfo_to_sql to binary distribution support-files/mysql.spec.sh: - added mysql_tzinfo_to_sql to the server subpackage - run "make clean" instead of "make distclean"
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index c3d74b147f3..0d6863d24cd 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -292,7 +292,7 @@ install -m 644 libmysqld/libmysqld.a $RBR%{_libdir}/mysql
# Save manual to avoid rebuilding
mv Docs/manual.ps Docs/manual.ps.save
-make distclean
+make clean
mv Docs/manual.ps.save Docs/manual.ps
# RPM:s destroys Makefile.in files, so we generate them here
@@ -482,6 +482,7 @@ fi
%attr(755, root, root) %{_bindir}/mysql_install_db
%attr(755, root, root) %{_bindir}/mysql_secure_installation
%attr(755, root, root) %{_bindir}/mysql_setpermission
+%attr(755, root, root) %{_bindir}/mysql_tzinfo_to_sql
%attr(755, root, root) %{_bindir}/mysql_zap
%attr(755, root, root) %{_bindir}/mysqlbug
%attr(755, root, root) %{_bindir}/mysqld_multi
@@ -578,6 +579,11 @@ fi
# The spec file changelog only includes changes made to the spec file
# itself
%changelog
+* Thu Jun 24 2004 Lenz Grimmer <lenz@mysql.com>
+
+- added mysql_tzinfo_to_sql to the server subpackage
+- run "make clean" instead of "make distclean"
+
* Mon Apr 05 2004 Lenz Grimmer <lenz@mysql.com>
- added ncurses-devel to the build prerequisites (BUG 3377)