summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorDaniel Fischer <daniel.fischer@oracle.com>2011-09-08 09:36:06 +0200
committerDaniel Fischer <daniel.fischer@oracle.com>2011-09-08 09:36:06 +0200
commita5267797553519d1fcaaf51ff070d53cf525dc79 (patch)
tree0563498ca8f1a4687e27e5c9b82ce522602d14bb /support-files
parent99eeaee7bfa8a82c443f198227ab15969e1064da (diff)
downloadmariadb-git-a5267797553519d1fcaaf51ff070d53cf525dc79.tar.gz
add mysql_plugin man page to spec file
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index b32a7dd836c..4b0c6438199 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -984,6 +984,7 @@ echo "=====" >> $STATUS_HISTORY
%doc %attr(644, root, man) %{_mandir}/man1/replace.1*
%doc %attr(644, root, man) %{_mandir}/man1/resolve_stack_dump.1*
%doc %attr(644, root, man) %{_mandir}/man1/resolveip.1*
+%doc %attr(644, root, man) %{_mandir}/man1/mysql_plugin.1*
%ghost %config(noreplace,missingok) %{_sysconfdir}/my.cnf
@@ -1111,6 +1112,10 @@ echo "=====" >> $STATUS_HISTORY
# merging BK trees)
##############################################################################
%changelog
+* Thu Sep 08 2011 Daniel Fischer <daniel.fischer@oracle.com>
+
+- Add mysql_plugin man page.
+
* Fri Aug 12 2011 Daniel Fischer <daniel.fischer@oracle.com>
- Source plugin library files list from cmake-generated file.